summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-23 14:14:03 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-23 14:14:03 (GMT)
commit8e7faf84df19346635ffff6c78cabc6a3d4afbc1 (patch)
treea005531307e3e5d684c63a11fa5a807e3bfb4f85 /Makefile
parentd6c7f7a0c58f8fd0ae75d8129d5b7ecf7bddc17c (diff)
downloadmxe-8e7faf84df19346635ffff6c78cabc6a3d4afbc1.zip
mxe-8e7faf84df19346635ffff6c78cabc6a3d4afbc1.tar.gz
mxe-8e7faf84df19346635ffff6c78cabc6a3d4afbc1.tar.bz2
Makefile: add MXE_TARGET_LIST variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 919ae5a..7d2c59f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
# This file is part of MXE.
# See index.html for further information.
+MXE_TARGET_LIST := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32
MXE_TARGETS := i686-pc-mingw32
DEFAULT_MAX_JOBS := 6
SOURCEFORGE_MIRROR := freefr.dl.sourceforge.net
@@ -91,7 +92,7 @@ else
$(info [create settings.mk])
$(shell { \
echo '#JOBS := $(JOBS)'; \
- echo '#MXE_TARGETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32'; \
+ echo '#MXE_TARGETS := $(MXE_TARGET_LIST)'; \
echo '#SOURCEFORGE_MIRROR := downloads.sourceforge.net'; \
echo '#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets'; \
echo '#.DEFAULT local-pkg-list:'; \