diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-13 11:59:33 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-13 11:59:33 +0100 |
commit | 9fe9011fcf59b044fe8c2fa13bcb37949349536b (patch) | |
tree | 6b4b3c89c981fa18793e769e7a3380a646cf62b7 /scp2 | |
parent | 2db711ac490f966acd8fb09acb66bd3fdff59664 (diff) |
liblangtag really does not need to be a shared library
Change-Id: I73f9422268f58ded971150f1ef16643885669ea3
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 6d4839d890a1..ee963440a401 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -740,29 +740,6 @@ End #endif -#if defined( ENABLE_LIBLANGTAG ) && !defined( SYSTEM_LIBLANGTAG ) - -File gid_File_Lib_Langtag - LIB_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef MACOSX - Name = STRING(CONCAT4(liblangtag,.,1,UNXSUFFIX)); - #elif defined WNT - #if defined _gcc3 - Name = STRING(CONCAT4(liblangtag,-,1,.dll)); - #else - // Nothing, statically linked to libi18nisolang1 - #endif - #else - // FIXME: use version vars - Name = STRING(CONCAT4(liblangtag,UNXSUFFIX,.,1)); - #endif -End - -#endif // ENABLE_LIBLANGTAG - - #ifdef SOLAR_JAVA STD_LIB_FILE( gid_File_Lib_Jdbc, jdbc) |