diff options
author | Filippos Karapetis | 2009-05-21 10:52:13 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-21 10:52:13 +0000 |
commit | 6bc543d4999f8f2c594d13e9d68fa3bdc53e668b (patch) | |
tree | 84d20cca886f4e9db9ea576fa298312b1dff5535 /dists/msvc8 | |
parent | 11251cf296db70373c00f1761c8b4e6208426618 (diff) | |
download | scummvm-rg350-6bc543d4999f8f2c594d13e9d68fa3bdc53e668b.tar.gz scummvm-rg350-6bc543d4999f8f2c594d13e9d68fa3bdc53e668b.tar.bz2 scummvm-rg350-6bc543d4999f8f2c594d13e9d68fa3bdc53e668b.zip |
Updated the MSVC project files with the latest changes to file structure
svn-id: r40756
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/gob.vcproj | 50 | ||||
-rw-r--r-- | dists/msvc8/sci.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 24 |
3 files changed, 43 insertions, 35 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index ef7a51a840..6950d3835e 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -251,11 +251,11 @@ </File> </Filter> <File - RelativePath="..\..\engines\gob\coktelvideo.cpp" + RelativePath="..\..\engines\gob\demos\batplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\coktelvideo.h" + RelativePath="..\..\engines\gob\demos\batplayer.h" > </File> <File @@ -267,6 +267,14 @@ > </File> <File + RelativePath="..\..\engines\gob\demos\demoplayer.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\demos\demoplayer.h" + > + </File> + <File RelativePath="..\..\engines\gob\detection.cpp" > </File> @@ -311,19 +319,19 @@ > </File> <File - RelativePath="..\..\engines\gob\game_v1.cpp" + RelativePath="..\..\engines\gob\game_fascin.cpp" > </File> <File - RelativePath="..\..\engines\gob\game_v2.cpp" + RelativePath="..\..\engines\gob\game_v1.cpp" > </File> <File - RelativePath="..\..\engines\gob\game_v6.cpp" + RelativePath="..\..\engines\gob\game_v2.cpp" > </File> <File - RelativePath="..\..\engines\gob\game_fascin.cpp" + RelativePath="..\..\engines\gob\game_v6.cpp" > </File> <File @@ -367,18 +375,6 @@ > </File> <File - RelativePath="..\..\engines\gob\indeo3.cpp" - > - </File> - <File - RelativePath="..\..\engines\gob\indeo3.h" - > - </File> - <File - RelativePath="..\..\engines\gob\indeo3data.h" - > - </File> - <File RelativePath="..\..\engines\gob\init.cpp" > </File> @@ -583,27 +579,11 @@ > </File> <File - RelativePath="..\..\engines\gob\videoplayer.h" - > - </File> - <File RelativePath="..\..\engines\gob\videoplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\demos\batplayer.cpp" - > - </File> - <File - RelativePath="..\..\engines\gob\demos\batplayer.h" - > - </File> - <File - RelativePath="..\..\engines\gob\demos\demoplayer.cpp" - > - </File> - <File - RelativePath="..\..\engines\gob\demos\demoplayer.h" + RelativePath="..\..\engines\gob\videoplayer.h" > </File> </Files> diff --git a/dists/msvc8/sci.vcproj b/dists/msvc8/sci.vcproj index a505e46a9e..91092e2af8 100644 --- a/dists/msvc8/sci.vcproj +++ b/dists/msvc8/sci.vcproj @@ -238,6 +238,10 @@ > </File> <File + RelativePath="..\..\engines\sci\engine\kmisc.cpp" + > + </File> + <File RelativePath="..\..\engines\sci\engine\kmovement.cpp" > </File> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 04098e02f8..bf13641015 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1687,6 +1687,30 @@ RelativePath="..\..\graphics\video\video_player.h" > </File> + <Filter + Name="coktelvideo" + > + <File + RelativePath="..\..\graphics\video\coktelvideo\coktelvideo.cpp" + > + </File> + <File + RelativePath="..\..\graphics\video\coktelvideo\coktelvideo.h" + > + </File> + <File + RelativePath="..\..\graphics\video\coktelvideo\indeo3.cpp" + > + </File> + <File + RelativePath="..\..\graphics\video\coktelvideo\indeo3.h" + > + </File> + <File + RelativePath="..\..\graphics\video\coktelvideo\indeo3data.h" + > + </File> + </Filter> </Filter> </Filter> <Filter |