From 4c16fbc60a3a79bb8d849f1e46ff13a46fb28278 Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Tue, 21 Nov 2000 09:54:15 +0000 Subject: Added zippackage.lib to dll --- package/util/makefile.mk | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'package/util') diff --git a/package/util/makefile.mk b/package/util/makefile.mk index e4490fe9b245..c04b8912acbf 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mtg $ $Date: 2000-11-16 11:55:52 $ +# last change: $Author: mtg $ $Date: 2000-11-21 10:54:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ TARGET=package LIB1TARGET= $(SLB)$/package.lib LIB1FILES= \ $(SLB)$/zipapi.lib \ + $(SLB)$/zippackage.lib # --- Shared-Library ----------------------------------------------- @@ -81,15 +82,16 @@ SHL1TARGET= package$(DLLPOSTFIX) SHL1IMPLIB= _ipackage SHL1STDLIBS= \ - $(TOOLSLIB) \ $(VOSLIB) \ $(CPPULIB) \ + $(UCBHELPERLIB)\ $(CPPUHELPERLIB)\ $(COMPHELPERLIB)\ $(RTLLIB) \ $(SALLIB) \ - $(UNOTOOLSLIB) \ - $(ZLIB3RDLIB) + $(TOOLSLIB) \ + $(ZLIB3RDLIB) + #$(UNOTOOLSLIB) \ SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(LIB1TARGET) @@ -110,9 +112,9 @@ DEF1DES =Package Lib $(MISC)$/$(SHL1TARGET).flt: makefile.mk .IF "$(GUI)"=="WNT" - +echo _CT? > $@ +# +echo _CT? > $@ .ENDIF - +echo _CTA >> $@ - +echo sXML_ >> $@ +# +echo _CTA >> $@ + +echo Fzt_ >> $@ -- cgit