initial commit
This commit is contained in:
16
ks/Models/FP56/Model_grt_rtw/Model.bat
Executable file
16
ks/Models/FP56/Model_grt_rtw/Model.bat
Executable file
@@ -0,0 +1,16 @@
|
||||
|
||||
set skipSetupArg=%2
|
||||
if "%skipSetupArg%" NEQ "skip_setup_msvc" (
|
||||
call "setup_msvc.bat"
|
||||
)
|
||||
|
||||
cd .
|
||||
|
||||
if "%1"=="" (nmake -f Model.mk all) else (nmake -f Model.mk %1)
|
||||
@if errorlevel 1 goto error_exit
|
||||
|
||||
exit /B 0
|
||||
|
||||
:error_exit
|
||||
echo The make command returned an error of %errorlevel%
|
||||
exit /B 1
|
||||
Reference in New Issue
Block a user