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
This commit is contained in:
parent
6e5f9077db
commit
45bc188c86
1 changed files with 45 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue