]> Shamusworld >> Repos - apple2/blobdiff - cross-compile
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / cross-compile
index ec0745077a8b1791682f7ea99e9f531a8ef85b0c..7d3b918554219013c8f82bd0be13fcae22267da5 100755 (executable)
@@ -6,8 +6,11 @@
 # (C) 2012 Underground Software
 #
 export PATH=/opt/mxe/usr/bin:$PATH
-make CROSS=i686-pc-mingw32- clean  && make CROSS=i686-pc-mingw32-
-upx -9v apple2.exe
+#make CROSS=i686-pc-mingw32- clean  && make CROSS=i686-pc-mingw32-
+#make CROSS=x86_64-w64-mingw32.static- clean 
+make CROSS=i686-w64-mingw32.static- clean \
+ && make CROSS=i686-w64-mingw32.static- \
+ && upx -9v apple2.exe
 
 #TARGET = apple2
 #echo "Cross compiling $(TARGET) for Win32..."