diff options
author | Filippos Karapetis | 2008-09-03 07:32:59 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-03 07:32:59 +0000 |
commit | c560bf1d720aca034c88ef01fe1541a69b3cc0fb (patch) | |
tree | 16e3f8863b6087299fd8d8dc78cd72a05407e9d1 /dists | |
parent | 1163c4b7c1d791a0a86b8d65c1181531a581fd07 (diff) | |
download | scummvm-rg350-c560bf1d720aca034c88ef01fe1541a69b3cc0fb.tar.gz scummvm-rg350-c560bf1d720aca034c88ef01fe1541a69b3cc0fb.tar.bz2 scummvm-rg350-c560bf1d720aca034c88ef01fe1541a69b3cc0fb.zip |
Updated gob MSVC project files for commit #34286
svn-id: r34292
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 8 |
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 4dde98d640..0e1234a619 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -273,6 +273,9 @@ RelativePath="..\..\engines\gob\inter_v5.cpp"> </File> <File + RelativePath="..\..\engines\gob\inter_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\map.cpp"> </File> <File @@ -369,6 +372,9 @@ RelativePath="..\..\engines\gob\video_v2.cpp"> </File> <File + RelativePath="..\..\engines\gob\video_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\videoplayer.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 7f6ecc4a76..e97c38b199 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -287,6 +287,9 @@ RelativePath="..\..\engines\gob\inter_v5.cpp"> </File> <File + RelativePath="..\..\engines\gob\inter_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\map.cpp"> </File> <File @@ -383,6 +386,9 @@ RelativePath="..\..\engines\gob\video_v2.cpp"> </File> <File + RelativePath="..\..\engines\gob\video_v6.cpp"> + </File> + <File RelativePath="..\..\engines\gob\videoplayer.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index e79f130035..02d3a779ff 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -395,6 +395,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\map.cpp" > </File> @@ -523,6 +527,10 @@ > </File> <File + RelativePath="..\..\engines\gob\video_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\videoplayer.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 99b2b52a67..f085cab37e 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -396,6 +396,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\map.cpp" > </File> @@ -524,6 +528,10 @@ > </File> <File + RelativePath="..\..\engines\gob\video_v6.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\videoplayer.cpp" > </File> |