diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-08-30 23:26:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-07 09:10:35 -0400 |
commit | 31f589b03a3ed9a60e3548e821c2ea1ebe1b7f76 (patch) | |
tree | 6d17f7af5eb5ff8be7d876acfca797f70636fbc3 /scp2 | |
parent | a6639312005763d19e877bc61e6a844c09f5fb23 (diff) |
Get internal liborcus to build.
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 19 |
1 files changed, 19 insertions, 0 deletions
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 |