Hi,

On Fri, 2009-06-26 at 09:06 +0200, Johannes Brunen wrote:
> Hello Gerrit,
> 
> "Gerrit Vo" <[email protected]> schrieb im 
> Newsbeitrag news:[email protected]...
> 
> >
> > As I said I really don't have a preference as long as it is consistent
> > in some form. So your solution would be:
> >
> > Debug        -> (short for DebugNoOpt) debug runtimr + no opt compiler
> > DebugOpt     -> debug runtime + opt compiler
> > ReleaseNoOpt -> release runtime + no opt compiler
> > Release      -> (short for ReleaseOpt) release runtime + opt compiler
> >
> > with the suffices:
> >
> > Debug        -> D  (short for DN)
> > DebugOpt     -> DO
> > ReleaseNoOpt -> RN
> > Release      -> again don't need one.
> >
> > As you and Johannes are the most vocal on this, I would be glad if
> > both of you agree on the variant both of you are happy with.
> >
> I'm fine with this variant. IMHO it is an imporvement over the current 
> scheme.
> 
> Thank you all for your patience.
> 

short question. what are the correct windows debug define settings or
if this is not well defined, which are the once you expect to be set ?

Debug        -> -D _DEBUG
DebugOpt     -> ? never used it, does it need -D _DEBUG or -D NDEBUG ?
ReleaseNoOpt -> ? So far I did not use -D NDEBUG or -D _DEBUG and that
                  seem to work
Releae       -> -D NDEBUG


thanks & kind regards,
  gerrit



------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to