From 31f589b03a3ed9a60e3548e821c2ea1ebe1b7f76 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 30 Aug 2012 23:26:59 -0400 Subject: Get internal liborcus to build. Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d --- scp2/source/ooo/file_library_ooo.scp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'scp2') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index dbb27f69c528..5207804ecbc6 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1881,3 +1881,22 @@ SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Lomenubar, lomenubar.uno ) #ifdef ENABLE_TELEPATHY STD_LIB_FILE( gid_File_Lib_Tubes , tubes) #endif + +#ifndef SYSTEM_LIBORCUS + +File gid_File_Lib_Liborcus + LIB_FILE_BODY; + Styles = (PACKED); + Dir = SCP2_OOO_BIN_DIR; + #ifdef UNX + #ifdef MACOSX + Name = STRING(CONCAT3(liborcus-0.2,0,UNXSUFFIX)); + #else + Name = STRING(CONCAT3(liborcus-0.2,UNXSUFFIX,.0)); + #endif + #elif defined(WNT) + Name = "liborcus-0.2.dll"; + #endif +End + +#endif -- cgit