summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 13:10:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 13:10:05 +0000
commit603cc18ffd203bef78d6d031a28a3789e9b15088 (patch)
tree71d8d6007537770e4672ace270108e57db0cdbce /goodies
parente63bd52d5f97d10655ecd099e1e1228756d3d412 (diff)
INTEGRATION: CWS tune01 (1.4.58); FILE MERGED
2003/04/02 16:41:03 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:26:51 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/etiff/makefile.mk29
1 files changed, 7 insertions, 22 deletions
diff --git a/goodies/source/filter.vcl/etiff/makefile.mk b/goodies/source/filter.vcl/etiff/makefile.mk
index 6c85aeec3f1b..a02ec57ad5e8 100644
--- a/goodies/source/filter.vcl/etiff/makefile.mk
+++ b/goodies/source/filter.vcl/etiff/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-25 18:28:14 $
+# last change: $Author: vg $ $Date: 2003-04-15 14:10:05 $
#
# 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=etiff
DEPTARGET=vetiff
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=eeng_pch
-PROJECTPCHSOURCE=eeng_pch
-
-
# --- Settings -----------------------------------------------------------
.INCLUDE : settings.mk
@@ -87,7 +82,7 @@ SLOFILES = $(SLO)$/etiff.obj
SHL1TARGET= eti$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= etiff
-SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(CPPULIB)
+SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB)
SHL1DEPN= $(LB)$/etiff.lib
SHL1LIBS= $(SLB)$/etiff.lib
@@ -95,20 +90,10 @@ SHL1LIBS= $(SLB)$/etiff.lib
SHL1OBJS= $(SLO)$/etiff.obj
.ENDIF
+SHL1VERSIONMAP=exports.map
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-SHL1BASE=0x1c000000
-
-.INCLUDE : target.mk
+DEF1NAME=$(SHL1TARGET)
-.IF "$(GUI)"=="WNT"
-
-$(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 GraphicExport >>$@
+# ==========================================================================
-.ENDIF
+.INCLUDE : target.mk