diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:25:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:25:02 +0000 |
commit | 21e1be27e53b0578a6c8bff4fc8bf55a0f41ec32 (patch) | |
tree | 2f02f2e26124b544eee873e78b4b3531534d2c49 /cppu | |
parent | 026bc11733df3fbe7cddbff98684248bd43db5ff (diff) |
INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED
2007/07/10 11:20:57 kr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2007/06/05 15:16:31 kr 1.2.2.1: #i78114# fixes for x64
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/test/cascade_mapping/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppu/test/cascade_mapping/makefile.mk b/cppu/test/cascade_mapping/makefile.mk index 9435ab31d170..b715611c2ca6 100644 --- a/cppu/test/cascade_mapping/makefile.mk +++ b/cppu/test/cascade_mapping/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2007-06-26 17:21:19 $ +# last change: $Author: obo $ $Date: 2007-07-18 12:25:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ NO_BSYMBOLIC := TRUE .INCLUDE : settings.mk +CFLAGS += -fPIC VERSIONOBJ := # NO GetVersionInfo symbols :-) ENVINCPRE := -I$(OUT)$/inc$/$(TARGET) |