EN6_PRC8/_content/Compiler - Top Hak.bat
Jaysyn904 056146dc61 Update for PRC8 function updates
Update for PRC8 function updates.  Full compile.  Updated release archive.
2025-02-13 13:29:22 -05:00

4 lines
285 B
Batchfile

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