summaryrefslogtreecommitdiff
path: root/cppuhelper/source/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rwxr-xr-x[-rw-r--r--]cppuhelper/source/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index 5755ed77631c..cd742b9a0856 100644..100755
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -175,6 +175,8 @@ DEF1NAME=$(SHL1TARGET)
.IF "$(COMNAME)"=="msci"
SHL1VERSIONMAP=msvc_win32_intel.map
+.ELIF "$(COMNAME)"=="mscx"
+SHL1VERSIONMAP=msvc_win32_x86_64.map
.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=cc5_solaris_sparc.map
.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"