option -Yd has been deprecated in msvc8,

option -debugtype:coff is unsupported in msvc8
This commit is contained in:
Igor Sysoev 2007-11-15 10:59:07 +00:00
parent a101048962
commit 0ddf2de23e

View File

@ -91,8 +91,8 @@ CORE_LIBS="$CORE_LIBS kernel32.lib user32.lib"
CORE_LINK="$CORE_LINK -subsystem:windows -entry:mainCRTStartup" CORE_LINK="$CORE_LINK -subsystem:windows -entry:mainCRTStartup"
# debug # debug
CFLAGS="$CFLAGS -Yd" CFLAGS="$CFLAGS -Zi"
CORE_LINK="$CORE_LINK -debug -debugtype:coff" CORE_LINK="$CORE_LINK -debug"
# precompiled headers # precompiled headers