]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
URANIE - pthread rename .lib for URANIE
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 24 May 2021 11:05:59 +0000 (13:05 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 24 May 2021 11:05:59 +0000 (13:05 +0200)
products/compil_scripts/pthreads.bat

index 3b98f3d381862f98b7d407aeea9bbdeb1c26de2a..f9921d87b5154b8035f0e19fd27f3ffc2e1fafdc 100755 (executable)
@@ -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"