From Paul Martz, add OSG_FILE_PATH to end of setting of OSG_FILE_PATH to preserve any previous settings
This commit is contained in:
parent
3016deaba9
commit
a3b1d8cd54
@ -6,7 +6,7 @@ REM mew 2004-07-16
|
||||
|
||||
cd ..\..
|
||||
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
|
||||
set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%CD%\OpenSceneGraph-Data\Images;%CD%\OpenSceneGraph-Data\fonts;%OSG_FILE_PATH%
|
||||
REM set PRODUCER_CAMERA_CONFIG_FILE=%CD%\Producer-Data\1win.cfg
|
||||
|
||||
REM uncomment one of these for your desired notify level...
|
||||
@ -21,3 +21,4 @@ rem set OSG_NOTIFY_LEVEL=INFO
|
||||
TITLE osgShell
|
||||
%COMSPEC% /K
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user