diff options
-rw-r--r-- | dists/msvc8/saga.vcproj | 12 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 40 |
2 files changed, 40 insertions, 12 deletions
diff --git a/dists/msvc8/saga.vcproj b/dists/msvc8/saga.vcproj index cb97efc45d..112ccd1895 100644 --- a/dists/msvc8/saga.vcproj +++ b/dists/msvc8/saga.vcproj @@ -159,14 +159,6 @@ </References> <Files> <File - RelativePath="..\..\saga\actionmap.cpp" - > - </File> - <File - RelativePath="..\..\saga\actionmap.h" - > - </File> - <File RelativePath="..\..\saga\actor.cpp" > </File> @@ -243,10 +235,6 @@ > </File> <File - RelativePath="..\..\saga\image.h" - > - </File> - <File RelativePath="..\..\saga\input.cpp" > </File> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 8723552144..346e955cb8 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -220,6 +220,10 @@ RelativePath="..\..\base\plugins.h" > </File> + <File + RelativePath="..\..\base\version.h" + > + </File> </Filter> <Filter Name="common" @@ -269,6 +273,14 @@ > </File> <File + RelativePath="..\..\common\mutex.cpp" + > + </File> + <File + RelativePath="..\..\common\mutex.h" + > + </File> + <File RelativePath="..\..\common\rect.h" > </File> @@ -465,6 +477,14 @@ > </File> <File + RelativePath="..\..\sound\flac.cpp" + > + </File> + <File + RelativePath="..\..\sound\flac.h" + > + </File> + <File RelativePath="..\..\sound\fmopl.cpp" > </File> @@ -544,6 +564,14 @@ RelativePath="..\..\sound\vorbis.h" > </File> + <File + RelativePath="..\..\sound\wave.cpp" + > + </File> + <File + RelativePath="..\..\sound\wave.h" + > + </File> <Filter Name="softhsynth" > @@ -944,10 +972,22 @@ > </File> <File + RelativePath="..\..\graphics\fontman.cpp" + > + </File> + <File + RelativePath="..\..\graphics\fontman.h" + > + </File> + <File RelativePath="..\..\graphics\newfont.cpp" > </File> <File + RelativePath="..\..\graphics\newfont_big.cpp" + > + </File> + <File RelativePath="..\..\graphics\scummfont.cpp" > </File> |