mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-14 12:21:50 +00:00
Add MDv13 source directory
This commit is contained in:
9
MDv13/projects/MD_Trident/COMPILE_modscript.bat
Normal file
9
MDv13/projects/MD_Trident/COMPILE_modscript.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
:start
|
||||
echo SC-CL modscript.c
|
||||
echo Press ENTER to launch
|
||||
pause > nul
|
||||
cls
|
||||
"../../bin/SC-CL.exe" -platform=X360 -target=GTAIV -O3 -out-dir="../../SCO_OUT/" modscript.c -- -I "inc/"
|
||||
goto start
|
||||
Reference in New Issue
Block a user