summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-30 15:47:27 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-10-01 16:04:38 +0200
commita43730b4dfce70ee02996f808525cbd4e197e899 (patch)
tree9a6dbcce663c38d47488253208387202d0f511fa /scp2
parent246ed4227aefde8927991982a94f7f0cb6a43a6b (diff)
Cmis: Fixed the installation of the new UCP provider and libcmis
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp21
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp1
2 files changed, 22 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 568ab94e3a65..ec58f59de245 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -186,6 +186,25 @@ End
#endif
+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
+
#ifndef SYSTEM_DB
File gid_File_Lib_Db
@@ -1333,6 +1352,8 @@ SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1)
#endif
+SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpcmis, ucpcmis1.uno)
+
File gid_File_Lib_Lnth
TXT_FILE_BODY;
Styles = (PACKED);
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index 3ba48efa2d49..0865fb8094c2 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -340,6 +340,7 @@ Module gid_Module_Root_Files_5
gid_File_Lib_Ldapbe2,
gid_File_Lib_Comphelper2,
gid_File_Lib_Cached1,
+ gid_File_Lib_Cmis,
gid_File_Lib_Curl,
gid_Unixlink_File_Lib_Curl,
gid_File_Lib_Db,