Files
scummvm/base/module.mk
T
Max Horn a6dd4b7d4d Moved base/game.* to engines/game.*
svn-id: r34589
2008-09-17 17:31:29 +00:00

11 lines
135 B
Makefile

MODULE := base
MODULE_OBJS := \
main.o \
commandLine.o \
plugins.o \
version.o
# Include common rules
include $(srcdir)/rules.mk