Hello,

I just recompiled OSG from SVN (checked out this morning) in both debug and
release. There were the errors I noted in the VirtualPlanetBuilder thread.

Additionally, in Release mode, osgUtil failed to link. In the .dsp file, there
was a missing space between two library directories which resulted in Visual
Studio omitting those two directories, so OpenThreadsWin32.lib could not be
found.

Included is the fixed .dsp file which can just be copied over the previous one.

I am also including the fixed .dsp for "osgWrapper osgTerrain" (which removes
the inexistent Export.cpp file).

Hope this helps. Thanks,

J-S
--
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                        http://whitestar02.webhop.org/
# Microsoft Developer Studio Project File - Name="Core osgUtil" - Package 
Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=Core osgUtil - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "osgUtil.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "osgUtil.mak" CFG="Core osgUtil - Win32 Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Core osgUtil - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
!MESSAGE "Core osgUtil - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
!MESSAGE "Core osgUtil - Win32 Release Static" (based on "Win32 (x86) Static 
Library")
!MESSAGE "Core osgUtil - Win32 Debug Static" (based on "Win32 (x86) Static 
Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "Core osgUtil - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "../../lib"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../bin/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../include" /I 
"../../../OpenThreads/include" /I "../../../3rdParty/include" /D "NDEBUG" /D 
"_MBCS" /D "_USRDLL" /D "OSGUTIL_LIBRARY" /D "_WINDOWS" /D "WIN32" /D 
"_CRT_SECURE_NO_DEPRECATE" /YX /FD /Zm200 /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 OpenThreadsWin32.lib opengl32.lib glu32.lib /nologo /dll /debug 
/machine:I386 /opt:ref /opt:icf /out:"$(OutDir)/osgUtil.dll" 
/implib:"../../lib/$(PlatformName)/osgUtil.lib" 
/libpath:"../../lib/$(PlatformName)" 
/libpath:"../../../OpenThreads/lib/$(PlatformName)" 
/libpath:"../../../3rdParty/lib/$(PlatformName)" 
/libpath:"../../../3rdParty/lib"

!ELSEIF  "$(CFG)" == "Core osgUtil - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "../../lib"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../../bin/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /GR /GX /Zi /Od /I "../../include" /I 
"../../../OpenThreads/include" /I "../../../3rdParty/include" /D "_DEBUG" /D 
"OSGUTIL_LIBRARY" /D "_WINDOWS" /D "WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /YX 
/FD /GZ /Zm200 /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 OpenThreadsWin32d.lib opengl32.lib glu32.lib /nologo /dll /debug 
/machine:I386 /out:"$(OutDir)/osgUtild.dll" /pdbtype:sept 
/implib:"../../lib/$(PlatformName)/osgUtild.lib" 
/libpath:"../../lib/$(PlatformName)" 
/libpath:"../../../OpenThreads/lib/$(PlatformName)" 
/libpath:"../../../3rdParty/lib/$(PlatformName)" 
/libpath:"../../../3rdParty/lib"
# SUBTRACT LINK32 /pdb:none

!ELSEIF  "$(CFG)" == "Core osgUtil - Win32 Release Static"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "../../lib"
# PROP BASE Intermediate_Dir "Release_Static"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../lib/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)_Static"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "OSG_LIBRARY_STATIC" /D "OT_LIBRARY_STATIC" /D "PR_LIBRARY_STATIC" 
/YX /FD /c
# ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "../../include" /I 
"../../../OpenThreads/include" /I "../../../3rdParty/include" /D "NDEBUG" /D 
"_MBCS" /D "OSG_LIBRARY_STATIC" /D "OT_LIBRARY_STATIC" /D "PR_LIBRARY_STATIC" 
/D "_WINDOWS" /D "WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /Zm200 /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nodefaultlib /nologo /out:"$(OutDir)/osgUtil_s.lib"

!ELSEIF  "$(CFG)" == "Core osgUtil - Win32 Debug Static"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "../../lib"
# PROP BASE Intermediate_Dir "Debug_Static"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../../lib/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)_Static"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "OSG_LIBRARY_STATIC" /D "OT_LIBRARY_STATIC" /D 
"PR_LIBRARY_STATIC" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /vmg /GR /GX /Z7 /Od /I "../../include" /I 
"../../../OpenThreads/include" /I "../../../3rdParty/include" /D "_DEBUG" /D 
"OSG_LIBRARY_STATIC" /D "OT_LIBRARY_STATIC" /D "PR_LIBRARY_STATIC" /D 
"_WINDOWS" /D "WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /GZ /Zm200 /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nodefaultlib /nologo /out:"$(OutDir)/osgUtild_s.lib"
# SUBTRACT LIB32 /pdb:none

!ENDIF 

# Begin Target

# Name "Core osgUtil - Win32 Release"
# Name "Core osgUtil - Win32 Debug"
# Name "Core osgUtil - Win32 Release Static"
# Name "Core osgUtil - Win32 Debug Static"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=..\..\src\osgUtil\CubeMapGenerator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\CullVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\DelaunayTriangulator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\DisplayRequirementsVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\GLObjectsVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\HalfWayMapGenerator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\HighlightMapGenerator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\IntersectVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\IntersectionVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\LineSegmentIntersector.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\PlaneIntersector.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\PolytopeIntersector.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\Optimizer.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\RenderBin.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\StateGraph.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\RenderLeaf.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\RenderStage.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\PositionalStateContainer.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\SceneView.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\Simplifier.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\SmoothingVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\Statistics.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\TangentSpaceGenerator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\Tessellator.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\TransformAttributeFunctor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\TransformCallback.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\TriStrip_tri_stripper.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\TriStripVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\UpdateVisitor.cpp
# End Source File
# Begin Source File

SOURCE=..\..\src\osgUtil\Version.cpp
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter ";h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=..\..\include\osgUtil\CubeMapGenerator
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\CullVisitor
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\DelaunayTriangulator
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\DisplayRequirementsVisitor
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\Export
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\GLObjectsVisitor
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\HalfWayMapGenerator
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\HighlightMapGenerator
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\IntersectVisitor
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\IntersectionVisitor
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\LineSegmentIntersector
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\PlaneIntersector
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\PolytopeIntersector
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\Optimizer
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\ReflectionMapGenerator
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\RenderBin
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\StateGraph
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\RenderLeaf
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\RenderStage
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\PositionalStateContainer
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\SceneView
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\Simplifier
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\SmoothingVisitor
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\Statistics
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\TangentSpaceGenerator
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\Tessellator
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\TransformAttributeFunctor
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\TransformCallback
# End Source File
# Begin Source File

SOURCE=..\..\Src\osgUtil\TriStrip_graph_array.h
# End Source File
# Begin Source File

SOURCE=..\..\Src\osgUtil\TriStrip_heap_array.h
# End Source File
# Begin Source File

SOURCE=..\..\Src\osgUtil\TriStrip_tri_stripper.h
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\TriStripVisitor
# End Source File
# Begin Source File

SOURCE=..\..\include\osgUtil\UpdateVisitor
# End Source File
# Begin Source File

SOURCE=..\..\Include\osgUtil\Version
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project
# Microsoft Developer Studio Project File - Name="osgWrapper osgTerrain" - 
Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=osgWrapper osgTerrain - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "wrapper_osgTerrain.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "wrapper_osgTerrain.mak" CFG="osgWrapper osgTerrain - Win32 
Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "osgWrapper osgTerrain - Win32 Release" (based on "Win32 (x86) 
Dynamic-Link Library")
!MESSAGE "osgWrapper osgTerrain - Win32 Debug" (based on "Win32 (x86) 
Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "osgWrapper osgTerrain - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../../../bin/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /I 
"../../../../OpenThreads/include" /I "../../../../3rdParty/include" /D "WIN32" 
/D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_CRT_SECURE_NO_DEPRECATE" 
/YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 opengl32.lib OpenThreadsWin32.lib gdal_i.lib  /nologo /dll /debug 
/machine:I386 /nodefaultlib:"LIBC" /opt:ref /opt:icf 
/out:"$(OutDir)/osgwrapper_osgTerrain.dll" 
/implib:"../../../lib/$(PlatformName)/osgwrapper_osgTerrain.lib" 
/libpath:"../../../lib/$(PlatformName)" 
/libpath:"../../../../OpenThreads/lib/$(PlatformName)" 
/libpath:"../../../../3rdParty/lib/$(PlatformName)" 
/libpath:"../../../../3rdParty/lib"
# SUBTRACT LINK32 /nodefaultlib

!ELSEIF  "$(CFG)" == "osgWrapper osgTerrain - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../../../bin/$(PlatformName)"
# PROP Intermediate_Dir "$(PlatformName)/$(ConfigurationName)"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /GR /GX /Zi /Od /I "../../../include" /I 
"../../../../OpenThreads/include" /I "../../../../3rdParty/include" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /D 
"_CRT_SECURE_NO_DEPRECATE" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 opengl32.lib OpenThreadsWin32d.lib gdal_iD.lib  /nologo /dll 
/debug /machine:I386 /nodefaultlib:"LIBC" 
/out:"$(OutDir)/osgwrapper_osgTerraind.dll" /pdbtype:sept 
/implib:"../../../lib/$(PlatformName)/osgwrapper_osgTerraind.lib" 
/libpath:"../../../lib/$(PlatformName)" 
/libpath:"../../../../OpenThreads/lib/$(PlatformName)" 
/libpath:"../../../../3rdParty/lib/$(PlatformName)" 
/libpath:"../../../../3rdParty/lib"
# SUBTRACT LINK32 /pdb:none /nodefaultlib

!ENDIF 

# Begin Target

# Name "osgWrapper osgTerrain - Win32 Release"
# Name "osgWrapper osgTerrain - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgTerrain\HeightFieldNode.cpp
# End Source File

# Begin Source File
SOURCE=..\..\..\src\osgWrappers\osgTerrain\HeightFieldRenderer.cpp
# End Source File

# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project

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

Reply via email to