5 lines
524 B
Batchfile
Executable File
5 lines
524 B
Batchfile
Executable File
mkdir Output\PC
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\PC\game_pc.txt" -pc -implicit -nosingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\PC\game_pc_explicit.txt" -pc -explicit -nosingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\PC\game_pc_implicit_lastgen.txt" -pc -implicit -lastgensingles exclude.txt -html
|
|
MissingPlatform.exe "X:\gta5\src\dev_ng\game" "Output\PC\game_pc_explicit_lastgen.txt" -pc -explicit -lastgensingles exclude.txt -html |