summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-25 08:14:31 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-25 08:14:31 +0000
commit073ab7a02c272f75231c4aef64272a7fa4fcfbbb (patch)
tree2fd1f6da1cbafa0246259e435202d6919885d935 /solenv/inc/unxmacxp.mk
parenteedde0eceb62e12c0f5b91afd7cc02b85a5ff8da (diff)
Update SOLARVERSHLLIBS so that it no includes the contents of the *.framework directories
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index 142a46ffeaac..4f5aa306e25c 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: pluby $ $Date: 2001-02-17 09:21:15 $
+# last change: $Author: pluby $ $Date: 2001-02-25 09:14:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,6 +83,10 @@ CDEFS+=-Dcomponent_getImplementationEnvironment=lib$(SYMBOLPREFIX)component_getI
-Duno_ext_getMapping=lib$(SYMBOLPREFIX)uno_ext_getMapping
.ENDIF
+# Name of library where static data members are initialized
+STATICLIBNAME=static$(UPD)$(DLLPOSTFIX)
+STATICLIB=-l$(STATICLIBNAME)
+
.IF "$(SOLAR_JAVA)"!=""
JAVADEF=-DSOLAR_JAVA
JAVAFLAGSDEBUG=-g
@@ -120,9 +124,10 @@ CFLAGSNOOPT=
.ENDIF
CFLAGSOUTOBJ=-o
-SOLARVERSHLLIBS=$(shell -$(FIND) $(SOLARVERSION)$/$(INPATH)$/lib -name $(DLLPRE)\*$(DLLPOST))
+SOLARVERSHLLIBS=$(shell -ls $(SOLARLIBDIR)$/*$(DLLPOST)) \
+ $(shell -ls $(PRJ)$/$(ROUT)$/lib$/*$(DLLPOST))
.IF "$(STLPORT4)"!=""
-SOLARVERSHLLIBS+=$(shell -$(FIND) $(STLPORT4)$/lib -name $(DLLPRE)\*$(DLLPOST))
+SOLARVERSHLLIBS+=$(shell -ls $(STLPORT4)$/lib$/*$(DLLPOST))
.ENDIF
LINK=cc