Aschbourne_PRC8/_content/_hak/Compiler - Top Hak.bat
Jaysyn904 f58749839a Update for PRC8 function update
Update for PRC8 function update.  Updated top hak. Full compile.  Updated release archive.
2025-02-10 10:14:51 -05:00

4 lines
301 B
Batchfile

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