diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-22 10:15:34 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-22 11:01:32 +0100 |
commit | 2dea294025d3468ca4afffe04ce697dcfe72de36 (patch) | |
tree | a638176e90929fbca94eb64ff751d4c872928151 /scp2/inc | |
parent | 0e981390fb8000c0a5d2bb98917f4ffff6ad636a (diff) |
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.
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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 |