@@ -8,5 +8,7 @@ echo ***** Rebuilding mx2cc *****
echo.
%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%
@@ -5,6 +5,8 @@ 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 std
$mx2cc makeapp -clean -config=release -apptype=console ../src/mx2cc/mx2cc.monkey2
cp "$mx2cc_new" "$mx2cc"
@@ -5,5 +5,6 @@ echo.
echo ***** Updating modules *****
-..\bin\mx2cc_windows makemods -config=release -target=desktop
-..\bin\mx2cc_windows makemods -config=debug -target=desktop
+%mx2cc% makemods -config=release
+%mx2cc% makemods -config=debug
@@ -5,5 +5,6 @@ echo ""
echo "***** Updating modules *****"
-$mx2cc makemods -target=desktop -config=release
-$mx2cc makemods -target=desktop -config=debug
+$mx2cc makemods -config=release
+$mx2cc makemods -config=debug
@@ -7,6 +7,8 @@ echo.
echo ***** Updating mx2cc *****
+%mx2cc% makemods -config=release monkey libc miniz stb-image stb-image-write stb-vorbis std
%mx2cc% makeapp -apptype=console -config=release ../src/mx2cc/mx2cc.monkey2
@@ -5,5 +5,8 @@ echo ""
echo "***** Updating mx2cc *****"
$mx2cc makeapp -apptype=console -config=release ../src/mx2cc/mx2cc.monkey2