Files
gtav-src/tools_ng/bin/LightExtractionTool/gen9/RunLightExtractionTool.bat
T
2025-09-29 00:52:08 +02:00

25 lines
679 B
Batchfile
Executable File

echo on
call X:\gta5\tools_ng\bin\setenv.bat
pushd x:\gta5\tools_ng\bin\LightExtractionTool\gen9
REM --------------------------------
REM Sync to the current (CB) build
REM --------------------------------
REM p4 sync -f //depot/gta5/build/dev_ng/...@[CB]_GTAV_current
rem ====================================================
rem DoExport expects 4 parameters
rem 1. The project Root
rem 2. The executable to run
rem 3. the level name "gta5" "testlevel" etc...
rem ====================================================
call DoExport.bat %RS_PROJROOT% %RS_TOOLSBIN%\LightExtractionTool\gen9\LightExtractionTool_win64_bankrelease.exe gta5
popd
pause