12 lines
209 B
Batchfile
Executable File
12 lines
209 B
Batchfile
Executable File
echo off
|
|
|
|
call setenv.bat
|
|
|
|
REM --------------------------------
|
|
REM Sync to the current (CB) build
|
|
REM --------------------------------
|
|
|
|
p4 sync -f //depot/gta5/build/dev_ng/...@[CB]_GTAV_current
|
|
|
|
|