From 45bc188c867dc590341cd273fc929dfcd123e252 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 13:10:00 +0000 Subject: [PATCH] INTEGRATION: CWS canvas01 (1.3.16); FILE MERGED 2004/02/25 17:04:57 thb 1.3.16.2: #110496# Also need canvastools lib 2004/02/25 15:05:45 thb 1.3.16.1: #110496# Added canvas, cppcanvas, basegfx and slideshow libraries --- scp2/source/ooo/file_library_ooo.scp | 47 ++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index aaa053eb6565..4dc6558c4372 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: file_library_ooo.scp,v $ * -* $Revision: 1.6 $ +* $Revision: 1.7 $ * -* last change: $Author: hr $ $Date: 2004-03-09 12:08:19 $ +* last change: $Author: obo $ $Date: 2004-03-17 14:10:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,35 @@ #include "macros.inc" +#ifdef WNT + +File gid_File_Lib_DirectXCanvas + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT); + RegistryID = gid_Starregistry_Services_Rdb; + Dir = gid_Dir_Program; + Name = "directxcanvas.uno.dll"; +End + +#else + +File gid_File_Lib_VCLCanvas + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT); + RegistryID = gid_Starregistry_Services_Rdb; + Dir = gid_Dir_Program; + #ifdef UNX + Name = STRING(CONCAT2(vclcanvas.uno,UNXSUFFIX)); + #else + Name = "vclcanvas.uno.dll"; + #endif +End + +#endif + +STD_LIB_FILE(gid_File_Lib_CppCanvas, cppcanvas) +STD_LIB_FILE(gid_File_Lib_CanvasTools, canvastools) + STD_UNO_LIB_FILE( gid_File_Lib_Abp, abp) File gid_File_Lib_Acceptor @@ -1319,6 +1348,18 @@ End STD_UNO_LIB_FILE( gid_File_Lib_Sd , sd) +File gid_File_Lib_Slideshow + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT); + RegistryID = gid_Starregistry_Services_Rdb; + Dir = gid_Dir_Program; + #ifdef UNX + Name = STRING(CONCAT2(slideshow.uno,UNXSUFFIX)); + #else + Name = "slideshow.uno.dll"; + #endif +End + File gid_File_Lib_Sdbc_2 TXT_FILE_BODY; Styles = (PACKED,UNO_COMPONENT); @@ -1674,6 +1715,8 @@ End #endif +STD_SETUPZIP_LIB_FILE( gid_File_Lib_BaseGfx, basegfx ) + STD_SETUPZIP_LIB_FILE( gid_File_Lib_Vcl, vcl ) File gid_File_Lib_Vos