summaryrefslogtreecommitdiff
path: root/store/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'store/util/makefile.mk')
-rw-r--r--store/util/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index 492f54cfa4f4..5129273d81d0 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -56,7 +56,11 @@ LIB1FILES= $(LB)$/store.lib
# --- Shared-Library ---
SHL1TARGET= $(TARGET)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= istore
+.ELSE
+SHL1IMPLIB= store$(UDK_MAJOR)
+.ENDIF
SHL1VERSIONMAP= $(TARGET).map