mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
69bceafc6e
svn-id: r5653
15 lines
222 B
Makefile
15 lines
222 B
Makefile
MODULE := gui
|
|
|
|
MODULE_OBJS = \
|
|
gui/browser.o \
|
|
gui/dialog.o \
|
|
gui/launcher.o \
|
|
gui/ListWidget.o \
|
|
gui/message.o \
|
|
gui/newgui.o \
|
|
gui/ScrollBarWidget.o \
|
|
gui/widget.o \
|
|
|
|
# Include common rules
|
|
include common.rules
|