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

Max Horn fingolfin at users.sourceforge.net
Thu Nov 14 07:03:04 CET 2002


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

Modified Files:
	Makefile.common 
Log Message:
added dummy FS backend for Windows; somebody has to implement the actual code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation?

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.common	14 Nov 2002 13:46:33 -0000	1.30
+++ Makefile.common	14 Nov 2002 15:02:25 -0000	1.31
@@ -10,7 +10,8 @@
 INCS	= scumm/scumm.h common/scummsys.h common/stdafx.h
 
 BACKEND_OBJS = \
-	backends/fs/posix/posix-fs.o
+	backends/fs/posix/posix-fs.o \
+	backends/fs/windows/windows-fs.o
 
 COMMON_OBJS = \
 	common/config-file.o \





More information about the Scummvm-git-logs mailing list