summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_library_ooo.scp
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-05-13 19:52:39 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2013-06-16 22:17:05 +0200
commit1733e4ad1c5bddfef8977e6b8bc738ab15f49490 (patch)
tree1f1f3095294625f3f59073648a5b2c3d2c83ae38 /scp2/source/ooo/file_library_ooo.scp
parentb6ecac9fb90c9caa684a10ca0f108da70e4d3245 (diff)
Don't build icule library as we no longer use it
Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02
Diffstat (limited to 'scp2/source/ooo/file_library_ooo.scp')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp15
1 files changed, 0 insertions, 15 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index cad2d7c0b265..a710c7e6691f 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -327,21 +327,6 @@ File gid_File_Lib_Icui18n
Styles = (PACKED);
End
-File gid_File_Lib_Icule
- LIB_FILE_BODY;
- #ifdef UNX
- Name = STRING(CONCAT6(libicule,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
- #else
- #ifdef MSVC_PKG_DEBUG_RUNTIME
- Name = STRING(CONCAT3(iculed,ICU_MAJOR,.dll));
- #else
- Name = STRING(CONCAT3(icule,ICU_MAJOR,.dll));
- #endif // MSVC_PKG_DEBUG_RUNTIME
- #endif
- Dir = SCP2_OOO_BIN_DIR;
- Styles = (PACKED);
-End
-
File gid_File_Lib_Icuuc
LIB_FILE_BODY;
#ifdef UNX