Explorar o código

Added zlib to mx2cc build scripts.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
361187ff49
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      scripts/rebuildmx2cc.bat
  2. 1 1
      scripts/rebuildmx2cc.sh
  3. 1 1
      scripts/updatemx2cc.bat
  4. 1 1
      scripts/updatemx2cc.sh

+ 1 - 1
scripts/rebuildmx2cc.bat

@@ -7,7 +7,7 @@ echo.
 echo ***** Rebuilding mx2cc *****
 echo.
 
-%mx2cc% makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
+%mx2cc% makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis zlib std
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 %mx2cc% makeapp -clean -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_windows.exe ../src/mx2cc/mx2cc.monkey2

+ 1 - 1
scripts/rebuildmx2cc.sh

@@ -5,7 +5,7 @@ echo ""
 echo "***** Rebuilding mx2cc *****"
 echo ""
 
-$mx2cc makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
+$mx2cc makemods -clean -config=release monkey libc miniz stb-image stb-image-write stb-vorbis zlib std
 
 $mx2cc makeapp -clean -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_$host ../src/mx2cc/mx2cc.monkey2
 

+ 1 - 1
scripts/updatemx2cc.bat

@@ -7,7 +7,7 @@ echo.
 echo ***** Updating mx2cc *****
 echo.
 
-%mx2cc% makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
+%mx2cc% makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis zlib std
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 %mx2cc% makeapp -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_windows.exe ../src/mx2cc/mx2cc.monkey2

+ 1 - 1
scripts/updatemx2cc.sh

@@ -5,7 +5,7 @@ echo ""
 echo "***** Updating mx2cc *****"
 echo ""
 
-$mx2cc makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
+$mx2cc makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis zlib std
 
 $mx2cc makeapp -apptype=console -config=release -product=scripts/mx2cc.products/mx2cc_$host ../src/mx2cc/mx2cc.monkey2