diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:28:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:28:59 +0000 |
commit | 9eb8a1b2248489b7992ea5d3b79ef04afbc3b84a (patch) | |
tree | 099de850680129eef8bd23d3c3d0fccc174bf630 /goodies/source | |
parent | 65f8bcd1deb9c27a238e924b06336c02d842075d (diff) |
INTEGRATION: CWS ause043 (1.7.32); FILE MERGED
2005/11/03 11:17:18 hjs 1.7.32.1: #i56702# remove local header generation
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/icgm/makefile.mk | 46 |
1 files changed, 2 insertions, 44 deletions
diff --git a/goodies/source/filter.vcl/icgm/makefile.mk b/goodies/source/filter.vcl/icgm/makefile.mk index 91ccecd60cc1..6461c520e9ce 100644 --- a/goodies/source/filter.vcl/icgm/makefile.mk +++ b/goodies/source/filter.vcl/icgm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 02:53:03 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:28:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,48 +42,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -# --- Uno III Header ----------------------------------------------- - -# Every source directory generates headers in a own output directory to -# enable parallel building of the source directories within a project! -UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)$/$(TARGET) -INCPRE+=$(UNOUCROUT) - -UNOTYPES=\ - com.sun.star.uno.TypeClass \ - com.sun.star.uno.XInterface \ - com.sun.star.lang.XMultiServiceFactory\ - com.sun.star.drawing.XMasterPageTarget\ - com.sun.star.drawing.FillStyle\ - com.sun.star.drawing.XMasterPageTarget\ - com.sun.star.drawing.PointSequence\ - com.sun.star.drawing.CircleKind\ - com.sun.star.drawing.PointSequenceSequence\ - com.sun.star.drawing.LineStyle\ - com.sun.star.drawing.LineDash\ - com.sun.star.drawing.Hatch\ - com.sun.star.drawing.MeasureTextVertPos\ - com.sun.star.drawing.XMasterPagesSupplier\ - com.sun.star.drawing.XDrawPage\ - com.sun.star.drawing.XDrawPages\ - com.sun.star.drawing.XDrawPagesSupplier\ - com.sun.star.drawing.XShapeGrouper\ - com.sun.star.drawing.PolyPolygonBezierCoords\ - com.sun.star.drawing.FlagSequence\ - com.sun.star.drawing.TextAdjust\ - com.sun.star.frame.XModel\ - com.sun.star.task.XStatusIndicator\ - com.sun.star.beans.XPropertySet\ - com.sun.star.awt.Gradient\ - com.sun.star.awt.FontDescriptor\ - com.sun.star.awt.FontSlant\ - com.sun.star.awt.FontWeight\ - com.sun.star.awt.FontUnderline\ - com.sun.star.awt.XBitmap\ - com.sun.star.awt.XPointer\ - com.sun.star.text.XText\ - com.sun.star.style.HorizontalAlignment - # --- Files -------------------------------------------------------- SLOFILES = $(SLO)$/cgm.obj \ |