Salome HOME
qt: clean build directory
[tools/sat_salome.git] / products / compil_scripts / cython.bat
index 3715a7bdc59405f0d4d1b9ad790b24e5f0581afd..373249c2c510434085c45a52804b3b5d4b9370ce 100755 (executable)
@@ -24,9 +24,10 @@ echo --------------------------------------------------------------------------
 echo *** Launching "python.exe setup.py build"\r
 echo --------------------------------------------------------------------------\r
 set BUILD_OPT=\r
-if %SAT_DEBUG% == 1 (\r
-   set BUILD_OPT=--debug\r
-)\r
+REM not built by OCCT - see spns #20292 attached Excel document\r
+REM if %SAT_DEBUG% == 1 (\r
+REM    set BUILD_OPT=--debug\r
+REM)\r
 \r
 %PYTHON_ROOT_DIR%\python.exe setup.py build %BUILD_OPT%\r
 \r
@@ -50,4 +51,4 @@ echo Product %PRODUCT_NAME% version: %VERSION%> %PRODUCT_INSTALL%\README.txt
 echo Installation folder: %PYTHON_ROOT_DIR%>> %PRODUCT_INSTALL%\README.txt\r
 \r
 echo.\r
-echo ########## END
\ No newline at end of file
+echo ########## END\r