mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-19 06:34:03 +00:00
Add MDv13 source directory
This commit is contained in:
9
MDv13/projects/MD_Trident/COMPILE_MD_Trident.bat
Normal file
9
MDv13/projects/MD_Trident/COMPILE_MD_Trident.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user