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/msvc7 | |
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/msvc7')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 6 |
1 files changed, 3 insertions, 3 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 |