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?

I use the following batch script for building (using var_type=debug 
respectively)::

set TARGET=d:\libs\osg2\
set SUPPORTLIBS=d:\libs\supportlibs\
set BOOSTDIR=d:\libs\boost_1_35_0
set JOBS=4

python Tools\scons-local\scons.py MSVS_VERSION=8.0 
enable_unittests=false var_type=optimized prefix=%TARGET% 
add_libdir=%SUPPORTLIBS%\lib add_incdir=%SUPPORTLIBS%\include 
BoostBaseDir=%BOOSTDIR% -j %JOBS% install
REM --config=force

Yours,
Dominik

-------------------------------------------------------------------------
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