50 lines
2.5 KiB
Batchfile
Executable File
50 lines
2.5 KiB
Batchfile
Executable File
::****************************************************************
|
|
:: GTA5 Current Build label script **
|
|
:: Updated: 28/03/2014 **
|
|
:: Edits: Add DLC **
|
|
:: Last edited by: Ross McKinstray **
|
|
::****************************************************************
|
|
|
|
@echo off
|
|
echo
|
|
|
|
PUSHD %RS_PROJROOT%
|
|
|
|
echo.
|
|
echo UPDATING LABELLED BUILD
|
|
echo.
|
|
|
|
|
|
:: This is a tightned version of //depot/gta5/build for dev_ng
|
|
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/common/...
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/pc/...
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/x64/...
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_beta.bat
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_beta.cmp
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_beta.exe
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_beta.map
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_beta.pdb
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_bankrelease.bat
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_bankrelease.cmp
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_bankrelease.exe
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_bankrelease.map
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_bankrelease.pdb
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_release.bat
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_release.cmp
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_release.exe
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_release.map
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/game_win64_release.pdb
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/*.dll
|
|
p4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/build/dev_ng/GTAVLauncher*.exe
|
|
:: These roughly mirror the console batch file
|
|
|
|
P4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/src/dev_ng/...
|
|
P4 labelsync -l [CB]_GTAV_current_PC //depot/gta5/tools_ng/...
|
|
P4 labelsync -l [CB]_GTAV_current_PC //rage/gta5/dev_ng/...
|
|
|
|
P4 labelsync -l [CB]_GTAV_current_PC //gta5_dlc/mpPacks/...
|
|
P4 labelsync -l [CB]_GTAV_current_PC //gta5_dlc/spPacks/...
|
|
POPD
|
|
|
|
pause |