diff options
author | Filippos Karapetis | 2008-09-06 08:37:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-06 08:37:03 +0000 |
commit | a625e6cfae6f4209a08ac460f4da012bf20a500f (patch) | |
tree | 30a570f9385bbd4e64515cd799daa17d1c100e6e /dists/msvc7 | |
parent | 123acb857ed282e71783c73828eb67608d00b2e2 (diff) | |
download | scummvm-rg350-a625e6cfae6f4209a08ac460f4da012bf20a500f.tar.gz scummvm-rg350-a625e6cfae6f4209a08ac460f4da012bf20a500f.tar.bz2 scummvm-rg350-a625e6cfae6f4209a08ac460f4da012bf20a500f.zip |
Added missing common/archive.*
svn-id: r34381
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index 1fa78cf67d..bbe9f430ae 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -50,8 +50,6 @@ <Tool Name="VCMIDLTool"/> <Tool - Name="VCWebDeploymentTool"/> - <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -109,8 +107,6 @@ <Tool Name="VCMIDLTool"/> <Tool - Name="VCWebDeploymentTool"/> - <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -171,6 +167,12 @@ RelativePath="..\..\common\algorithm.h"> </File> <File + RelativePath="..\..\common\archive.cpp"> + </File> + <File + RelativePath="..\..\common\archive.h"> + </File> + <File RelativePath="..\..\common\array.h"> </File> <File |