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 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'dists/msvc8/gob.vcproj') 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" > + + + + -- cgit v1.2.3