Hi,

sorry for the delay, had to get back to a windows machine.

On Thu, 2008-10-02 at 10:24 +0200, Dominik Rau wrote:
> Hi.
> 
> The first time I (succesfully :) ) built OpenSG 2.0 on windows it 
> generated debug libraries with the D postfix: OSGBaseD.dll 
> OSGSystemD.dll etc... Unfortunately, I can't manage to generate that 
> again, no matter if I build optimized or debug, the output is named 
> equally. Thus, if I build the debug libs and install them using the same 
> prefix (d:\libs\osg2 in this case) as the optimized version, it 
> overwrites my previously built libraries (and vice versa) - is there any 
> switch for scons I forgot?

no, actually not. 2.x changed a little from the old 1.x. Both debug and
optimised libs don't have a D/_d suffix anymore as they are both not 
build against the debug Microsoft runtime libs. If you set
var_type="debug_rt" you will get _d names as only than the debug MS 
stuff is used.

But there is still a small problem, the install dirs were not updated
so both (opt/dbg) install into the path overriding each other.

I'll try to fix this.

kind regards,
 gerrit



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to