From: Nabil Ghodbane Date: Mon, 24 May 2021 11:05:59 +0000 (+0200) Subject: URANIE - pthread rename .lib for URANIE X-Git-Tag: V9_7_0~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8759c293e05c565a63946799b8ce20518ad58368;p=tools%2Fsat_salome.git URANIE - pthread rename .lib for URANIE --- diff --git a/products/compil_scripts/pthreads.bat b/products/compil_scripts/pthreads.bat index 3b98f3d..f9921d8 100755 --- a/products/compil_scripts/pthreads.bat +++ b/products/compil_scripts/pthreads.bat @@ -89,5 +89,11 @@ if NOT %ERRORLEVEL% == 0 ( exit 7 ) +copy %PRODUCT_INSTALL%\lib\pthreadVC2.lib %PRODUCT_INSTALL%\lib\pthreadVCE2.lib +if NOT %ERRORLEVEL% == 0 ( + echo "ERROR on renaming lib\pthreadVCE2.lib" + exit 7 +) + echo. echo "########## END"