INTEGRATION: CWS gslpatches (1.103.10); FILE MERGED
2005/06/06 11:03:58 pl 1.103.10.1: add patch flags
This commit is contained in:
parent
055cc8b67f
commit
c02e4801a9
1 changed files with 33 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: file_library_ooo.scp,v $
|
||||
*
|
||||
* $Revision: 1.103 $
|
||||
* $Revision: 1.104 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-05-31 17:08:10 $
|
||||
* last change: $Author: hr $ $Date: 2005-06-06 16:09:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1359,24 +1359,42 @@ File gid_File_Lib_Proxyfac
|
|||
End
|
||||
|
||||
#ifdef UNX
|
||||
|
||||
STD_LIB_FILE( gid_File_Lib_Psp, psp )
|
||||
|
||||
File gid_File_Lib_Psp
|
||||
Name = LIBNAME(psp);
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED,PATCH);
|
||||
Dir = gid_Dir_Program;
|
||||
End
|
||||
#endif
|
||||
|
||||
#ifdef UNX
|
||||
STD_LIB_FILE( gid_File_Lib_Vclplug_Gen, vclplug_gen )
|
||||
File gid_File_Lib_Vclplug_Gen
|
||||
Name = LIBNAME(vclplug_gen);
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED,PATCH);
|
||||
Dir = gid_Dir_Program;
|
||||
End
|
||||
#endif
|
||||
|
||||
#ifdef UNX
|
||||
#ifdef ENABLE_GTK
|
||||
#ifndef MACOSX
|
||||
STD_LIB_FILE( gid_File_Lib_Vclplug_Gtk, vclplug_gtk )
|
||||
File gid_File_Lib_Vclplug_Gtk
|
||||
Name = LIBNAME(vclplug_gtk);
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED,PATCH);
|
||||
Dir = gid_Dir_Program;
|
||||
End
|
||||
#endif
|
||||
#endif
|
||||
#ifdef ENABLE_KDE
|
||||
#ifndef MACOSX
|
||||
STD_LIB_FILE( gid_File_Lib_Vclplug_Kde, vclplug_kde )
|
||||
File gid_File_Lib_Vclplug_Kde
|
||||
Name = LIBNAME(vclplug_kde);
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED,PATCH);
|
||||
Dir = gid_Dir_Program;
|
||||
End
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1946,7 +1964,13 @@ End
|
|||
|
||||
STD_LIB_FILE( gid_File_Lib_BaseGfx, basegfx )
|
||||
|
||||
STD_UNO_LIB_FILE( gid_File_Lib_Vcl, vcl )
|
||||
File gid_File_Lib_Vcl
|
||||
Name = LIBNAME(vcl);
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED,UNO_COMPONENT,PATCH);
|
||||
Dir = gid_Dir_Program;
|
||||
RegistryID = gid_Starregistry_Services_Rdb;
|
||||
End
|
||||
|
||||
#ifdef USE_PASF
|
||||
|
||||
|
|
Loading…
Reference in a new issue