[Scummvm-cvs-logs] CVS: scummvm/backends/dc dc-fs.cpp,1.1,1.2 .cvsignore,1.3,1.4 Makefile,1.3,1.4

Marcus Comstedt marcus_c at users.sourceforge.net
Wed Dec 4 14:16:08 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv30793

Modified Files:
	.cvsignore Makefile 
Added Files:
	dc-fs.cpp 
Log Message:
Should now compile again.


Index: .cvsignore
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	13 Sep 2002 14:22:42 -0000	1.3
+++ .cvsignore	4 Dec 2002 22:15:30 -0000	1.4
@@ -4,4 +4,5 @@
 simon
 sound
 common
-scummvm
+backends
+scummvm.elf

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	18 Oct 2002 01:35:46 -0000	1.3
+++ Makefile	4 Dec 2002 22:15:32 -0000	1.4
@@ -11,7 +11,7 @@
 INCLUDES:= -I./ -I../.. -I../../common
 CPPFLAGS= $(DEFINES) $(INCLUDES)
 LIBS	= ronin/libronin.a ronin/libz.a -lm
-EXEEXT =
+EXEEXT = .elf
 MKDIR = mkdir -p
 ECHO = /usr/ucb/echo -n
 CAT = cat
@@ -19,16 +19,22 @@
 AR = sh-elf-ar cru
 RANLIB = sh-elf-ranlib
 
-OBJS =	dcmain.o time.o display.o audio.o input.o selector.o icon.o \
-	label.o vmsave.o
+OBJS :=	dcmain.o time.o display.o audio.o input.o selector.o icon.o \
+	label.o vmsave.o dc-fs.o
 
 include ../../Makefile.common
 
 INCS	+= portdefs.h dc.h
+LIBS    := scumm/libscumm.a common/libcommon.a $(LIBS)
 
 $(OBJS): Makefile ronin
 
 ronin:
 	ln -s $(ronindir) $@
 
+%/module.mk :
+	@mkdir -p $*
+	@test -h common.rules || ln -s ../../common.rules ./
+	@test ! -f ../../$@ || \
+	  ln -s `echo $* | sed -e 's/[^/][^/]*/../g'`/../../$@ $@
 





More information about the Scummvm-git-logs mailing list