diff options
author | Filippos Karapetis | 2008-12-13 21:08:13 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-13 21:08:13 +0000 |
commit | c0a8a13081c880a2bd0f5dc59a10b1874e2d5b4a (patch) | |
tree | 331ca41e4568797498a157d2938af781a013fa01 | |
parent | e3e699d7d2267cbe1e8fe54123e18474f1db4319 (diff) | |
download | scummvm-rg350-c0a8a13081c880a2bd0f5dc59a10b1874e2d5b4a.tar.gz scummvm-rg350-c0a8a13081c880a2bd0f5dc59a10b1874e2d5b4a.tar.bz2 scummvm-rg350-c0a8a13081c880a2bd0f5dc59a10b1874e2d5b4a.zip |
Updated the MSVC project files of the gob engine (added game_v6.cpp)
svn-id: r35346
-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 13f0a333e8..cd4b5ebef6 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -209,6 +209,9 @@ RelativePath="..\..\engines\gob\game_v2.cpp"> </File> <File + RelativePath="..\..\engines\gob\game_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\global.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 3153cb20ff..61ace228d6 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -223,6 +223,9 @@ RelativePath="..\..\engines\gob\game_v2.cpp"> </File> <File + RelativePath="..\..\engines\gob\game_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\global.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 806a222075..4cb2f6303e 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -307,6 +307,10 @@ > </File> <File + RelativePath="..\..\engines\gob\game_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\global.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index dfe301465d..83c76d58a2 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -308,6 +308,10 @@ > </File> <File + RelativePath="..\..\engines\gob\game_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\global.cpp" > </File> |