From 6d19d8ff1c5e5998ee20345297a19ef19076a08d Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 5 Dec 2022 14:07:33 -0500 Subject: [PATCH] another mingw follow-up after CI report --- sys/windows/Makefile.mingw32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index e51da3f9f..5328fc29f 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -291,10 +291,10 @@ endif COMMONDEF = -DWIN32 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 DLLDEF = $(COMMONDEF) -D_WINDOWS -D_USRDLL -D_WINDLL -CONSOLEDEF = $(COMMONDEF) -D_CONSOLE -DWIN32CON +CONSOLEDEF = $(COMMONDEF) -D_CONSOLE # To build util targets -CFLAGSU = $(CFLAGS) $(CONSOLEDEF) $(DLBFLG) -DMSWIN_GRAPHICS +CFLAGSU = $(CFLAGS) $(DLBFLG) LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luuid -lwinmm -lbcrypt @@ -792,7 +792,7 @@ CLEAN_FILE += $(NHWTARGETS) $(NHWOBJS) $(NHWRES) $(BMPS) #========================================== # nethack #========================================== -CFLAGSNH = $(CFLAGSU) -DNO_TILE_C -DSAFEPROCS -D_LIB +CFLAGSNH = $(CFLAGSU) -DNO_TILE_C -DSAFEPROCS -D_LIB -DWIN32CON ONH = $(O)nethack