]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Mon, 16 May 2016 15:56:51 +0000 (18:56 +0300)
committerana <ana@opencascade.com>
Mon, 16 May 2016 15:56:51 +0000 (18:56 +0300)
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx

index 053960e36c7bc81440fa679e0526b8724aefe0fa..e8d666b631b83bd5356a084b49dc17199a31d284 100644 (file)
@@ -600,11 +600,6 @@ void SALOME_LifeCycleCORBA::killOmniNames()
   std::string python_exe;
 
   python_exe = std::string("python");
-#ifdef WIN32
-  #ifdef _DEBUG_
-    python_exe += std::string("_d");
-  #endif
-#endif
 
   if ( !portNumber.empty() )
   {