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/msvc9 | |
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/msvc9')
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index baa6157bd5..247d60dc81 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -100,6 +100,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -191,6 +194,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -382,6 +388,10 @@ > </File> <File + RelativePath="..\..\common\queue.h" + > + </File> + <File RelativePath="..\..\common\rect.h" > </File> @@ -1461,6 +1471,14 @@ Name="engines" > <File + RelativePath="..\..\engines\dialogs.cpp" + > + </File> + <File + RelativePath="..\..\engines\dialogs.h" + > + </File> + <File RelativePath="..\..\engines\engine.cpp" > </File> |