From 4b558bf94e1152405c62b5442acb11ae86d30d88 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 27 Nov 2019 22:34:55 -0500 Subject: [PATCH] yet more Windows Makefile --- sys/winnt/Makefile.msc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 2a27bc1b5..e5f479925 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -251,10 +251,10 @@ CROSSCOMPILE = -DCROSSCOMPILE OPTIONS_AT_RUNTIME=Y HOST=_host !ELSE -CROSSCOMPILE_TARGET = -CROSSCOMPILE_HOST = -CROSSCOMPILE = -HOST= +!UNDEF CROSSCOMPILE_TARGET +!UNDEF CROSSCOMPILE_HOST +!UNDEF CROSSCOMPILE +!UNDEF HOST !ENDIF # @@ -623,8 +623,8 @@ CL_RECENT=-sdl !IF "$(ADD_CURSES)" == "Y" CURSESDEF=-D"CURSES_GRAPHICS" -D"CURSES_BRIEF_INCLUDE" -DCHTYPE_32 !ELSE -CURSDEF= -CURSESLIB= +!UNDEF CURSDEF= +!UNDEF CURSESLIB= !ENDIF ccommon= -c -nologo -D"_CONSOLE" -D"_CRT_NONSTDC_NO_DEPRECATE" -D"_CRT_SECURE_NO_DEPRECATE" \