summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:51:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:51:32 +0000
commit3f11870a8325eccc6b624aa5d580a4c68ec2c868 (patch)
tree779ab412621e37d527f587c47b806fe540f8c330 /extensions
parent918fd633edb1cbe06e33aa148525cd1a52b0b353 (diff)
INTEGRATION: CWS tune01 (1.12.46); FILE MERGED
2003/04/11 13:41:05 mhu 1.12.46.3: #108383# Re-added DBTOOLSLIB dependency. 2003/04/04 09:37:35 mhu 1.12.46.2: #108383# Removed excess shared library dependencies. 2003/04/03 12:59:43 os 1.12.46.1: #i12688# map file creation added
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/makefile.mk41
1 files changed, 17 insertions, 24 deletions
diff --git a/extensions/source/bibliography/makefile.mk b/extensions/source/bibliography/makefile.mk
index 904a946c8a93..e3e981d6ca0b 100644
--- a/extensions/source/bibliography/makefile.mk
+++ b/extensions/source/bibliography/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: hr $ $Date: 2003-03-25 16:03:02 $
+# last change: $Author: vg $ $Date: 2003-04-15 13:51:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,11 +64,11 @@ PRJ=..$/..
PRJNAME=bib
TARGET=bib
ENABLE_EXCEPTIONS=TRUE
-USE_DEFFILE=TRUE
NO_BSYMBOLIC=TRUE
IMGLST_SRS=$(SRS)$/bib.srs
# --- Settings -----------------------------------------------------
+
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
@@ -109,27 +109,20 @@ RESLIB1NAME=bib
RESLIB1SRSFILES= $(SRS)/bib.srs
RESLIB1DEPN= bib.src bib.hrc
-SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
-
-# $(UNOLIB) \
SHL1STDLIBS= \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(COMPHELPERLIB) \
- $(VOSLIB) \
- $(TOOLSLIB) \
- $(SO2LIB) \
- $(VCLLIB) \
- $(TKLIB) \
- $(SVTOOLLIB)\
- $(SVLLIB) \
+ $(SVTOOLLIB) \
+ $(TKLIB) \
+ $(VCLLIB) \
+ $(SVLLIB) \
+ $(UNOTOOLSLIB) \
+ $(TOOLSLIB) \
$(DBTOOLSLIB) \
- $(OSLLIB) \
- $(SALLIB) \
- $(UNOTOOLSLIB) \
- $(SOTLIB) \
- $(UCBHELPERLIB)
+ $(COMPHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(SALLIB)
+
#Create UNO Header files
UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)
@@ -187,13 +180,13 @@ UNOTYPES=\
#END
-SHL1LIBS= $(SLB)$/$(TARGET).lib
+SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
+SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1IMPLIB= i$(TARGET)
SHL1DEPN= $(SHL1LIBS)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
+SHL1VERSIONMAP=exports.map
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
ALL:\
$(do_build) \