From 2dea294025d3468ca4afffe04ce697dcfe72de36 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 22 Feb 2012 10:15:34 +0100 Subject: put version number in all versioned URE libs' names on MinGW It does not make sense to do it for some of them, but not all. It is also inconsistent with other platforms. --- scp2/inc/macros.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scp2') diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 0ceb5119afa5..690a21d97765 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -515,16 +515,15 @@ End #define SCP2_URE_DL_COMID_VER(n, v) n v STRING(COMID) ".dll" #define SCP2_URE_DL_COMID_NORMAL(n) n STRING(COMID) ".dll" #define SCP2_URE_DL_UNO_VER(n, v) n v ".dll" +#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll" #define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure #if defined _MSC_VER -#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll" #if defined _DEBUG_RUNTIME #define SCP2_STDLP_DEBUG "d" #else #define SCP2_STDLP_DEBUG "" #endif #else // GCC -#define SCP2_URE_DL_UNO_COMID_VER(n, v) n STRING(COMID) ".dll" #define SCP2_STDLP_DEBUG "" #endif #else -- cgit