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 /cppu/util | |
parent | 0acf93fc20f784cdd415872d61b9b7fe1c95ca00 (diff) |
I don't see NO_BSYMBOLIC being used anywhere
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/extra.mk | 1 | ||||
-rw-r--r-- | cppu/util/makefile.mk | 1 | ||||
-rw-r--r-- | cppu/util/makefile.pmk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cppu/util/extra.mk b/cppu/util/extra.mk index f3cb0c631d90..e70ba1ae519b 100644 --- a/cppu/util/extra.mk +++ b/cppu/util/extra.mk @@ -30,7 +30,6 @@ PRJ=.. PRJNAME :=cppu TARGET :=cppu ENABLE_EXCEPTIONS:=TRUE -NO_BSYMBOLIC :=TRUE USE_DEFFILE :=TRUE # --- Settings ----------------------------------------------------- diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index ea0c09488c85..631041715a09 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -30,7 +30,6 @@ PRJNAME=cppu TARGET=cppu USE_DEFFILE=TRUE ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE .IF "$(COM)" != "MSC" UNIXVERSIONNAMES=UDK diff --git a/cppu/util/makefile.pmk b/cppu/util/makefile.pmk index 95e83db6dc07..b3e18032403e 100644 --- a/cppu/util/makefile.pmk +++ b/cppu/util/makefile.pmk @@ -25,4 +25,3 @@ # #************************************************************************* ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE |