diff options
author | Arnaud Boutonné | 2009-04-29 16:41:04 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-04-29 16:41:04 +0000 |
commit | a61089a7305db4b7d48fa6f40fbe84e19383baa8 (patch) | |
tree | 68877d1358c7cfcbd7a31cb1fa51ca91b03b03ea | |
parent | 93e2e75a9e6d6d56c024e6a87d24d92ad89c8a1d (diff) | |
download | scummvm-rg350-a61089a7305db4b7d48fa6f40fbe84e19383baa8.tar.gz scummvm-rg350-a61089a7305db4b7d48fa6f40fbe84e19383baa8.tar.bz2 scummvm-rg350-a61089a7305db4b7d48fa6f40fbe84e19383baa8.zip |
Gob - Add game_fascin.cpp file
svn-id: r40208
-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 e7bebe54fa..8ed1674e5c 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -221,6 +221,9 @@ RelativePath="..\..\engines\gob\game_v6.cpp"> </File> <File + RelativePath="..\..\engines\gob\game_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\global.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index cf49a7a567..04d31f10d7 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -235,6 +235,9 @@ RelativePath="..\..\engines\gob\game_v6.cpp"> </File> <File + RelativePath="..\..\engines\gob\game_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\global.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index ce6271d0cf..aa98cea6ad 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -323,6 +323,10 @@ > </File> <File + RelativePath="..\..\engines\gob\game_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\global.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 439f8b5547..36d7ec81b7 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -324,6 +324,10 @@ > </File> <File + RelativePath="..\..\engines\gob\game_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\global.cpp" > </File> |