aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/gob.vcproj
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-09 14:16:43 +0000
committerEugene Sandulenko2006-05-09 14:16:43 +0000
commitd2546e397934da3e89fdd994e0c620dd0bcfbcd4 (patch)
tree8e7371097f7421496d6ea24ceaff6feeab7185d1 /dists/msvc8/gob.vcproj
parent4c6712246368148c91861fd30677a461e57e698b (diff)
downloadscummvm-rg350-d2546e397934da3e89fdd994e0c620dd0bcfbcd4.tar.gz
scummvm-rg350-d2546e397934da3e89fdd994e0c620dd0bcfbcd4.tar.bz2
scummvm-rg350-d2546e397934da3e89fdd994e0c620dd0bcfbcd4.zip
- 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
Diffstat (limited to 'dists/msvc8/gob.vcproj')
-rw-r--r--dists/msvc8/gob.vcproj32
1 files changed, 32 insertions, 0 deletions
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
@@ -191,6 +191,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\draw_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw_v2.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\driver_vga.cpp"
>
</File>
@@ -207,6 +215,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\game_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\game_v2.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\global.cpp"
>
</File>
@@ -239,6 +255,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\gob\init_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init_v2.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\gob\inter.cpp"
>
</File>
@@ -358,6 +382,14 @@
RelativePath="..\..\engines\gob\video.h"
>
</File>
+ <File
+ RelativePath="..\..\engines\gob\video_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\video_v2.cpp"
+ >
+ </File>
</Files>
<Globals>
</Globals>