RATDOG/_content/BuildTLK.bat

5 lines
109 B
Batchfile
Raw Normal View History

pushd _tools\
if exist ..\_tlk\ra_tdog.xml xml2tlk.exe ..\_tlk\ra_tdog.xml ..\_output\ra_tdog.tlk
popd
pause