diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 586a4484c293..dbeab616b661 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -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)