diff options
author | Jerome Fisher | 2004-11-22 07:25:02 +0000 |
---|---|---|
committer | Jerome Fisher | 2004-11-22 07:25:02 +0000 |
commit | defa86961a6964fa532583e66872dcb4d47cb12d (patch) | |
tree | 5761ed60bdb8e55b288a5a84e6a31c03cd71de77 /dists | |
parent | 856b58965376da25e74ef02f89b3fc19f96d16da (diff) | |
download | scummvm-rg350-defa86961a6964fa532583e66872dcb4d47cb12d.tar.gz scummvm-rg350-defa86961a6964fa532583e66872dcb4d47cb12d.tar.bz2 scummvm-rg350-defa86961a6964fa532583e66872dcb4d47cb12d.zip |
- Hopefully fixed MSVC7 and MSVC8 builds for walkthrough removal and FS changes. I don't have these environments to test in, sorry.
svn-id: r15859
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index ec22e71172..b495bd1a32 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -448,6 +448,9 @@ Name="fs" Filter=""> <File + RelativePath="..\..\backends\fs\fs.cpp"> + </File> + <File RelativePath="..\..\backends\fs\fs.h"> </File> <File @@ -625,9 +628,6 @@ RelativePath="..\..\gui\options.h"> </File> <File - RelativePath="..\..\gui\walkthrough.cpp"> - </File> - <File RelativePath="..\..\gui\walkthrough.h"> </File> <File diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index ff5d02002b..7fa19df5e2 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -609,6 +609,10 @@ Name="fs" > <File + RelativePath="..\..\backends\fs\fs.cpp" + > + </File> + <File RelativePath="..\..\backends\fs\fs.h" > </File> @@ -842,10 +846,6 @@ > </File> <File - RelativePath="..\..\gui\walkthrough.cpp" - > - </File> - <File RelativePath="..\..\gui\walkthrough.h" > </File> |