dosbox-wii/src/gui/Makefile.am

7 lines
196 B
Makefile
Raw Normal View History

2009-05-02 23:03:37 +02:00
AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_LIBRARIES = libgui.a
2009-05-02 23:35:44 +02:00
libgui_a_SOURCES = sdlmain.cpp render.cpp render_normal.h render_scale2x.h \
midi.cpp midi_win32.h midi_oss.h midi_coreaudio.h
2009-05-02 23:03:37 +02:00