diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 11:31:06 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 11:31:58 +0200 |
commit | 5b42577cafc9562e3e5d32a6bb7e1f9fb9793bd5 (patch) | |
tree | 55a07523d6fcba354fb29c1f944e64ab4ca194d0 /scp2 | |
parent | 0bd11cfd85cea5fb2dec0c2fc0da49fb522ab7b3 (diff) |
Don't package libcmis that we link statically
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 03e2f935a2f3..b8eaa201fc2d 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -186,28 +186,6 @@ End #endif -#if ENABLE_CMIS -File gid_File_Lib_Cmis - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - #ifdef MACOSX - Name = STRING(CONCAT2(libcmis-0.2.0,UNXSUFFIX)); - #else - Name = STRING(CONCAT3(libcmis-0.2,UNXSUFFIX,.0)); - #endif - #else - #ifdef _gcc3 - Name = "libcmis-0.2.dll"; - #else - Name = "libcmis.dll"; - #endif - #endif -End - -#endif - #ifndef SYSTEM_DB File gid_File_Lib_Db |