summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacx.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:05:16 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:05:16 +0000
commit265ee5ba8517b486c6e12bace750bd80f9ef239d (patch)
tree701edc1f4b533ab84dba31755b02a7a92af9228a /solenv/inc/unxmacx.mk
parentcda3af93a8be732f2a123ee91b0651c840cace46 (diff)
INTEGRATION: CWS aquavcl03 (1.18.36); FILE MERGED
2007/08/07 10:29:54 pl 1.18.36.3: RESYNC: (1.18-1.20); FILE MERGED 2007/07/26 22:16:13 ericb 1.18.36.2: #i80066# fix breakage in testshl2 ( objc++ switchs are causing garbage) 2007/07/26 11:14:28 pl 1.18.36.1: #i80066# add cocoa framework and objective c++ switches
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r--solenv/inc/unxmacx.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index c79166b7d840..429b43a80941 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxmacx.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: hr $ $Date: 2007-08-03 13:55:43 $
+# last change: $Author: kz $ $Date: 2007-10-09 15:05:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -110,6 +110,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
# Normal C++ compilation flags
CFLAGSCXX=-pipe -malign-natural -fsigned-char -Wno-long-double $(ARCH_FLAGS)
CFLAGSCXX+= -Wno-ctor-dtor-privacy
+
PICSWITCH:=-fPIC
# Other flags
CFLAGSOBJGUIMT=$(PICSWITCH) -fno-common
@@ -231,9 +232,9 @@ STDSLOCUI=
.IF "$(GUIBASE)" == "aqua"
STDLIBCUIMT=CPPRUNTIME -lm
- STDLIBGUIMT=-framework Carbon -lpthread CPPRUNTIME -lm
+ STDLIBGUIMT=-framework Carbon -framework Cocoa -lpthread CPPRUNTIME -lm
STDSHLCUIMT=-lpthread CPPRUNTIME -lm
- STDSHLGUIMT=-framework Carbon -framework CoreFoundation -lpthread CPPRUNTIME -lm
+ STDSHLGUIMT=-framework Carbon -framework CoreFoundation -framework Cocoa -lpthread CPPRUNTIME -lm
PSPLIB=-lpsp
.ELSE
STDLIBCUIMT= CPPRUNTIME -lm