more cpp work
This commit is contained in:
parent
106bd5ab5e
commit
00e77306e0
|
@ -1,28 +1,28 @@
|
||||||
include $(top_srcdir)/src/desmume.mk
|
include $(top_srcdir)/src/desmume.mk
|
||||||
|
|
||||||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.c fs-windows.c
|
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.cpp fs-windows.cpp
|
||||||
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade windows
|
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade windows
|
||||||
SUBDIRS = . gdbstub $(UI_DIR)
|
SUBDIRS = . gdbstub $(UI_DIR)
|
||||||
noinst_LIBRARIES = libdesmume.a
|
noinst_LIBRARIES = libdesmume.a
|
||||||
libdesmume_a_SOURCES = \
|
libdesmume_a_SOURCES = \
|
||||||
armcpu.c armcpu.h ARM9.h \
|
armcpu.cpp armcpu.h ARM9.h \
|
||||||
arm_instructions.c arm_instructions.h \
|
arm_instructions.cpp arm_instructions.h \
|
||||||
bios.c bios.h bits.h cp15.c cp15.h \
|
bios.cpp bios.h bits.h cp15.cpp cp15.h \
|
||||||
cflash.c cflash.h config.h fs.h \
|
cflash.cpp cflash.h config.h fs.h \
|
||||||
debug.c debug.h \
|
debug.cpp debug.h \
|
||||||
Disassembler.c Disassembler.h \
|
Disassembler.cpp Disassembler.h \
|
||||||
dscard.h fat.h FIFO.c FIFO.h \
|
dscard.h fat.h FIFO.cpp FIFO.h \
|
||||||
GPU.c GPU.h \
|
GPU.cpp GPU.h \
|
||||||
gl_vertex.c gl_vertex.h \
|
gl_vertex.cpp gl_vertex.h \
|
||||||
mem.h mc.c mc.h \
|
mem.h mc.cpp mc.h \
|
||||||
wifi.c wifi.h \
|
wifi.cpp wifi.h \
|
||||||
MMU.c MMU.h NDSSystem.c NDSSystem.h registers.h \
|
MMU.cpp MMU.h NDSSystem.cpp NDSSystem.h registers.h \
|
||||||
ROMReader.c ROMReader.h \
|
ROMReader.cpp ROMReader.h \
|
||||||
render3D.c render3D.h \
|
render3D.cpp render3D.h \
|
||||||
saves.c saves.h \
|
saves.cpp saves.h \
|
||||||
SPU.c SPU.h \
|
SPU.cpp SPU.h \
|
||||||
gdbstub.h \
|
gdbstub.h \
|
||||||
matrix.c matrix.h \
|
matrix.cpp matrix.h \
|
||||||
opengl_collector_3Demu.c opengl_collector_3Demu.h \
|
opengl_collector_3Demu.cpp opengl_collector_3Demu.h \
|
||||||
thumb_instructions.c thumb_instructions.h types.h
|
thumb_instructions.cpp thumb_instructions.h types.h
|
||||||
libdesmume_a_LIBADD = fs-$(desmume_arch).$(OBJEXT)
|
libdesmume_a_LIBADD = fs-$(desmume_arch).$(OBJEXT)
|
||||||
|
|
Loading…
Reference in New Issue