From: Nabil Ghodbane Date: Mon, 11 Oct 2021 15:27:12 +0000 (+0200) Subject: bos #24596: windows MeshGems : '2.13-1' - force /Y flag X-Git-Tag: V9_8_0~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e60e269abf9c215740115183c2f19752eddd9c87;p=tools%2Fsat_salome.git bos #24596: windows MeshGems : '2.13-1' - force /Y flag --- diff --git a/products/compil_scripts/MeshGems.bat b/products/compil_scripts/MeshGems.bat index 5d76b6f..21fc966 100755 --- a/products/compil_scripts/MeshGems.bat +++ b/products/compil_scripts/MeshGems.bat @@ -23,7 +23,7 @@ echo SRC_FOLDER = %SRC_FOLDER% echo PRODUCT_INSTALL = %PRODUCT_INSTALL% rem ## Includes -xcopy include\* %PRODUCT_INSTALL%\include /E /I /Q +xcopy include\* %PRODUCT_INSTALL%\include /E /I /Q /Y if NOT %ERRORLEVEL% == 0 ( echo ERROR on copying include exit 1 @@ -31,8 +31,8 @@ if NOT %ERRORLEVEL% == 0 ( rem ## Lib echo. -echo running command: xcopy lib\%SRC_FOLDER%\* %PRODUCT_INSTALL%\lib /E /I /Q -xcopy lib\%SRC_FOLDER%\* %PRODUCT_INSTALL%\lib /E /I /Q +echo running command: xcopy lib\%SRC_FOLDER%\* %PRODUCT_INSTALL%\lib /E /I /Q /Y +xcopy lib\%SRC_FOLDER%\* %PRODUCT_INSTALL%\lib /E /I /Q /Y if NOT %ERRORLEVEL% == 0 ( echo ERROR on copying lib exit 2 @@ -40,8 +40,8 @@ if NOT %ERRORLEVEL% == 0 ( rem ## Bin echo. -echo running command: bin\%SRC_FOLDER%\* %PRODUCT_INSTALL%\bin /E /I /Q -xcopy bin\%SRC_FOLDER%\* %PRODUCT_INSTALL%\bin /E /I /Q +echo running command: bin\%SRC_FOLDER%\* %PRODUCT_INSTALL%\bin /E /I /Q /Y +xcopy bin\%SRC_FOLDER%\* %PRODUCT_INSTALL%\bin /E /I /Q /Y if NOT %ERRORLEVEL% == 0 ( echo ERROR on copying bin exit 3