[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.38,1.39 module.mk,1.6,1.7 gameDetector.cpp,1.155,NONE gameDetector.h,1.62,NONE main.cpp,1.42,NONE plugins.cpp,1.2,NONE plugins.h,1.2,NONE
Max Horn
fingolfin at users.sourceforge.net
Wed Sep 17 15:42:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv4274/common
Modified Files:
engine.cpp module.mk
Removed Files:
gameDetector.cpp gameDetector.h main.cpp plugins.cpp plugins.h
Log Message:
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- engine.cpp 10 Sep 2003 12:43:53 -0000 1.38
+++ engine.cpp 17 Sep 2003 22:40:56 -0000 1.39
@@ -24,7 +24,7 @@
#endif
#include "common/config-file.h"
#include "common/engine.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
#include "common/timer.h"
#include "sound/mixer.h"
Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/module.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module.mk 17 Sep 2003 21:53:11 -0000 1.6
+++ module.mk 17 Sep 2003 22:40:57 -0000 1.7
@@ -4,7 +4,6 @@
common/config-file.o \
common/engine.o \
common/file.o \
- common/plugins.o \
common/scaler.o \
common/str.o \
common/timer.o \
--- gameDetector.cpp DELETED ---
--- gameDetector.h DELETED ---
--- main.cpp DELETED ---
--- plugins.cpp DELETED ---
--- plugins.h DELETED ---
More information about the Scummvm-git-logs
mailing list