]> Shamusworld >> Repos - apple2/blobdiff - cross-compile
Cleanup of initial hard drive emulation code.
[apple2] / cross-compile
index 517fc72c3be7c072384b5f2d50f2a997f43c46eb..2598b84420a344c0632d3a4d6c3d990bf1e6b2dd 100755 (executable)
@@ -6,7 +6,10 @@
 # (C) 2012 Underground Software
 #
 export PATH=/opt/mxe/usr/bin:$PATH
-make CROSS=i686-pc-mingw32- clean  && make CROSS=i686-pc-mingw32-
+#make CROSS=i686-pc-mingw32- clean  && make CROSS=i686-pc-mingw32-
+make CROSS=x86_64-w64-mingw32.static- clean \
+ && make CROSS=x86_64-w64-mingw32.static- \
+ && upx -9v apple2.exe
 
 #TARGET = apple2
 #echo "Cross compiling $(TARGET) for Win32..."