]> Shamusworld >> Repos - apple2/blobdiff - cross-compile
Added missing files from last commit. :-/
[apple2] / cross-compile
index f0b73fabc88b0df5b9875ac409dd52c6e809753e..2598b84420a344c0632d3a4d6c3d990bf1e6b2dd 100755 (executable)
@@ -7,8 +7,9 @@
 #
 export PATH=/opt/mxe/usr/bin:$PATH
 #make CROSS=i686-pc-mingw32- clean  && make CROSS=i686-pc-mingw32-
-make CROSS=x86_64-w64-mingw32- clean  && make CROSS=x86_64-w64-mingw32.static-
-upx -9v apple2.exe
+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..."