update Windows Makefiles

This commit is contained in:
nhmall
2024-02-09 17:42:12 -05:00
parent bffa88b04e
commit 49fa532fa8
2 changed files with 11 additions and 4 deletions

View File

@@ -795,7 +795,7 @@ else # GIT_AVAILABLE no
CURLLUASRC=http://www.lua.org/ftp/lua-5.4.6.tar.gz
CURLLUADST=lua-5.4.6.tar.gz
CURLPDCSRC=https://github.com/wmcbrine/PDCurses/archive/refs/tags/3.9.zip
CURLPDCSRC=https://github.com/Bill-Gray/PDCursesMod/archive/refs/tags/v4.4.0.zip
CURLPDCDST=pdcurses.zip
fetchlua:

View File

@@ -1,5 +1,5 @@
# NetHack 3.7 Makefile.nmake
# Copyright (c) NetHack Development Team 1993-2023
# Copyright (c) NetHack Development Team 1993-2024
#
#==============================================================================
# Build Tools Environment
@@ -70,6 +70,13 @@ CURSES_GRAPHICAL = Y
DEBUGINFO = Y
#
#------------------------------------------------------------------------------
# Do you want to include the address sanitizer?
#
#WANT_ASAN = Y
#------------------------------------------------------------------------------
#
#
@@ -1046,7 +1053,7 @@ CL_RECENT=-sdl
! ENDIF
!ENDIF
!IF ($(VSVER) >= 2019)
!IF ($(VSVER) >= 2019) && ("$(WANT_ASAN)"=="Y")
ASAN=/fsanitize=address
!ELSE
ASAN=
@@ -1387,7 +1394,7 @@ CURLLUASRC=http://www.lua.org/ftp/lua-5.4.6.tar.gz
CURLLUADST=lua-5.4.6.tar.gz
#CURLPDCSRC=https://github.com/wmcbrine/PDCurses/archive/refs/tags/3.9.zip
CURLPDCSRC=https://github.com/Bill-Gray/PDCursesMod/archive/refs/tags/v4.3.5.zip
CURLPDCSRC=https://github.com/Bill-Gray/PDCursesMod/archive/refs/tags/v4.4.0.zip
CURLPDCDST=pdcurses.zip
$(LUASRC)\lua.h: