summaryrefslogtreecommitdiffstats
path: root/store/util
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-25 01:23:32 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-25 01:25:44 +0300
commit04b47c97e4eb54eee077ac28feb67a7b46ad3ff5 (patch)
tree535356a97ee25bf59522018eb37533e0daba155c /store/util
parentUse simpler DLL and library names in the WNTGCC case (diff)
downloadcore-04b47c97e4eb54eee077ac28feb67a7b46ad3ff5.tar.gz
core-04b47c97e4eb54eee077ac28feb67a7b46ad3ff5.zip
Use special DLL and library name just for MSC
Diffstat (limited to 'store/util')
-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