Mark Sibly 7 سال پیش
والد
کامیت
44c85b3c05
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      scripts/updatemods.bat
  2. 2 2
      scripts/updatemods.sh

+ 2 - 2
scripts/updatemods.bat

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

+ 2 - 2
scripts/updatemods.sh

@@ -5,6 +5,6 @@ echo ""
 echo "***** Updating modules *****"
 echo ""
 
-$mx2cc makemods -config=release
+$mx2cc makemods -config=release %*
 
-$mx2cc makemods -config=debug
+$mx2cc makemods -config=debug %*