yet more Windows Makefile

This commit is contained in:
nhmall
2019-11-27 22:34:55 -05:00
parent e8f796da24
commit 4b558bf94e

View File

@@ -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" \