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

+ 2 - 0
scripts/rebuildmx2cc.bat

@@ -7,6 +7,8 @@ echo.
 echo ***** Rebuilding mx2cc *****
 echo.
 
+mkdir mx2cc.products
+
 %mx2cc% makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
 
 %mx2cc% makeapp -clean -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_windows.exe ../src/mx2cc/mx2cc.monkey2

+ 2 - 0
scripts/updatemx2cc.bat

@@ -7,6 +7,8 @@ echo.
 echo ***** Updating mx2cc *****
 echo.
 
+mkdir mx2cc.products
+
 %mx2cc% makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
 
 %mx2cc% makeapp -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_windows.exe ../src/mx2cc/mx2cc.monkey2