Makefile: add MXE_TARGET_LIST variable

This commit is contained in:
Tony Theodore 2013-06-24 00:14:03 +10:00
parent d6c7f7a0c5
commit 8e7faf84df
1 changed files with 2 additions and 1 deletions

View File

@ -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:'; \