HiddenTradition_PRC8/_content/Compiler - Top Hak.bat
Jaysyn904 e84b6905e5 Update for PRC8 function updates
Update for PRC8 function updates.  Updated top hak.  Full compile.  Updated release archive.
2025-02-10 11:47:10 -05:00

4 lines
299 B
Batchfile

:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\HiddenTradition_PRC\_content\ht5_prc8_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\HiddenTradition_PRC\_content\ht5_prc8_top\*.nss"
if %errorLevel% == -1 goto :loop
pause