]> granicus.if.org Git - nethack/commitdiff
windows: PDB files in Debug and Release
authornhmall <mjnh@persona.ca>
Fri, 1 Jan 2016 01:16:48 +0000 (20:16 -0500)
committernhmall <mjnh@persona.ca>
Fri, 1 Jan 2016 01:16:48 +0000 (20:16 -0500)
sys/winnt/Makefile.msc

index c1165ca599b6882622fe8d92831eeea3559cd3eb..bdfe748e2121ebff39096a2c5a543875579f4d6c 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6  Makefile.msc    $NHDT-Date: 1447992736 2015/11/20 04:12:16 $  $NHDT-Branch: master $:$NHDT-Revision: 1.100 $ */
+# NetHack 3.6  Makefile.msc    $NHDT-Date: 1451610993 2016/01/01 01:16:33 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.101 $ */
 #       Copyright (c) NetHack PC Development Team 1993-2015
 #
 #==============================================================================
@@ -192,7 +192,7 @@ ccommon= -c -nologo -D"_CONSOLE" -D"_CRT_NONSTDC_NO_DEPRECATE" -D"_CRT_SECURE_NO
        -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -D"NDEBUG" -D"YY_NO_UNISTD_H" -EHsc -fp:precise -Gd -GF -GS -Gy \
        $(CL2013) -WX- -Zc:forScope -Zc:wchar_t -Zi
 cdebug= -analyze- -D"_DEBUG" -Gm -MTd -RTC1 -Od
-crelease= -analyze- -D"_MBCS" -errorReport:prompt -GL -Gm- -MT -O2 -Ot -Ox -Oy
+crelease= -analyze- -D"_MBCS" -errorReport:prompt -Gm- -MT -O2 -Ot -Ox -Oy
 
 lcommon= /NOLOGO /INCREMENTAL:NO
 
@@ -201,7 +201,7 @@ ldebug = /DEBUG
 cflags1=$(ccommon) $(cdebug)
 lflags1=$(lcommon) $(ldebug)
 !ELSE
-ldebug=
+ldebug= /DEBUG
 cflags1=$(ccommon) $(crelease)
 lflags1=$(lcommon) $(ldebug)
 !ENDIF