mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-05 09:55:10 +01:00
40 lines
460 B
Makefile
40 lines
460 B
Makefile
|
noinst_HEADERS = \
|
||
|
bios.h \
|
||
|
bios_disk.h \
|
||
|
callback.h \
|
||
|
cpu.h \
|
||
|
cross.h \
|
||
|
control.h \
|
||
|
debug.h \
|
||
|
dma.h \
|
||
|
dos_inc.h \
|
||
|
dos_system.h \
|
||
|
dosbox.h \
|
||
|
fpu.h \
|
||
|
hardware.h \
|
||
|
inout.h \
|
||
|
joystick.h \
|
||
|
ipx.h \
|
||
|
ipxserver.h \
|
||
|
keyboard.h \
|
||
|
logging.h \
|
||
|
mapper.h \
|
||
|
mem.h \
|
||
|
mixer.h \
|
||
|
modules.h \
|
||
|
mouse.h \
|
||
|
paging.h \
|
||
|
pic.h \
|
||
|
programs.h \
|
||
|
render.h \
|
||
|
regs.h \
|
||
|
render.h \
|
||
|
serialport.h \
|
||
|
setup.h \
|
||
|
shell.h \
|
||
|
support.h \
|
||
|
timer.h \
|
||
|
vga.h \
|
||
|
video.h
|
||
|
|