diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:14:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:14:37 +0000 |
commit | 5d8a26b600d8e2e370b777b08836c0e658f66f41 (patch) | |
tree | 7e7fdc4236ca8e492782110905fdd6358bc6bd79 /goodies | |
parent | 13b89f14c326afc31f58720f63b51d304f38a503 (diff) |
INTEGRATION: CWS tune01 (1.5.64); FILE MERGED
2003/04/02 16:41:13 mhu 1.5.64.2: #108383# Removed excess shared library dependencies.
2003/04/01 12:01:29 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/itiff/makefile.mk | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/goodies/source/filter.vcl/itiff/makefile.mk b/goodies/source/filter.vcl/itiff/makefile.mk index 25d3f19183e9..721052dd780b 100644 --- a/goodies/source/filter.vcl/itiff/makefile.mk +++ b/goodies/source/filter.vcl/itiff/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: thb $ $Date: 2001-12-06 14:18:05 $ +# last change: $Author: vg $ $Date: 2003-04-15 14:14:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,11 +66,6 @@ PRJNAME=goodies TARGET=itiff DEPTARGET=vitiff -PROJECTPCH4DLL=TRUE -PROJECTPCH=eeng_pch -PROJECTPCHSOURCE=eeng_pch - - # --- Settings ----------------------------------------------------------- .INCLUDE : settings.mk @@ -89,7 +84,7 @@ SLOFILES = $(SLO)$/itiff.obj \ SHL1TARGET= iti$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= itiff -SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(CPPULIB) +SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) SHL1DEPN= $(LB)$/itiff.lib SHL1LIBS= $(SLB)$/itiff.lib # $(LB)$/rtftoken.lib @@ -97,21 +92,11 @@ SHL1LIBS= $(SLB)$/itiff.lib # $(LB)$/rtftoken.lib SHL1OBJS= $(SLO)$/itiff.obj .ENDIF +SHL1VERSIONMAP=exports.map SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1BASE=0x1c000000 - -.INCLUDE : target.mk -# THB: exports list goodies checked for 6.0 Final 6.12.2001 -.IF "$(GUI)"=="WNT" +DEF1NAME=$(SHL1TARGET) -$(MISC)$/$(SHL1TARGET).def: makefile.mk - @echo ------------------------------------------- - @echo DEF-File erstellen - @echo LIBRARY $(DLLNAME) >$@ - @echo DESCRIPTION 'Svx RTF DLL' >>$@ - @echo DATA READ WRITE NONSHARED >>$@ - @echo EXPORTS >>$@ - @echo GraphicImport >>$@ +# ========================================================================== -.ENDIF +.INCLUDE : target.mk |