Kaydet (Commit) f3423eab authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix MSVC build against debugging runtime

üst a50103a7
......@@ -96,8 +96,13 @@ APP1STDLIBS = \
$(SALLIB) \
mscoree.lib
.IF "$(USE_DEBUG_RUNTIME)" == ""
APP1STDLIBS += \
msvcmrt.lib
.ELSE
APP1STDLIBS += \
msvcmrtd.lib
.ENDIF
.ENDIF
......
......@@ -100,8 +100,13 @@ SHL1STDLIBS = \
mscoree.lib \
Advapi32.lib
.IF "$(USE_DEBUG_RUNTIME)" == ""
SHL1STDLIBS += \
msvcmrt.lib
.ELSE
SHL1STDLIBS += \
msvcmrtd.lib
.ENDIF
SHL1VERSIONMAP = msvc.map
......
......@@ -65,8 +65,13 @@ SHL1STDLIBS = \
$(SALLIB) \
mscoree.lib
.IF "$(USE_DEBUG_RUNTIME)" == ""
SHL1STDLIBS += \
msvcmrt.lib
.ELSE
SHL1STDLIBS += \
msvcmrtd.lib
.ENDIF
SHL1VERSIONMAP = bridge_exports.map
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment