Hello René,

> the versioning is not the problem, but libs also get a prefix. This way their 
> final location will be in the bin folder.

Libs should go in lib/, and DLLs and executables should go in bin/ ...

And only the DLLs should have the prefix. Libs do not need a prefix 
since you're specifying the library directory, so you know which version 
you're getting. The reason DLLs have the version prefix is because they 
could be anywhere on your path, and the order of the search directories 
means that a previous version could be picked up before the correct version.

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

If you want to, you can of course submit the fixes you made. The 
advantage is that you will not have to maintain them on your side once 
they are merged. Though it seems you are the only one using nmake to 
build OSG, there might be other people interested in the future.

Alternatively, did you know you can invoke Visual Studio with command 
line options to build a .sln file from the command line? This might be 
simpler if you want the result to be identical to a build from the IDE, 
without having to fiddle with CMake to build with nmake. I don't 
remember the command-line options off-hand but I can dig them up if 
you're interested.

J-S
-- 
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                                http://www.cm-labs.com/
                         http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to