merge from FCL
authorraptorbot
Wed, 17 Feb 2010 16:10:19 +0000
changeset 215 b61c19d4168d
parent 214 1e23e973ab85 (current diff)
parent 182 085d88c7230a (diff)
child 216 0707f8fc2749
child 231 0f26bc078e36
child 307 22ecbfc20eb4
merge from FCL
--- a/sbsv2/raptor/bin/sbs.bat	Tue Feb 16 12:01:25 2010 +0000
+++ b/sbsv2/raptor/bin/sbs.bat	Wed Feb 17 16:10:19 2010 +0000
@@ -30,9 +30,8 @@
 
 @REM Use the python set by the environment if possible
 @SET __PYTHON__=%SBS_PYTHON%
-@IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe
-@SET PYTHONPATH=%SBS_PYTHONPATH%
-@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python264
+@IF "%__PYTHON__%"=="" SET __PYTHON__=python.exe
+@IF NOT "%SBS_PYTHONPATH%"=="" SET PYTHONPATH=%SBS_PYTHONPATH%
 
 @REM Use the mingw set by the environment if possible
 @SET __MINGW__=%SBS_MINGW%