1 diff -rup scp2-orig/source/canvas/makefile.mk scp2/source/canvas/makefile.mk
2 --- scp2-orig/source/canvas/makefile.mk 2007-11-10 13:51:54.000000000 +0100
3 +++ scp2/source/canvas/makefile.mk 2007-11-10 13:57:56.000000000 +0100
4 @@ -56,7 +56,8 @@ SCPDEFS+=-DSYSTEM_AGG
7 PARFILES= canvascommons.par \
12 .IF "$(ENABLE_CAIRO)" == "TRUE"
13 PARFILES+= cairocanvas.par
14 diff -rup scp2-orig/util/makefile.mk scp2/util/makefile.mk
15 --- scp2-orig/util/makefile.mk 2007-11-10 13:51:56.000000000 +0100
16 +++ scp2/util/makefile.mk 2007-11-10 15:58:29.000000000 +0100
17 @@ -167,7 +167,8 @@ SCP1FILES += \
25 .IF "$(ENABLE_CAIRO)" == "TRUE"
26 SCP1FILES += cairocanvas.par
27 --- /dev/null 2007-10-08 22:21:59.000000000 +0200
28 +++ scp2/source/canvas/mtfrenderer.scp 2007-11-10 13:57:06.000000000 +0100
30 +/*************************************************************************
32 + * OpenOffice.org - a multi-platform office productivity suite
34 + * $RCSfile: cairocanvas.scp,v $
38 + * last change: $Author: kz $ $Date: 2006/12/13 16:12:23 $
40 + * The Contents of this file are made available subject to
41 + * the terms of GNU Lesser General Public License Version 2.1.
44 + * GNU Lesser General Public License Version 2.1
45 + * =============================================
46 + * Copyright 2005 by Sun Microsystems, Inc.
47 + * 901 San Antonio Road, Palo Alto, CA 94303, USA
49 + * This library is free software; you can redistribute it and/or
50 + * modify it under the terms of the GNU Lesser General Public
51 + * License version 2.1, as published by the Free Software Foundation.
53 + * This library is distributed in the hope that it will be useful,
54 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
55 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 + * Lesser General Public License for more details.
58 + * You should have received a copy of the GNU Lesser General Public
59 + * License along with this library; if not, write to the Free Software
60 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
63 +************************************************************************/
65 +#include "macros.inc"
67 +File gid_File_Lib_MtfRenderer
69 + Styles = (PACKED,UNO_COMPONENT);
70 + RegistryID = gid_Starregistry_Services_Rdb;
71 + Dir = gid_Dir_Program;
73 + Name = STRING(CONCAT2(libmtfrenderer.uno,UNXSUFFIX));
75 + Name = "mtfrenderer.uno.dll";