[Scummvm-cvs-logs] CVS: scummvm/common module.mk,NONE,1.1

Max Horn fingolfin at users.sourceforge.net
Wed Nov 20 20:09:03 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv24050/common

Added Files:
	module.mk 
Log Message:
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM

--- NEW FILE: module.mk ---
MODULE := common

MODULE_OBJS = \
	common/config-file.o \
	common/engine.o \
	common/file.o \
	common/gameDetector.o \
	common/main.o \
	common/scaler.o \
	common/str.o \
	common/timer.o \
	common/util.o

# Include common rules 
include common.rules





More information about the Scummvm-git-logs mailing list