[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.29,1.30

Max Horn fingolfin at users.sourceforge.net
Thu Nov 14 05:47:04 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv19980

Modified Files:
	Makefile.common 
Log Message:
added completly useless non functional browser dialog skeleton. Just to show Endy I really have started working on it finally <g>

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.common	12 Nov 2002 15:27:46 -0000	1.29
+++ Makefile.common	14 Nov 2002 13:46:33 -0000	1.30
@@ -3,12 +3,15 @@
 # common rules, a list of common object files etc.
 
 # List of all sub modules
-MODULES += common gui scumm simon sound scumm/smush
+MODULES += backends/fs/posix common gui scumm simon sound scumm/smush
 
 ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
 
 INCS	= scumm/scumm.h common/scummsys.h common/stdafx.h
 
+BACKEND_OBJS = \
+	backends/fs/posix/posix-fs.o
+
 COMMON_OBJS = \
 	common/config-file.o \
 	common/engine.o \
@@ -21,6 +24,7 @@
 	common/util.o
 
 GUI_OBJS = \
+	gui/browser.o \
 	gui/dialog.o \
 	gui/launcher.o \
 	gui/ListWidget.o \
@@ -81,7 +85,7 @@
 
 SOUND_OBJS = sound/fmopl.o sound/mididrv.o sound/mixer.o
 
-OBJS	+= $(COMMON_OBJS) $(GUI_OBJS) scumm/libscumm.a simon/libsimon.a $(SOUND_OBJS)
+OBJS	+= $(BACKEND_OBJS) $(COMMON_OBJS) $(GUI_OBJS) scumm/libscumm.a simon/libsimon.a $(SOUND_OBJS)
 
 DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
 	debugrl.h NEWS README COPYING \





More information about the Scummvm-git-logs mailing list