[Scummvm-cvs-logs] CVS: scummvm/bs2 anims.cpp,1.1,1.2 build_display.cpp,1.2,1.3 console.cpp,1.1,1.2 controls.cpp,1.2,1.3 debug.cpp,1.2,1.3 events.cpp,1.1,1.2 function.cpp,1.1,1.2 icons.cpp,1.1,1.2 interpreter.cpp,1.2,1.3 layers.cpp,1.1,1.2 logic.cpp,1.1,1.2 maketext.cpp,1.2,1.3 mem_view.cpp,1.2,1.3 memory.cpp,1.1,1.2 mouse.cpp,1.2,1.3 protocol.cpp,1.1,1.2 resman.cpp,1.2,1.3 router.cpp,1.2,1.3 save_rest.cpp,1.1,1.2 scroll.cpp,1.1,1.2 sound.cpp,1.1,1.2 speech.cpp,1.2,1.3 startup.cpp,1.1,1.2 sword2.cpp,1.2,1.3 sync.cpp,1.1,1.2 tony_gsdk.cpp,1.2,1.3 walker.cpp,1.2,1.3

Travis Howell kirben at users.sourceforge.net
Sun Jul 27 20:13:44 CEST 2003


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

Modified Files:
	anims.cpp build_display.cpp console.cpp controls.cpp debug.cpp 
	events.cpp function.cpp icons.cpp interpreter.cpp layers.cpp 
	logic.cpp maketext.cpp mem_view.cpp memory.cpp mouse.cpp 
	protocol.cpp resman.cpp router.cpp save_rest.cpp scroll.cpp 
	sound.cpp speech.cpp startup.cpp sword2.cpp sync.cpp 
	tony_gsdk.cpp walker.cpp 
Log Message:

Compiles on mingw now


Index: anims.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/anims.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anims.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ anims.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -27,6 +27,7 @@
 #include <stdio.h>	// for sprintf
 #include <string.h>
 
+#include "stdafx.h"
 #include "common/scummsys.h"
 #include "driver/driver96.h"
 #include "anims.h"

Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/build_display.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build_display.cpp	28 Jul 2003 02:10:24 -0000	1.2
+++ build_display.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -27,6 +27,7 @@
 //#include <windows.h>
 //#include <windowsx.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/console.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- console.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ console.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -17,6 +17,7 @@
  * $Header$
  */
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 
 uint32	console_status=0;	//0 off		// LEFT IN RELEASE VERSION

Index: controls.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/controls.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- controls.cpp	28 Jul 2003 02:14:28 -0000	1.2
+++ controls.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -25,6 +25,7 @@
 
 //#include	"src\driver96.h"
 
+#include "stdafx.h"
 #include "build_display.h"
 #include "console.h"
 #include "controls.h"

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/debug.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug.cpp	28 Jul 2003 02:10:24 -0000	1.2
+++ debug.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -21,6 +21,7 @@
 #include <stdarg.h> // for ExitWithReport, which stays in RELEASE version
 #include <stdio.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "debug.h"
 //--------------------------------------------------------------------------------------

Index: events.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/events.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- events.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ events.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -20,6 +20,7 @@
 //------------------------------------------------------------------------------------
 #include <stdio.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "console.h"
 #include "debug.h"

Index: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/function.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- function.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ function.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -23,6 +23,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "build_display.h"
 #include "credits.h"

Index: icons.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/icons.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- icons.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ icons.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "console.h"
 #include "icons.h"

Index: interpreter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/interpreter.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- interpreter.cpp	28 Jul 2003 02:39:40 -0000	1.2
+++ interpreter.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -17,6 +17,8 @@
  * $Header$
  */
 
+#include "stdafx.h"
+
 #ifndef INSIDE_LINC			// Are we running in linc?
 #include "console.h"
 #endif

Index: layers.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/layers.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- layers.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ layers.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/logic.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- logic.cpp	28 Jul 2003 01:44:37 -0000	1.1
+++ logic.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/maketext.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- maketext.cpp	28 Jul 2003 02:23:04 -0000	1.2
+++ maketext.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -54,6 +54,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "console.h"
 #include "debug.h"

Index: mem_view.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/mem_view.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mem_view.cpp	28 Jul 2003 02:23:04 -0000	1.2
+++ mem_view.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 //#include <windows.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: memory.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/memory.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- memory.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ memory.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "console.h"
 #include "debug.h"

Index: mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/mouse.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mouse.cpp	28 Jul 2003 02:23:04 -0000	1.2
+++ mouse.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -17,6 +17,7 @@
  * $Header$
  */
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: protocol.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/protocol.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- protocol.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ protocol.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -20,6 +20,7 @@
 #include <stdio.h>
 //#include <windows.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "console.h"
 #include "debug.h"

Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- resman.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ resman.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -21,6 +21,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
+
 #include "engine.h"
 
 #include "driver/driver96.h"

Index: router.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/router.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- router.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ router.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -81,6 +81,7 @@
  */
 
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "console.h"
 #include "debug.h"

Index: save_rest.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/save_rest.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- save_rest.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ save_rest.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "console.h"
 #include "defs.h"

Index: scroll.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/scroll.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scroll.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ scroll.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "build_display.h"
 #include "debug.h"

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sound.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ sound.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -29,6 +29,7 @@
 
 #include <stdio.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "console.h"
 #include "defs.h"	// for RESULT

Index: speech.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/speech.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- speech.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ speech.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -20,6 +20,7 @@
 //------------------------------------------------------------------------------------
 #include "stdafx.h"
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "anims.h"
 #include "console.h"

Index: startup.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/startup.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- startup.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ startup.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -20,6 +20,7 @@
 //------------------------------------------------------------------------------------
 #include <stdio.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "build_display.h"
 #include "console.h"

Index: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sword2.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sword2.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ sword2.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -22,6 +22,7 @@
 #include <stdio.h>
 //#include <windows.h>
 
+#include "stdafx.h"
 #include "driver/driver96.h"
 #include "common/gameDetector.h"
 #include "build_display.h"

Index: sync.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sync.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sync.cpp	28 Jul 2003 01:44:38 -0000	1.1
+++ sync.cpp	28 Jul 2003 03:12:49 -0000	1.2
@@ -20,6 +20,7 @@
 //------------------------------------------------------------------------------------
 #include <stdio.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "console.h"
 #include "debug.h"

Index: tony_gsdk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/tony_gsdk.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tony_gsdk.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ tony_gsdk.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -34,6 +34,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "debug.h"
 #include "header.h"

Index: walker.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/walker.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- walker.cpp	28 Jul 2003 02:37:47 -0000	1.2
+++ walker.cpp	28 Jul 2003 03:12:49 -0000	1.3
@@ -35,6 +35,7 @@
 
 //--------------------------------------------------------------------------------------
 
+#include "stdafx.h"
 //#include "src\driver96.h"
 #include "console.h"
 #include "defs.h"





More information about the Scummvm-git-logs mailing list