mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
dec234c6a5
svn-id: r5658
17 lines
263 B
Makefile
17 lines
263 B
Makefile
MODULE := gui
|
|
|
|
MODULE_OBJS = \
|
|
gui/browser.o \
|
|
gui/chooser.o \
|
|
gui/dialog.o \
|
|
gui/EditTextWidget.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
|