Files
scummvm/engine/backend/module.mk
T
Pawel Kolodziejski 407aee486d - initial support for configure based on scummvm tree (tested mac os x leopard, linux(ubuntu), cygwin with mingwin gcc)
- adopted more common dir code from scummvm for easier multi platform support
- synced some changes from scummvm code
2008-06-12 12:08:15 +00:00

8 lines
111 B
Makefile

MODULE := engine/backend
MODULE_OBJS := \
default-timer.o
# Include common rules
include $(srcdir)/rules.mk