Hello Luigi, Serge, René,

> I never used nmake so did not know that generator did not 
> use config folders.
> I think that if one use devenv in batch should not be affected by this 
> patch.

Exactly. There has been discussion on the users list about this, it's 
just so that the nmake build works and gives the same result as building 
the INSTALL target in the IDE.

Serge, you use devenv /Build in your batch files (I know because I did 
the same following your post where you showed us your batch files :-) ) 
so you're essentially doing the same thing as the IDE. But nmake is a 
bit different, it's a different build target in CMake, and generates 
what could be called the Windows equivalent of "makefiles".

If I understand correctly, the difference between that and the IDE build 
files (.sln/.prj) is that the nmake files do not build to intermediate 
directories for Release and Debug, and there is no INSTALL target. So 
they must build directly into lib and bin for the resulting files to be 
in the right places.

That is the purpose of this patch, and as mentioned, the behaviour when 
generating the IDE build files (.sln/.prj) or build files on other 
platforms should be unchanged, so this should not affect you.

BTW, thanks René for making all this clear and for fixing it and 
submitting it!

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

Reply via email to