aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/simon.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/simon.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/simon.vcproj')
-rw-r--r--dists/msvc8/simon.vcproj28
1 files changed, 28 insertions, 0 deletions
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
@@ -160,6 +160,14 @@
</References>
<Files>
<File
+ RelativePath="..\..\engines\simon\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\simon\animation.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\simon\charset.cpp"
>
</File>
@@ -184,6 +192,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\simon\draw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\simon\event.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\simon\game.cpp"
>
</File>
@@ -240,6 +256,14 @@
>
</File>
<File
+ RelativePath="..\..\engines\simon\string.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\simon\subroutine.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\simon\verb.cpp"
>
</File>
@@ -251,6 +275,10 @@
RelativePath="..\..\engines\simon\vga.h"
>
</File>
+ <File
+ RelativePath="..\..\engines\simon\window.cpp"
+ >
+ </File>
</Files>
<Globals>
</Globals>