Salome HOME
Fix path to mpicc and mpicxx
[tools/sat_salome.git] / products / compil_scripts / ispc-1.15.0.bat
index ae9fb27c383c38a4098228a7650e2a368d869e88..34ad8c2aeac3c2e71bcca168541281943a005428 100644 (file)
@@ -9,7 +9,7 @@ if NOT exist "%PRODUCT_INSTALL%\bin" mkdir %PRODUCT_INSTALL%\bin
 
 SET MSBUILDDISABLENODEREUSE=1
 cd %SOURCE_DIR%\bin
-xcopy * %PRODUCT_INSTALL%\bin /E /I /Q
+xcopy * %PRODUCT_INSTALL%\bin /E /I /Q /Y
 if NOT %ERRORLEVEL% == 0 (
     echo ERROR on xcopy
     exit 1