diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-09 13:57:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-09 13:57:49 +0000 |
commit | 5f8c0c0371f92f0a6bedc50890633d54cf127d72 (patch) | |
tree | 70301638dff817697ede32e31d75b0e6abd0b146 /extensions | |
parent | 14ab044f0b99021bea3e1b71160acdd9cd0e8ca2 (diff) |
INTEGRATION: CWS ause028 (1.4.94); FILE MERGED
2005/05/03 09:39:11 hjs 1.4.94.1: #109143# use generated includes from solver; cleanup
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/svg/makefile.mk | 37 |
1 files changed, 3 insertions, 34 deletions
diff --git a/extensions/source/svg/makefile.mk b/extensions/source/svg/makefile.mk index 45448be72349..669072b9058d 100644 --- a/extensions/source/svg/makefile.mk +++ b/extensions/source/svg/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2004-11-16 12:15:28 $ +# last change: $Author: hr $ $Date: 2005-06-09 14:57:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,39 +70,8 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk -# --- Types ------------------------------------- - -UNOUCROUT=$(OUT)$/inc$/$(TARGET) -INCPRE+=$(UNOUCROUT) - -UNOTYPES=\ - com.sun.star.uno.RuntimeException \ - com.sun.star.uno.TypeClass \ - com.sun.star.uno.XInterface \ - com.sun.star.uno.XWeak \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.io.XInputStream \ - com.sun.star.io.XOutputStream \ - com.sun.star.lang.XComponent \ - com.sun.star.lang.XInitialization \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.loader.XImplementationLoader \ - com.sun.star.registry.XImplementationRegistration \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.registry.XSimpleRegistry \ - com.sun.star.xml.sax.XDocumentHandler \ - com.sun.star.xml.sax.XExtendedDocumentHandler \ - com.sun.star.svg.XSVGPrinter \ - com.sun.star.svg.XSVGWriter - # --- Files ------------------------------------- -CXXFILES= svgprinter.cxx \ - svguno.cxx \ - svgaction.cxx \ - svgwriter.cxx - SLOFILES= $(SLO)$/svgprinter.obj \ $(SLO)$/svguno.obj \ $(SLO)$/svgwriter.obj \ @@ -125,9 +94,9 @@ SHL1STDLIBS=\ $(CPPULIB) \ $(SALLIB) -SHL1DEPN= SHL1LIBS= $(SLB)$/$(TARGET).lib # --- Targets ---------------------------------- .INCLUDE : target.mk + |