summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_library_ooo.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/file_library_ooo.scp')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp16
1 files changed, 16 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index b9298013f174..5aafd046585a 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -595,7 +595,11 @@ File gid_File_Lib_Icudata
#ifdef UNX
Name = STRING(CONCAT6(libicudata,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
#else
+ #ifdef MSVC_PKG_DEBUG_RUNTIME
+ Name = STRING(CONCAT3(icudtd,ICU_MAJOR,.dll));
+ #else
Name = STRING(CONCAT3(icudt,ICU_MAJOR,.dll));
+ #endif // MSVC_PKG_DEBUG_RUNTIME
#endif
Dir = SCP2_OOO_BIN_DIR;
Styles = (PACKED);
@@ -606,7 +610,11 @@ File gid_File_Lib_Icui18n
#ifdef UNX
Name = STRING(CONCAT6(libicui18n,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
#else
+ #ifdef MSVC_PKG_DEBUG_RUNTIME
+ Name = STRING(CONCAT3(icuind,ICU_MAJOR,.dll));
+ #else
Name = STRING(CONCAT3(icuin,ICU_MAJOR,.dll));
+ #endif // MSVC_PKG_DEBUG_RUNTIME
#endif
Dir = SCP2_OOO_BIN_DIR;
Styles = (PACKED);
@@ -617,7 +625,11 @@ File gid_File_Lib_Icule
#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);
@@ -628,7 +640,11 @@ File gid_File_Lib_Icuuc
#ifdef UNX
Name = STRING(CONCAT6(libicuuc,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
#else
+ #ifdef MSVC_PKG_DEBUG_RUNTIME
+ Name = STRING(CONCAT3(icuucd,ICU_MAJOR,.dll));
+ #else
Name = STRING(CONCAT3(icuuc,ICU_MAJOR,.dll));
+ #endif // MSVC_PKG_DEBUG_RUNTIME
#endif
Dir = SCP2_OOO_BIN_DIR;
Styles = (PACKED);