ADM/[ADM] Integrated Logic/ADM_Integrated_Logic_ert_rtw/ADM_Integrated_Logic.bat
3minbe f7e8a96a61 1.주행안전 시나리오 기반 로직 최신화
2.주행안전 시나리오 기반 VCU CAN 수정
3.주행안전 시나리오 기반 DBC 최신화
2025-07-16 17:20:17 +09:00

13 lines
351 B
Batchfile

set MATLAB=C:\Program Files\Polyspace\R2021a
cd .
if "%1"=="" ("C:\PROGRA~1\POLYSP~1\R2021a\bin\win64\gmake" -f ADM_Integrated_Logic.mk all) else ("C:\PROGRA~1\POLYSP~1\R2021a\bin\win64\gmake" -f ADM_Integrated_Logic.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