From d2546e397934da3e89fdd994e0c620dd0bcfbcd4 Mon Sep 17 00:00:00 2001
From: Eugene Sandulenko
Date: Tue, 9 May 2006 14:16:43 +0000
Subject: - Updated MSVC8 project files - Renamed base/options.cpp to
base/commandLine.cpp because of conflict with gui/options.cpp which sit in
same directory in MSVC builds - Moved AudioCDManager singleton declaration
outside of Audio namespace - Fixed numerous MSVC warning of potentially
uninitialized variables and int <-> bool conversions.
svn-id: r22397
---
dists/msvc8/gob.vcproj | 32 +++++++++++++++++++++++++++++
dists/msvc8/kyra.vcproj | 4 ++++
dists/msvc8/scumm.vcproj | 20 +++++++++++++++++++
dists/msvc8/scummvm.vcproj | 50 +++++++++++++++++++++++++++++++++++++++-------
dists/msvc8/simon.vcproj | 28 ++++++++++++++++++++++++++
dists/msvc8/sword2.vcproj | 8 --------
dists/scummvm.rc | 2 +-
dists/scummvm.rc.in | 2 +-
8 files changed, 129 insertions(+), 17 deletions(-)
(limited to 'dists')
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj
index f2c29bcbf3..b2b61cab8d 100644
--- a/dists/msvc8/gob.vcproj
+++ b/dists/msvc8/gob.vcproj
@@ -190,6 +190,14 @@
RelativePath="..\..\engines\gob\draw.h"
>
+
+
+
+
@@ -206,6 +214,14 @@
RelativePath="..\..\engines\gob\game.h"
>
+
+
+
+
@@ -238,6 +254,14 @@
RelativePath="..\..\engines\gob\init.h"
>
+
+
+
+
@@ -358,6 +382,14 @@
RelativePath="..\..\engines\gob\video.h"
>
+
+
+
+
diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj
index b0de755d4a..c182546aa7 100644
--- a/dists/msvc8/kyra.vcproj
+++ b/dists/msvc8/kyra.vcproj
@@ -190,6 +190,10 @@
RelativePath="..\..\engines\kyra\kyra.h"
>
+
+
diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj
index 0cee3729a5..5120208a32 100644
--- a/dists/msvc8/scumm.vcproj
+++ b/dists/msvc8/scumm.vcproj
@@ -310,6 +310,14 @@
+
+
+
+
@@ -418,6 +426,18 @@
RelativePath="..\..\engines\scumm\imuse\instrument.h"
>
+
+
+
+
+
+
+
+
+
+
@@ -207,17 +215,21 @@
>
+
+
@@ -226,6 +238,10 @@
RelativePath="..\..\base\plugins.h"
>
+
+
@@ -275,11 +291,15 @@
>
+
+
+
+
+
+
@@ -889,6 +917,10 @@
RelativePath="..\..\gui\TabWidget.h"
>
+
+
@@ -897,6 +929,10 @@
RelativePath="..\..\gui\theme.h"
>
+
+
diff --git a/dists/msvc8/simon.vcproj b/dists/msvc8/simon.vcproj
index f5b8b162f7..3c49c31a03 100644
--- a/dists/msvc8/simon.vcproj
+++ b/dists/msvc8/simon.vcproj
@@ -159,6 +159,14 @@
+
+
+
+
@@ -183,6 +191,14 @@
RelativePath="..\..\engines\simon\debugger.h"
>
+
+
+
+
@@ -239,6 +255,14 @@
RelativePath="..\..\engines\simon\sound.h"
>
+
+
+
+
@@ -251,6 +275,10 @@
RelativePath="..\..\engines\simon\vga.h"
>
+
+
diff --git a/dists/msvc8/sword2.vcproj b/dists/msvc8/sword2.vcproj
index f91633e45b..38def46c26 100644
--- a/dists/msvc8/sword2.vcproj
+++ b/dists/msvc8/sword2.vcproj
@@ -186,10 +186,6 @@
RelativePath="..\..\engines\sword2\controls.h"
>
-
-
@@ -282,10 +278,6 @@
RelativePath="..\..\engines\sword2\protocol.cpp"
>
-
-
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index a18e4bd76f..e01a69fdd9 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -1,6 +1,6 @@
#include "winresrc.h"
-IDI_ICON ICON DISCARDABLE "icons/scummvm.ico"
+IDI_ICON ICON DISCARDABLE "../../icons/scummvm.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,0,0
diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in
index 6cc4818be0..8876989c49 100644
--- a/dists/scummvm.rc.in
+++ b/dists/scummvm.rc.in
@@ -1,6 +1,6 @@
#include "winresrc.h"
-IDI_ICON ICON DISCARDABLE "icons/scummvm.ico"
+IDI_ICON ICON DISCARDABLE "../../icons/scummvm.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @VER_MAJOR@,@VER_MINOR@,@VER_PATCH@,0
--
cgit v1.2.3