DLL compiling error, help!

NotSoGood

Emperor
Joined
Jan 25, 2009
Messages
1,077
Location
Finland
I started updating my mod into BTS 3.19. I used better AI as a starting point and added ranged bombard into it. But for some reason when compiling, it goes all pretty well untill at greating object files I get bunch of errors. (Build log attached.)
Please help me.
 
BTS added new source (.cpp) files that you must add to the makefile in two places:

1. To build the .obj file from them, one rule per new .cpp

2. To link the lib, must add each new .obj to the list.

The build log looks like you did 1 but not 2.
 
Top Bottom