From 5b42577cafc9562e3e5d32a6bb7e1f9fb9793bd5 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 5 Oct 2011 11:31:06 +0200 Subject: Don't package libcmis that we link statically --- scp2/source/ooo/file_library_ooo.scp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'scp2/source') 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 -- cgit