Browse Source

Cleanups.

Mark Sibly 8 năm trước cách đây
mục cha
commit
8d23cdd8bc
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 2 1
      scripts/rebuildmx2cc.bat
  2. 2 1
      scripts/rebuildmx2cc.sh

+ 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"