mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-04 09:03:24 +00:00
win32: state_tracker and image do not require HAVE_XML
This commit is contained in:
parent
a01c5dec69
commit
23dffd6877
@ -26,7 +26,9 @@ OBJ = retroarch.o \
|
||||
gfx/scaler/scaler.o \
|
||||
gfx/scaler/pixconv.o \
|
||||
gfx/scaler/scaler_int.o \
|
||||
gfx/scaler/filter.o
|
||||
gfx/scaler/filter.o \
|
||||
gfx/state_tracker.o \
|
||||
gfx/image.o
|
||||
|
||||
JOBJ := conf/config_file.o \
|
||||
tools/retroarch-joyconfig.o \
|
||||
@ -139,7 +141,7 @@ ifeq ($(HAVE_RSOUND), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_XML), 1)
|
||||
OBJ += gfx/shader_glsl.o gfx/image.o gfx/state_tracker.o cheats.o
|
||||
OBJ += gfx/shader_glsl.o cheats.o
|
||||
DEFINES += -Ilibxml2 -DHAVE_XML -DHAVE_GLSL
|
||||
LIBS += -lxml2 -liconv
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user