diff --git a/VisualStudio/osgShell.bat b/VisualStudio/osgShell.bat new file mode 100644 index 000000000..e604f422d --- /dev/null +++ b/VisualStudio/osgShell.bat @@ -0,0 +1,23 @@ +@echo off +REM This script provides a commandline shell properly configured to run OSG +REM executables directly from the OpenThreads/Producer/OpenSceneGraph source +REM trees. +REM mew 2004-07-16 + +cd ..\.. +set PATH=%CD%\OpenThreads\bin\win32;%CD%\Producer\bin;%CD%\OpenSceneGraph\bin;%CD%\3rdParty\bin;%PATH% +set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%CD%\OpenSceneGraph-Data\Images;%CD%\OpenSceneGraph-Data\fonts +REM set PRODUCER_CAMERA_CONFIG_FILE=%CD%\Producer-Data\1win.cfg + +REM uncomment one of these for your desired notify level... +rem set OSG_NOTIFY_LEVEL=ALWAYS +rem set OSG_NOTIFY_LEVEL=FATAL +rem set OSG_NOTIFY_LEVEL=WARN +rem set OSG_NOTIFY_LEVEL=NOTICE +rem set OSG_NOTIFY_LEVEL=DEBUG +rem set OSG_NOTIFY_LEVEL=DEBUG_FP +rem set OSG_NOTIFY_LEVEL=INFO + +TITLE osgShell +%COMSPEC% /K + diff --git a/VisualStudio/osgUtil/osgUtil.dsp b/VisualStudio/osgUtil/osgUtil.dsp index 870d6ffef..4cee8d91c 100755 --- a/VisualStudio/osgUtil/osgUtil.dsp +++ b/VisualStudio/osgUtil/osgUtil.dsp @@ -105,7 +105,7 @@ SOURCE=..\..\src\osgUtil\DelaunayTriangulator.cpp # End Source File # Begin Source File -SOURCE=..\..\src\osgUtil\DisplayListVisitor.cpp +SOURCE=..\..\src\osgUtil\GLObjectsVisitor.cpp # End Source File # Begin Source File @@ -217,7 +217,7 @@ SOURCE=..\..\Include\osgUtil\DelaunayTriangulator # End Source File # Begin Source File -SOURCE=..\..\Include\osgUtil\DisplayListVisitor +SOURCE=..\..\Include\osgUtil\GLObjectsVisitor # End Source File # Begin Source File