Different names for each build configuration

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Locked
twilight17
Posts: 362
Joined: Sun Dec 16, 2007 9:25 pm

Different names for each build configuration

Post by twilight17 »

When I build the Irrlicht engine, I dislike how every configuration property (Release, Debug, FastFPU) all output to the same directory and file, overwriting each other. When I perform batch builds I end up not knowing which library and DLL I have (Debug? Release?)

What are your opinions on renaming the different configurations?
My idea:

Release: simply Irrlicht.dll and Irrlicht.lib (So it won't require updating tutorials, etc)

Debug: IrrlichtDebug.dll and IrrlichtDebug.lib (For anyone wanting Debug information available)

FastFPU: IrrlichtFastFPU.dll and IrrlichtFastFPU.lib

Thanks
Post this userbar I made on other websites to show your support for Irrlicht!
Image
http://img147.imageshack.us/img147/1261 ... wernq4.png
Ion Dune
Posts: 453
Joined: Mon Nov 12, 2007 8:29 pm
Location: California, USA
Contact:

Post by Ion Dune »

rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Also, there's a tracker item

(And locked again ;) )
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Locked