summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-11 16:43:51 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-11 16:43:51 +0000
commit52038d3f57b648217b422aa52eb7b4f1953eaae4 (patch)
tree9e99f6f4e076b355e9f3ad026ec34784da3ae175 /solenv/inc/unxmacxp.mk
parent1d6fe3337219870f3879152339ffafc95bbbd0cc (diff)
Added -framework CoreFoundation
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index 22b17f030b24..2e72376450b7 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: pluby $ $Date: 2001-03-11 07:14:35 $
+# last change: $Author: pluby $ $Date: 2001-03-11 17:43:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -140,7 +140,7 @@ SOLARVERSHLLIBS+=$(shell -/bin/sh -c "ls $(STLPORT4)$/lib$/*$(DLLPOST) 2>/dev/nu
.ENDIF
LINK=cc
-LINKFLAGS=-dynamic -framework System -lcc_dynamic -lstdc++ \
+LINKFLAGS=-dynamic -framework System -framework CoreFoundation -lcc_dynamic -lstdc++ \
$(foreach,i,$(SOLARVERSHLLIBS) -dylib_file @executable_path$/$(i:f):$i) \
-L$(MISC)
LINKFLAGSAPPGUI=-Wl,-u,__objcInit