mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-17 15:49:15 +01:00
8 lines
405 B
Makefile
8 lines
405 B
Makefile
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
noinst_LIBRARIES = libints.a
|
||
|
libints_a_SOURCES = mouse.cpp xms.cpp xms.h ems.cpp \
|
||
|
int10.cpp int10.h int10_char.cpp int10_memory.cpp int10_misc.cpp int10_modes.cpp \
|
||
|
int10_vesa.cpp int10_pal.cpp int10_put_pixel.cpp int10_video_state.cpp int10_vptable.cpp \
|
||
|
bios.cpp bios_disk.cpp bios_keyboard.cpp
|