Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / patches / omniORB-4.2.3-windows-debug.patch
1 --- omniORB-4.2.3_ref/config/config.mk  2022-04-20 12:57:28.336536788 +0200
2 +++ omniORB-4.2.3_new/config/config.mk  2022-04-20 12:57:36.864615145 +0200
3 @@ -25,7 +25,7 @@
4  # You should also look at <top>/mk/platforms/$(platform).mk and if necessary
5  # edit the make variables, such as CC and CXX, in the file.
6  
7 -#platform = x86_win32_vs_15
8 +platform = x86_win32_vs_15
9  #platform = x86_win32_vs_14
10  #platform = x86_win32_vs_12
11  #platform = x86_win32_vs_11
12 @@ -116,7 +116,7 @@
13  # libraries. Setting this variable causes the build to break in subtle
14  # ways. DO NOT SET THIS UNLESS YOU KNOW WHAT YOU ARE DOING.
15  #
16 -#BuildDebugBinary = 1
17 +BuildDebugBinary = 1
18  #
19  
20  EXPORT_TREE =  $(TOP)
21 --- omniORB-4.2.3_ref/src/tool/omniidl/cxx/dir.mk       2018-05-08 18:57:00.000000000 +0200
22 +++ omniORB-4.2.3_new/src/tool/omniidl/cxx/dir.mk       2022-04-20 12:41:47.273874626 +0200
23 @@ -196,7 +196,7 @@
24  PYLIB     := -lpython$(subst .,,$(PYVERSION))
25  CXXLINKOPTIONS += $(patsubst %,-L%,$(PYLIBDIR))
26  else
27 -PYLIB     := python$(subst .,,$(PYVERSION)).lib
28 +PYLIB     := python$(subst .,,$(PYVERSION))_d.lib
29  CXXLINKOPTIONS += $(patsubst %,-libpath:%,$(PYLIBDIR))
30  endif
31