[patch] Mingw static compile target

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

[patch] Mingw static compile target

Post by REDDemon »

in the code::blocks project file of Irrlicht 1.7.3 seems that the compile target

"Win32 - Release - accurate math - static"

wrongly defines as precompiler define
"IRRLICHT_EXPORTS"

when it should define
"_IRR_STATIC_LIB_"

other compile targets seems ok.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: [patch] Mingw static compile target

Post by REDDemon »

I sent the patch for this to the tracker.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Post Reply