equal
deleted
inserted
replaced
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 |