@@ -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%
@@ -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"