diff options
author | Vicent Marti | 2008-05-25 11:20:28 +0000 |
---|---|---|
committer | Vicent Marti | 2008-05-25 11:20:28 +0000 |
commit | a4df37e325c3e91bb07c017fc2bca126fe97070d (patch) | |
tree | c51da9792f10a970e519df8a60e709dd70f3347a /dists/msvc9 | |
parent | 0707968a376e90f4719fa7f2f935e252e936a9f8 (diff) | |
download | scummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.tar.gz scummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.tar.bz2 scummvm-rg350-a4df37e325c3e91bb07c017fc2bca126fe97070d.zip |
Interface Manager class
svn-id: r32267
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index 4877c045e7..5667763fce 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -1081,6 +1081,14 @@ > </File> <File + RelativePath="..\..\gui\InterfaceManager.cpp" + > + </File> + <File + RelativePath="..\..\gui\InterfaceManager.h" + > + </File> + <File RelativePath="..\..\gui\Key.cpp" > </File> @@ -1303,13 +1311,6 @@ <File RelativePath="..\..\graphics\VectorRenderer.cpp" > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> </File> <File RelativePath="..\..\graphics\VectorRenderer.h" |