Hi, On Wed, 2009-04-08 at 09:11 -0500, Carsten Neumann wrote: > Hi Gerrit, > > Gerrit Voß wrote: > > On Wed, 2009-04-08 at 11:53 +0200, [email protected] wrote: > >> Hi, > >> I just encountered a problem when building OpenSG 2 with cmake > >> generated VC9 projects for x64: CMAKE_C[XX]_FLAGS_DEBUG[RT] are set > >> to /MD which builds against the non-debug runtime...should be /MDd at > >> this point. > >> > > > > hmm X_DEBUG is ok, this is meant to be /MD. X_DEBUGRT should be > > /MDd. > > I agree it is useful to have both configurations, but I think our naming > here is quite confusing. My impression is that windows developers expect > DEBUG to be linked against the debug runtime. > I'd like to change DEBUG to mean that and have DEBUG_RRT (release run > time - better name?) for what we currently call DEBUG. >
Actually I don't have a real preference, though I agree with Dirk that RRT is not the best choice. In general I just followed the way it was handled in scons, IIRC coming either from Allen, Aron or Patrick. As they do much more Windows work I guess we better check with them how the naming came about and what their preference is. kind regards, gerrit ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
