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 | |
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')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 10 | ||||
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 10 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 14 | ||||
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 14 |
4 files changed, 28 insertions, 20 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 diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index 153173ef14..74778b378a 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -50,8 +50,6 @@ <Tool Name="VCMIDLTool"/> <Tool - Name="VCWebDeploymentTool"/> - <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -115,8 +113,6 @@ <Tool Name="VCMIDLTool"/> <Tool - Name="VCWebDeploymentTool"/> - <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -185,6 +181,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 diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index e9df63bbae..b9666130cf 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -97,9 +97,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -191,9 +188,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -265,6 +259,14 @@ > </File> <File + RelativePath="..\..\common\archive.cpp" + > + </File> + <File + RelativePath="..\..\common\archive.h" + > + </File> + <File RelativePath="..\..\common\array.h" > </File> diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index ad67e30c67..71fe427062 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -100,9 +100,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -196,9 +193,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -270,6 +264,14 @@ > </File> <File + RelativePath="..\..\common\archive.cpp" + > + </File> + <File + RelativePath="..\..\common\archive.h" + > + </File> + <File RelativePath="..\..\common\array.h" > </File> |