2
0
Mark Sibly 8 жил өмнө
parent
commit
8d23cdd8bc

+ 2 - 1
scripts/rebuildmx2cc.bat

@@ -7,5 +7,6 @@ echo.
 echo ***** Rebuilding mx2cc *****
 echo.
 
-%mx2cc% makeapp -clean -apptype=console -config=release ../src/mx2cc/mx2cc.monkey2
+%mx2cc% makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
+%mx2cc% makeapp -clean -config=release -apptype=console ../src/mx2cc/mx2cc.monkey2
 copy %mx2cc_new% %mx2cc%

+ 2 - 1
scripts/rebuildmx2cc.sh

@@ -5,5 +5,6 @@ echo ""
 echo "***** Rebuilding mx2cc *****"
 echo ""
 
-$mx2cc makeapp -apptype=console -clean -config=release ../src/mx2cc/mx2cc.monkey2
+$mx2cc makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std 
+$mx2cc makeapp -clean -config=release -apptype=console ../src/mx2cc/mx2cc.monkey2
 cp "$mx2cc_new" "$mx2cc"