In-tree SDLnet: Stop compiling showinterfaces.exe, it is breaking SDL2 builds

This commit is contained in:
Jonathan Campbell
2021-08-01 20:35:46 -07:00
parent 5c5d838b2d
commit b5facaf497

View File

@@ -47,10 +47,11 @@ endif
%.o : %.rc
$(WINDRES) $< $@
# These are breaking SDL2 MinGW builds for some reason!
if HAVE_GUI_LIB
EXAMPLES = showinterfaces chat chatd
#EXAMPLES = showinterfaces chat chatd
else
EXAMPLES = showinterfaces
#EXAMPLES = showinterfaces
endif
noinst_PROGRAMS = $(EXAMPLES)