Mode desmume_config.* in common dir
Move desmume_config.* in src/ since we are now using it in three frontends.
This commit is contained in:
parent
5a8ec614ba
commit
5df8e5548f
|
@ -52,7 +52,8 @@ libdesmume_a_SOURCES = \
|
|||
cheatSystem.cpp cheatSystem.h \
|
||||
texcache.cpp texcache.h rasterize.cpp rasterize.h \
|
||||
metaspu/metaspu.cpp metaspu/metaspu.h \
|
||||
version.cpp version.h
|
||||
version.cpp version.h \
|
||||
desmume_config.cpp desmume_config.h
|
||||
|
||||
if HAVE_WX
|
||||
libdesmume_a_SOURCES += wxdlg/wxdlg3dViewer.cpp
|
||||
|
|
|
@ -4,7 +4,7 @@ include $(top_srcdir)/src/desmume.mk
|
|||
AM_CPPFLAGS += $(SDL_CFLAGS) $(ALSA_CFLAGS) $(LIBAGG_CFLAGS) $(GLIB_CFLAGS) $(GTHREAD_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = desmume-cli
|
||||
desmume_cli_SOURCES = main.cpp ../sndsdl.cpp ../ctrlssdl.h ../ctrlssdl.cpp ../gtk/desmume_config.h ../gtk/desmume_config.cpp
|
||||
desmume_cli_SOURCES = main.cpp ../sndsdl.cpp ../ctrlssdl.h ../ctrlssdl.cpp
|
||||
desmume_cli_LDADD = ../libdesmume.a $(SDL_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) $(GLIB_LIBS) $(GTHREAD_LIBS)
|
||||
if HAVE_GDB_STUB
|
||||
desmume_cli_LDADD += ../gdbstub/libgdbstub.a
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include "mic.h"
|
||||
#include "firmware.h"
|
||||
#include "GPU_osd.h"
|
||||
#include "gtk/desmume_config.h"
|
||||
#include "desmume_config.h"
|
||||
#ifdef GDB_STUB
|
||||
#include "gdbstub.h"
|
||||
#endif
|
||||
|
|
|
@ -26,8 +26,7 @@ desmume_glade_SOURCES = \
|
|||
dTools/callbacks_dtools.h \
|
||||
dTools/dTools_display.h \
|
||||
gdk_3Demu.cpp gdk_3Demu.h \
|
||||
../sndsdl.h ../sndsdl.cpp ../ctrlssdl.h ../ctrlssdl.cpp \
|
||||
../gtk/desmume_config.h ../gtk/desmume_config.cpp
|
||||
../sndsdl.h ../sndsdl.cpp ../ctrlssdl.h ../ctrlssdl.cpp
|
||||
|
||||
desmume_glade_LDADD = ../libdesmume.a \
|
||||
$(SDL_LIBS) $(GTKGLEXT_LIBS) $(LIBGLADE_LIBS) \
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
#include "rasterize.h"
|
||||
#include "desmume.h"
|
||||
#include "firmware.h"
|
||||
|
||||
#include "gtk/desmume_config.h"
|
||||
#include "desmume_config.h"
|
||||
|
||||
#ifdef GDB_STUB
|
||||
#include "../gdbstub.h"
|
||||
|
|
|
@ -16,7 +16,6 @@ desmume_SOURCES = \
|
|||
../sndsdl.cpp \
|
||||
../ctrlssdl.h ../ctrlssdl.cpp \
|
||||
osmesa_3Demu.cpp osmesa_3Demu.h \
|
||||
desmume_config.cpp desmume_config.h \
|
||||
cheatsGTK.h cheatsGTK.cpp \
|
||||
main.cpp main.h
|
||||
desmume_LDADD = ../libdesmume.a \
|
||||
|
|
Loading…
Reference in New Issue