diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:13:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:13:15 +0000 |
commit | 06c1aa17842c2af284863837637a3a629a367160 (patch) | |
tree | 84b347efac7925a088bc5af081d51bc3e3116315 /goodies | |
parent | 190b923308dc24c4349397ccb447020b597a3243 (diff) |
INTEGRATION: CWS tune01 (1.4.58); FILE MERGED
2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies.
2003/04/01 11:53:54 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipict/makefile.mk | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/goodies/source/filter.vcl/ipict/makefile.mk b/goodies/source/filter.vcl/ipict/makefile.mk index 83d2aeaef8e9..edacc3ac97a2 100644 --- a/goodies/source/filter.vcl/ipict/makefile.mk +++ b/goodies/source/filter.vcl/ipict/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:18 $ +# last change: $Author: vg $ $Date: 2003-04-15 14:13:15 $ # # 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=ipict DEPTARGET=vipict -PROJECTPCH4DLL=TRUE -PROJECTPCH=eeng_pch -PROJECTPCHSOURCE=eeng_pch - - # --- Settings ----------------------------------------------------------- .INCLUDE : settings.mk @@ -87,7 +82,7 @@ SLOFILES = $(SLO)$/ipict.obj SHL1TARGET= ipt$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= ipict -SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(CPPULIB) +SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) SHL1DEPN= $(LB)$/ipict.lib SHL1LIBS= $(SLB)$/ipict.lib @@ -95,20 +90,12 @@ SHL1LIBS= $(SLB)$/ipict.lib SHL1OBJS= $(SLO)$/ipict.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 GraphicImport >>$@ +.INCLUDE : target.mk -.ENDIF |