sbsv2/raptor/bin/sbs.bat
branchwip
changeset 19 830586221171
parent 3 e1eecf4d390d
child 113 3d2908a2186b
child 119 f293a5f26578
equal deleted inserted replaced
18:17b8877fc4fe 19:830586221171
    29 :foundhome 
    29 :foundhome 
    30 
    30 
    31 @REM Use the python set by the environment if possible
    31 @REM Use the python set by the environment if possible
    32 @SET __PYTHON__=%SBS_PYTHON%
    32 @SET __PYTHON__=%SBS_PYTHON%
    33 @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python252\python.exe
    33 @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python252\python.exe
       
    34 @SET PYTHONPATH=%SBS_PYTHONPATH%
       
    35 @IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python252
    34 
    36 
    35 @REM Use the mingw set by the environment if possible
    37 @REM Use the mingw set by the environment if possible
    36 @SET __MINGW__=%SBS_MINGW%
    38 @SET __MINGW__=%SBS_MINGW%
    37 @IF "%__MINGW__%"=="" SET __MINGW__=%SBS_HOME%\win32\mingw
    39 @IF "%__MINGW__%"=="" SET __MINGW__=%SBS_HOME%\win32\mingw
    38 
    40