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

Fix --enable-dbgutil build: Define _DEBUG

üst 6034e6aa
......@@ -282,6 +282,7 @@ UWINAPILIB*=uwinapi.lib
.IF "$(USE_DEBUG_RUNTIME)" != ""
LIBCMT=msvcrtd.lib
LIBCPMT=msvcprtd.lib
CDEFS+=-D_DEBUG
.ELSE # "$(USE_DEBUG_RUNTIME)" != ""
LIBCMT=msvcrt.lib
LIBCPMT=msvcprt.lib
......
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