Jean-Sébastien Guay wrote:
>adapting the build files generated for nmake to make it accept the versioned 
>DLLs

Nope, I adapted the cmake files so it generates correct build files for nmake.

The changes had to be done at many places in (OsgMacroUtils and two 
CmakeLists.txt) (libs, linking, apps, plugins. wrappers)

The problem with the "hard-coded paths to move the dll's" is this:
Visual Studio creates Release and Debug folders, 
the versioning is not the problem, but libs also get a prefix. This way their 
final location will be in the bin folder.

For example (for the plugins):

PREFIX = "../../bin/${OSG_PLUGINS}" which will become something like 
../../../lib/release/../../bin/osg/osgPlugins-2.2.0/

if you generate files for nmake this 'trick' will not work, it has to be:
"../bin/${OSG_PLUGINS}"

I have created a fix for this...
Let me know if this needs to be submitted. 

Rene
_________________________________________________________________
De mooiste afbeeldingen van Angelina Jolie vind je met Live Search
http://search.live.com/images/results.aspx?q=angelina%20jolie&FORM=MIINTM
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to