Looks like I need some compiler advice.
When I run the make.bat file, it is unsuccessful.
I get to this stage and then it fails:
F:\PRC - Checked Out Files\NWN PRC - SVN Checkout>REM run nmake to do the build.
F:\PRC - Checked Out Files\NWN PRC - SVN Checkout>tools\nmake -NOLOGO -f makefile.temp
acp_auto.nss
Unable to locate or open Neverwinter Night
This is my config.make:
NWN_DIR = E:\NWN\NeverwinterNights
PRC_VERSION = 35PsySly
PRC_INSTALLVERSION = 3.5PsySly
Now, I do have to say that, while I have a copy of NWN at the specified location, I have not actually *installed* NWN on the PC I'm compiling it; I just copied my working folder over to it in hopes that I could compile on a separate machine than I actually use to play NWN.
Maybe that has nothing do do with the failure, but it was worth mentioning.
I also have not dropped my changed files into the build folders, so what I'm trying to compile is just the base downloaded files - figured I'd start with that since it should compile already, that way I could get compiling down first, without worrying if its my changes that are messing with things.
I've attached the make log file jut in case.
Thanks!