diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-12-15 14:22:52 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-12-15 14:22:52 +0100 |
commit | 97346d63efaa1e4df7708809f6db85d97e61b03b (patch) | |
tree | e5756c40ad9a38b1ed25b3038aca65ce3522dacc /scp2 | |
parent | 4f268a8a4ce388313149b9a4a252d6d0ad3bb583 (diff) |
CWS gnumake2: temporarily disable GTK-Quickstarter
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 22 | ||||
-rwxr-xr-x | scp2/source/ooo/file_library_ooo.scp | 38 |
2 files changed, 30 insertions, 30 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7c306e19f427..899059ec26b1 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -98,7 +98,7 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_JavaFilter, gid_Brand_File_Share_Xdg_Math, gid_Brand_File_Share_Xdg_Printeradmin, - gid_Brand_File_Share_Xdg_QStart, +// gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, gid_Brand_File_Txt_Package); @@ -739,16 +739,16 @@ File gid_Brand_File_Share_Xdg_Printeradmin End #endif -#if defined UNX && ! defined MACOSX -#ifdef ENABLE_GTK -File gid_Brand_File_Share_Xdg_QStart - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Share_Xdg; - Styles = (PACKED,SCPZIP_REPLACE); - Name = "qstart.desktop"; -End -#endif -#endif +//#if defined UNX && ! defined MACOSX +//#ifdef ENABLE_GTK +//File gid_Brand_File_Share_Xdg_QStart +// TXT_FILE_BODY; +// Dir = gid_Brand_Dir_Share_Xdg; +// Styles = (PACKED,SCPZIP_REPLACE); +// Name = "qstart.desktop"; +//End +//#endif +//#endif #if defined UNX && ! defined MACOSX File gid_Brand_File_Share_Xdg_Writer diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index d557f6006a3c..228f70ee1391 100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -210,25 +210,25 @@ End #endif -#ifdef UNX -#ifdef ENABLE_GTK -#ifdef ENABLE_SYSTRAY_GTK -File gid_File_Lib_Egg_Tray - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - Name = STRING(CONCAT3(libeggtray,DLLPOSTFIX,UNXSUFFIX)); -End - -File gid_File_Lib_QStart_Gtk - Name = LIBNAME(qstart_gtk); - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; -End -#endif -#endif -#endif +//#ifdef UNX +//#ifdef ENABLE_GTK +//#ifdef ENABLE_SYSTRAY_GTK +//File gid_File_Lib_Egg_Tray +// TXT_FILE_BODY; +// Styles = (PACKED); +// Dir = SCP2_OOO_BIN_DIR; +// Name = STRING(CONCAT3(libeggtray,DLLPOSTFIX,UNXSUFFIX)); +//End +// +//File gid_File_Lib_QStart_Gtk +// Name = LIBNAME(qstart_gtk); +// TXT_FILE_BODY; +// Styles = (PACKED); +// Dir = SCP2_OOO_BIN_DIR; +//End +//#endif +//#endif +//#endif STD_LIB_FILE( gid_File_Lib_Dba, dba) |