mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 23:29:15 +01:00
12 lines
437 B
Makefile
12 lines
437 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = libgui.a
|
|
libgui_a_SOURCES = sdlmain.cpp sdl_mapper.cpp dosbox_logo.h \
|
|
render.cpp render_scalers.cpp render_scalers.h \
|
|
render_templates.h render_loops.h render_simple.h \
|
|
render_templates_sai.h render_templates_hq.h \
|
|
render_templates_hq2x.h render_templates_hq3x.h \
|
|
midi.cpp midi_win32.h midi_oss.h midi_coreaudio.h midi_alsa.h \
|
|
midi_coremidi.h sdl_gui.cpp
|
|
|