diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-08-31 10:11:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-07 09:10:35 -0400 |
commit | c8b7e9822257938e9b1d1c6f7d93d085b06d5e96 (patch) | |
tree | 6c77c83b27e026a01592f3e703dffce9f5735d17 /scp2 | |
parent | 0df51f70be7eae0caaea24a24e8db69de189bb16 (diff) |
Let's use static archive instead of shared object for liborcus.
Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 5207804ecbc6..928174b6169e 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1882,21 +1882,3 @@ SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Lomenubar, lomenubar.uno ) 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 |