Files
GTAConnectedDocs/MDv13/projects/MD_Trident/COMPILE_MD_Trident.bat
2026-01-18 00:28:50 +04:00

10 lines
211 B
Batchfile

@echo off
cd %~dp0
:start
echo SC-CL MD_Trident.c
echo Press ENTER to launch
pause > nul
cls
"../../bin/SC-CL.exe" -platform=X360 -target=GTAIV -O3 -out-dir="../../SCO_OUT/" MD_Trident.c -- -I "inc/"
goto start