mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-28 03:40:36 +00:00
9a955180a4
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275
28 lines
382 B
Makefile
28 lines
382 B
Makefile
MODULE := gui
|
|
|
|
MODULE_OBJS := \
|
|
about.o \
|
|
browser.o \
|
|
chooser.o \
|
|
console.o \
|
|
dialog.o \
|
|
editable.o \
|
|
EditTextWidget.o \
|
|
eval.o \
|
|
launcher.o \
|
|
ListWidget.o \
|
|
message.o \
|
|
newgui.o \
|
|
options.o \
|
|
PopUpWidget.o \
|
|
ScrollBarWidget.o \
|
|
TabWidget.o \
|
|
widget.o \
|
|
theme.o \
|
|
ThemeClassic.o \
|
|
ThemeNew.o \
|
|
theme-config.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|