[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.43,1.44

Max Horn fingolfin at users.sourceforge.net
Fri Mar 7 08:22:19 CET 2003


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

Modified Files:
	Makefile.common 
Log Message:
temporary hack to get ScummVM to compile again

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile.common	5 Mar 2003 19:04:25 -0000	1.43
+++ Makefile.common	7 Mar 2003 16:21:26 -0000	1.44
@@ -23,15 +23,25 @@
 # module.mk of their parents. In fact the only reason they are listed here is to ensure the
 # DEPDIRS directive works correctly.
 MODULES += \
-	scumm common simon sky gui backends sound \
-	scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows backends/midi
+	scumm \
+	simon \
+	sky \
+	common \
+	gui \
+	backends \
+	sound \
+	scumm/smush \
+	backends/fs/posix \
+	backends/fs/morphos \
+	backends/fs/windows \
+	backends/midi
 
 # Include the build instructions for all modules
 -include $(patsubst %,%/module.mk,$(MODULES))
 
 
 scummvm$(EXEEXT): $(OBJS)
-	$(CXX) $(LDFLAGS) -o $@ $+ $(LIBS)
+	$(CXX) $(LDFLAGS) -o $@ common/engine.o $+ $(LIBS)
 
 clean:
 	$(RM) $(OBJS) scummvm$(EXEEXT)





More information about the Scummvm-git-logs mailing list