https://github.com/scummvm/scummvm
Raw File
Tip revision: be14ef8ef6bc11a341b368a1a1b40d48d328ce5b authored by Oystein Eftevaag on 14 January 2012, 15:47:27 UTC
OSX: Fixed some file paths when copying docs to the bundle, and updated DS_Store
Tip revision: be14ef8
module.mk
MODULE := engines

MODULE_OBJS := \
	advancedDetector.o \
	dialogs.o \
	engine.o \
	game.o \
	obsolete.o \
	savestate.o

# Include common rules
include $(srcdir)/rules.mk
back to top