diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:11:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:57:59 +0200 |
commit | 7904a8cc565380b393a6e0e6b793277322b90e3a (patch) | |
tree | 620dd79b0547f3a661e826e1908a2adb981b75ea /xmlhelp | |
parent | 0acf93fc20f784cdd415872d61b9b7fe1c95ca00 (diff) |
I don't see NO_BSYMBOLIC being used anywhere
Diffstat (limited to 'xmlhelp')
-rw-r--r--[-rwxr-xr-x] | xmlhelp/source/cxxhelp/provider/makefile.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | xmlhelp/source/treeview/makefile.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | xmlhelp/util/makefile.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk index 55b35896447e..b70979741fef 100755..100644 --- a/xmlhelp/source/cxxhelp/provider/makefile.mk +++ b/xmlhelp/source/cxxhelp/provider/makefile.mk @@ -31,7 +31,6 @@ TARGET=chelp ENABLE_EXCEPTIONS=TRUE USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE # --- Settings --------------------------------------------------------- diff --git a/xmlhelp/source/treeview/makefile.mk b/xmlhelp/source/treeview/makefile.mk index d6334efa0415..e82846b70742 100755..100644 --- a/xmlhelp/source/treeview/makefile.mk +++ b/xmlhelp/source/treeview/makefile.mk @@ -30,7 +30,6 @@ PRJNAME=xmlhelp TARGET=tvhlp USE_DEFFILE=TRUE ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # Version TVHLP_MAJOR=1 diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index 880bdb2c85bf..2f0b8f605161 100755..100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -35,7 +35,6 @@ UCPHELP_MAJOR=1 ENABLE_EXCEPTIONS=TRUE USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE # --- Settings --------------------------------------------------------- |