diff options
author | ka <kai.ahrens@oracle.com> | 2011-02-18 05:20:51 +0100 |
---|---|---|
committer | ka <kai.ahrens@oracle.com> | 2011-02-18 05:20:51 +0100 |
commit | a41005410d094f50df54258e30138f36d7175fe0 (patch) | |
tree | 73bd517596f0bfe3dfae63cd066d83cdf0edfd10 /scp2 | |
parent | 08b45890b373b2adeca9eec6ab50e7c1dd002500 (diff) |
ka102: type changes nneded for DEV300_m100
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 12 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 5 |
2 files changed, 14 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index eab2ebdf1734..0edada0e426c 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2118,3 +2118,15 @@ End // UnixRights = 444; // End // #endif + +// #if defined WNT || defined MACOSX +// File gid_File_Lib_Librsvg +// Dir = gid_Dir_Program; +// ARCHIVE_TXT_FILE_BODY; +// #if defined WNT +// Name = "librsvg_w32.zip"; +// #else +// Name = "librsvg_mac.zip"; +// #endif +// End +// #endif diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 3810b3126334..5f89b276303e 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -248,7 +248,8 @@ Module gid_Module_Root_Files_4 gid_File_Lib_Lprxw, gid_File_Lib_Libtextcat, gid_File_Lib_Guesslang, - gid_File_Lib_Tfu); + gid_File_Lib_Tfu, + gid_File_Lib_Librsvg); End Module gid_Module_Root_Files_5 @@ -809,5 +810,3 @@ End // Styles = (HIDDEN_ROOT); // End // #endif - - |