|
@@ -7,8 +7,8 @@ echo.
|
|
|
echo ***** Updating modules *****
|
|
|
echo.
|
|
|
|
|
|
-%mx2cc% makemods -config=release
|
|
|
+%mx2cc% makemods -config=release %*
|
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
|
|
|
|
-%mx2cc% makemods -config=debug
|
|
|
+%mx2cc% makemods -config=debug %*
|
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|