diff options
author | Filippos Karapetis | 2008-12-13 13:31:13 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-13 13:31:13 +0000 |
commit | afa21d9de8dbf8a1a3653e1e79b76366e9c646e1 (patch) | |
tree | 6c2b3c60f7c8bcc9f18ac8d0ba7f610128276feb | |
parent | dce40f6ffeed0437699f5001765745537ca073dc (diff) | |
download | scummvm-rg350-afa21d9de8dbf8a1a3653e1e79b76366e9c646e1.tar.gz scummvm-rg350-afa21d9de8dbf8a1a3653e1e79b76366e9c646e1.tar.bz2 scummvm-rg350-afa21d9de8dbf8a1a3653e1e79b76366e9c646e1.zip |
Updated the MSVC project files of the gob engine
svn-id: r35339
-rw-r--r-- | dists/msvc7/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index cb187f4063..13f0a333e8 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -350,6 +350,9 @@ RelativePath="..\..\engines\gob\saveload_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\saveload_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\scenery.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 1f43b05c5d..3153cb20ff 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -364,6 +364,9 @@ RelativePath="..\..\engines\gob\saveload_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\saveload_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\scenery.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 10289f720c..806a222075 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -495,6 +495,10 @@ > </File> <File + RelativePath="..\..\engines\gob\saveload_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\scenery.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 23199d74ab..dfe301465d 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -496,6 +496,10 @@ > </File> <File + RelativePath="..\..\engines\gob\saveload_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\scenery.cpp" > </File> |