mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
b9b8045e1f
svn-id: r5952
20 lines
318 B
Makefile
20 lines
318 B
Makefile
MODULE := gui
|
|
|
|
MODULE_OBJS = \
|
|
gui/browser.o \
|
|
gui/chooser.o \
|
|
gui/console.o \
|
|
gui/dialog.o \
|
|
gui/EditTextWidget.o \
|
|
gui/launcher.o \
|
|
gui/ListWidget.o \
|
|
gui/message.o \
|
|
gui/newgui.o \
|
|
gui/options.o \
|
|
gui/PopUpWidget.o \
|
|
gui/ScrollBarWidget.o \
|
|
gui/widget.o \
|
|
|
|
# Include common rules
|
|
include common.rules
|