diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-17 17:53:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-17 17:53:10 +0300 |
commit | fd354f5544737b54f1538aa229258a86af97bc4e (patch) | |
tree | b4f3d7c1e0f2f52f9cb63818a34f274dbd9bb45e /registry | |
parent | 1f357a5f03401bbc0138eb73807534f59d647121 (diff) |
Use the i prefix for the import library only with MSC
Diffstat (limited to 'registry')
-rw-r--r-- | registry/util/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/registry/util/makefile.mk b/registry/util/makefile.mk index 0b6be7e6e7f5..ecc356c7bf12 100644 --- a/registry/util/makefile.mk +++ b/registry/util/makefile.mk @@ -53,7 +53,11 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= $(SLB)$/$(TARGET)cpp.lib SHL1TARGET= $(TARGET) +.IF "$(COM)" == "MSC" SHL1IMPLIB= ireg +.ELSE +SHL1IMPLIB= $(TARGET) +.ENDIF SHL1STDLIBS= \ $(SALLIB) \ $(STORELIB) |