sbsv2/raptor/bin/sbs.bat
branchwip
changeset 149 d082b140eb98
parent 119 f293a5f26578
child 155 e65788ec4aa9
equal deleted inserted replaced
148:72c10aee0d00 149:d082b140eb98
    28 @cd %WD%
    28 @cd %WD%
    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\python264\python.exe
    34 @SET PYTHONPATH=%SBS_PYTHONPATH%
    34 @SET PYTHONPATH=%SBS_PYTHONPATH%
    35 @IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python252
    35 @IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python264
    36 
    36 
    37 @REM Use the mingw set by the environment if possible
    37 @REM Use the mingw set by the environment if possible
    38 @SET __MINGW__=%SBS_MINGW%
    38 @SET __MINGW__=%SBS_MINGW%
    39 @IF "%__MINGW__%"=="" SET __MINGW__=%SBS_HOME%\win32\mingw
    39 @IF "%__MINGW__%"=="" SET __MINGW__=%SBS_HOME%\win32\mingw
    40 
    40