[Scummvm-cvs-logs] CVS: scummvm/gui 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/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv24050/gui

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 := gui

MODULE_OBJS = \
	gui/browser.o \
	gui/dialog.o \
	gui/launcher.o \
	gui/ListWidget.o \
	gui/message.o \
	gui/newgui.o \
	gui/ScrollBarWidget.o \
	gui/widget.o \

# Include common rules 
include common.rules





More information about the Scummvm-git-logs mailing list