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
|
%.o : %.rc
|
||||||
$(WINDRES) $< $@
|
$(WINDRES) $< $@
|
||||||
|
|
||||||
|
# These are breaking SDL2 MinGW builds for some reason!
|
||||||
if HAVE_GUI_LIB
|
if HAVE_GUI_LIB
|
||||||
EXAMPLES = showinterfaces chat chatd
|
#EXAMPLES = showinterfaces chat chatd
|
||||||
else
|
else
|
||||||
EXAMPLES = showinterfaces
|
#EXAMPLES = showinterfaces
|
||||||
endif
|
endif
|
||||||
noinst_PROGRAMS = $(EXAMPLES)
|
noinst_PROGRAMS = $(EXAMPLES)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user