INTEGRATION: CWS gtkquickstart (1.206.30); FILE MERGED

2006/09/29 11:16:34 mmeeks 1.206.30.2: RESYNC: (1.206-1.209); FILE MERGED
2006/08/01 10:57:05 mmeeks 1.206.30.1: #i57872#
gtk systray quickstarter
This commit is contained in:
Kurt Zenker 2006-10-06 09:40:39 +00:00
parent 57fad9643f
commit 089212a020

View file

@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.210 $
* $Revision: 1.211 $
*
* last change: $Author: vg $ $Date: 2006-09-25 13:17:50 $
* last change: $Author: kz $ $Date: 2006-10-06 10:40:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -528,6 +528,24 @@ End
#endif
#ifdef UNX
#ifdef ENABLE_GTK
File gid_File_Lib_Egg_Tray
TXT_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Program;
Name = STRING(CONCAT4(libeggtray,OFFICEUPD,DLLPOSTFIX,UNXSUFFIX));
End
File gid_File_Lib_QStart_Gtk
Name = LIBNAME(qstart_gtk);
TXT_FILE_BODY;
Styles = (PACKED,PATCH);
Dir = gid_Dir_Program;
End
#endif
#endif
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dba, dba)
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Sdbt, sdbt)