Mark Sibly 8 years ago
parent
commit
9747248510
4 changed files with 0 additions and 8 deletions
  1. 0 2
      scripts/rebuildmx2cc.bat
  2. 0 2
      scripts/rebuildmx2cc.sh
  3. 0 2
      scripts/updatemx2cc.bat
  4. 0 2
      scripts/updatemx2cc.sh

+ 0 - 2
scripts/rebuildmx2cc.bat

@@ -7,8 +7,6 @@ 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

+ 0 - 2
scripts/rebuildmx2cc.sh

@@ -5,8 +5,6 @@ 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_$host ../src/mx2cc/mx2cc.monkey2

+ 0 - 2
scripts/updatemx2cc.bat

@@ -7,8 +7,6 @@ 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

+ 0 - 2
scripts/updatemx2cc.sh

@@ -5,8 +5,6 @@ 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_$host ../src/mx2cc/mx2cc.monkey2