[Libreoffice-commits] .: 4 commits - Repository.mk scp2/source scp2/util
Radek DoulÃk
rodo at kemper.freedesktop.org
Wed Jul 27 02:53:06 PDT 2011
Repository.mk | 1
scp2/source/canvas/makefile.mk | 1
scp2/source/canvas/mtfrenderer.scp | 40 +++++++++++++++++++++++++++++++++++++
scp2/util/makefile.mk | 1
4 files changed, 43 insertions(+)
New commits:
commit 013e80a4e9d8d45c78ffbb7a5712bcc6e2e0c8c3
Author: Radek Doulik <rodo at novell.com>
Date: Wed Jul 27 11:52:25 2011 +0200
added mtfrenderer component library
diff --git a/Repository.mk b/Repository.mk
index aa4c3ec..3670815 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -170,6 +170,7 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
hatchwindowfactory \
lomenubar \
msforms \
+ mtfrenderer \
nullcanvas \
OGLTrans \
passwordcontainer \
commit 4b2e65d68bae989a0c1052c469b7700eadfac9b0
Author: Radek Doulik <rodo at novell.com>
Date: Wed Jul 27 11:51:21 2011 +0200
fix mtf component name
diff --git a/scp2/source/canvas/mtfrenderer.scp b/scp2/source/canvas/mtfrenderer.scp
index fa2a3f9..7e239be 100644
--- a/scp2/source/canvas/mtfrenderer.scp
+++ b/scp2/source/canvas/mtfrenderer.scp
@@ -33,7 +33,7 @@ File gid_File_Lib_MtfRenderer
RegistryID = gid_Starregistry_Services_Rdb;
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
- Name = STRING(CONCAT2(libmtfrenderer.uno,UNXSUFFIX));
+ Name = STRING(CONCAT2(mtfrenderer.uno,UNXSUFFIX));
#else
Name = "mtfrenderer.uno.dll";
#endif
commit 7b00edcd61c2296809189d066dee22855e950158
Author: Radek Doulik <rodo at novell.com>
Date: Wed Jul 27 11:43:49 2011 +0200
add mtfrenderer component again
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk
index ff2037f..ee6d0ad 100644
--- a/scp2/util/makefile.mk
+++ b/scp2/util/makefile.mk
@@ -205,6 +205,7 @@ SCP1FILES += \
SCP1FILES += \
vclcanvas.par \
+ mtfrenderer.par
.IF "$(GUI)"=="UNX"
#X11 MacOSX has no cairo-canvas
commit bf9b0444ae281d64050c1743b5b11411090d4f1e
Author: Radek Doulik <rodo at novell.com>
Date: Wed Jul 27 11:41:41 2011 +0200
add mtfrenderer component again
diff --git a/scp2/source/canvas/makefile.mk b/scp2/source/canvas/makefile.mk
index c5e1f13..442f212 100644
--- a/scp2/source/canvas/makefile.mk
+++ b/scp2/source/canvas/makefile.mk
@@ -41,6 +41,7 @@ SCP_PRODUCT_TYPE=osl
PARFILES= canvascommons.par \
vclcanvas.par \
+ mtfrenderer.par
.IF "$(GUI)"=="UNX"
#X11 MacOSX has no cairo-canvas
diff --git a/scp2/source/canvas/mtfrenderer.scp b/scp2/source/canvas/mtfrenderer.scp
new file mode 100644
index 0000000..fa2a3f9
--- /dev/null
+++ b/scp2/source/canvas/mtfrenderer.scp
@@ -0,0 +1,40 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2010 Novell, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#include "macros.inc"
+
+File gid_File_Lib_MtfRenderer
+ TXT_FILE_BODY;
+ Styles = (PACKED,UNO_COMPONENT);
+ RegistryID = gid_Starregistry_Services_Rdb;
+ Dir = SCP2_OOO_BIN_DIR;
+ #ifdef UNX
+ Name = STRING(CONCAT2(libmtfrenderer.uno,UNXSUFFIX));
+ #else
+ Name = "mtfrenderer.uno.dll";
+ #endif
+End
More information about the Libreoffice-commits
mailing list