From ac150182b290e5117cc0d49947dc0bbf1e2d9e05 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Feb 2009 14:13:40 +0000 Subject: [PATCH] From Gary Quin + Robert Osfield, clean up of old batch file --- PlatformSpecifics/Windows/osgShell.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlatformSpecifics/Windows/osgShell.bat b/PlatformSpecifics/Windows/osgShell.bat index 753d7ce74..2f463cce8 100644 --- a/PlatformSpecifics/Windows/osgShell.bat +++ b/PlatformSpecifics/Windows/osgShell.bat @@ -5,8 +5,8 @@ REM trees. REM mew 2004-07-16 cd ..\.. -set PATH=%CD%\OpenThreads\bin\win32;%CD%\OpenSceneGraph\bin\win32;%CD%\3rdParty\bin;%PATH% -set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%CD%\OpenSceneGraph-Data\Images;%CD%\OpenSceneGraph-Data\fonts;%OSG_FILE_PATH% +set PATH=%CD%\OpenThreads\bin\win32;%CD%\bin;%CD%\3rdParty\bin;%PATH% +set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%OSG_FILE_PATH% REM uncomment one of these for your desired notify level... rem set OSG_NOTIFY_LEVEL=ALWAYS