OK, it's a horrible compiler and Visual C++ or Dev-C++ can compile Angband perfectly well. I'd still like to work out why I can't get it to compile with bcc32 anyway.
The problem appears to be that it isn't finding the include files in the source directory so I get tons of linker errors. I tried adding -I. to the compiler options (and the full directory path) but that didn't make any difference.
If anyone is curious I'm attaching the makefile I used.
The problem appears to be that it isn't finding the include files in the source directory so I get tons of linker errors. I tried adding -I. to the compiler options (and the full directory path) but that didn't make any difference.
If anyone is curious I'm attaching the makefile I used.
Comment