Hi,

This is my results with the changes committed a couple of hours ago.
I'm running Windows XP with VS 2005 so I use the cmake gui with these settings.

Source: C:\dev\Libraries\OpenSceneGraph
Binaries: C:\dev\Libraries\OpenSceneGraph
OPENTHREADS_INCLUDE_DIR C:\dev\Libraries\OpenThreads\include
OPENTHREADS_LIBRARY C:\dev\Libraries\OpenThreads\lib\win32\OpenThreadsWin32.lib
OPENTHREADS_LIBRARY_DEBUG
C:\dev\Libraries\OpenThreads\lib\win32\OpenThreadsWin32d.lib
CMAKE_INSTALL_PREFIX ./

My hope was to find the results of a build in the same locations as
before cmake was introduced (without running the install project).
This is what I found when building the osg core project.

C:\dev\Libraries\OpenSceneGraph\lib\debug
osgd.dll osgd.exp osgd.lib osgd.pdb

C:\dev\Libraries\OpenSceneGraph\src\osg\osg.dir\Debug
AlphaFunc.obj AnimationPath.obj ...

So the dll and pdb files end up under the lib directory and the obj
files end up under the src directory.  The debug and release binaries
are no longer in the same directory.


Regards,
Brede




On 4/25/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
Hi Guys,

I have just committed some changes from Eric Wing that add a few more
options for setting up the path.  Perhaps he can chip in here to
explain.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to