diff options
author | Filippos Karapetis | 2008-09-02 07:32:09 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-02 07:32:09 +0000 |
commit | 26b9ae0cd9b6ceca915b429793fc65363d730c49 (patch) | |
tree | f7f29410bc93feb2e4afbb8961cfed7ff341361d /dists/msvc7 | |
parent | 4ab5d3fdc4c6692c48a3c01d26fffa5bd8f5c335 (diff) | |
download | scummvm-rg350-26b9ae0cd9b6ceca915b429793fc65363d730c49.tar.gz scummvm-rg350-26b9ae0cd9b6ceca915b429793fc65363d730c49.tar.bz2 scummvm-rg350-26b9ae0cd9b6ceca915b429793fc65363d730c49.zip |
Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)
svn-id: r34269
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index e1208df5ef..48c2960a7b 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -50,6 +50,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -105,6 +107,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -255,6 +259,9 @@ RelativePath="..\..\common\ptr.h"> </File> <File + RelativePath="..\..\common\queue.h"> + </File> + <File RelativePath="..\..\common\rect.h"> </File> <File @@ -1068,6 +1075,12 @@ <Filter Name="engines"> <File + RelativePath="..\..\engines\dialogs.cpp"> + </File> + <File + RelativePath="..\..\engines\dialogs.h"> + </File> + <File RelativePath="..\..\engines\engine.cpp"> </File> <File |