Salome HOME
Fix path to mpicc and mpicxx
[tools/sat_salome.git] / products / compil_scripts / omniORB.bat
index 8579b1c4332e915e8229eeb834a759dffde5fa00..b75192b349763b7c1940b3e4b4245d190f46de49 100755 (executable)
@@ -39,9 +39,8 @@ echo INFO: activating platform target: x86_win32_vs_15
 sed "s/#platform = x86_win32_vs_15/platform = x86_win32_vs_15/g" < %CONFIG_REF% >  %CONFIG_MK%\r
 if %SAT_DEBUG% == 1 (\r
   copy %CONFIG_MK% %CONFIG_DBG%\r
-)\r
-if %SAT_DEBUG% == 1 (\r
   sed "s/#BuildDebugBinary = 1/BuildDebugBinary = 1/g" < %CONFIG_DBG% >  %CONFIG_MK% \r
+  sed -i '199s/\.lib/\_d\.lib/' %BUILD_DIR%\src\tool\omniidl\cxx\dir.mk\r
 )\r
 \r
 REM target our Python in the configuration file\r