From c8a5dc86a2d85fd6d05d081dfa3e5c9c59d55773 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 22 Aug 2006 12:49:02 +0000 Subject: [PATCH] From Gary Quinn, updated to take account of new bin directory structure. --- VisualStudio/osgShell.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio/osgShell.bat b/VisualStudio/osgShell.bat index e604f422d..762ff65ef 100644 --- a/VisualStudio/osgShell.bat +++ b/VisualStudio/osgShell.bat @@ -5,7 +5,7 @@ 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 PATH=%CD%\OpenThreads\bin\win32;%CD%\Producer\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 REM set PRODUCER_CAMERA_CONFIG_FILE=%CD%\Producer-Data\1win.cfg