• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

New makefile (faster compilation, profiling and more)

The obvious approach would be to ask the person who added the changes :mischief:
i bother him too much :)

Page 728 i
well, i compiled without it, interesting.

y /DKMOD_PATH_FINDER.
i thought so, since all the others start with D_
i dont understand all these flags.

didnt know theres a pdf such as this, ill have a look,
thank you for the quick response.

i hope it wont contain a crash this compile i did :)
 
Module definitions are explained on page 783. Looks like it's a way to avoid adding DllExport in the source code.
I recently learned about that from Caveman2Cosmos. I'm using the .def file to rename a few DllExports. For example CvPlayer::getOwner to getOwnerExternal so that CvPlayer::getOwnerINLINE can be named simply getOwner. Also for working around the bug with AI peace offers in the EXE that you mentioned here. None of this belongs in this thread; just seems like a good opportunity to make sure that you're aware of these possibilities.
 
Back
Top Bottom