소스 검색

Cleanups.

Mark Sibly 8 년 전
부모
커밋
8d23cdd8bc
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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"