mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
In-tree SDLnet: Stop compiling showinterfaces.exe, it is breaking SDL2 builds
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user