diff options
author | Stephen Kennedy | 2008-07-03 22:38:19 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-07-03 22:38:19 +0000 |
commit | 5106bf4286e73c4c4011120ebcc47d97de28a3c4 (patch) | |
tree | 2a87ef5b88fc161564c7d76ef7b6d7d9af2de530 /dists | |
parent | 7c60bb50e8f8a95d4f5b6bb38eb156417106a135 (diff) | |
download | scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.tar.gz scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.tar.bz2 scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.zip |
VirtualKeyboardParser mostly completed - needs to be tested
svn-id: r32900
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index b144dc0b79..f288cf0583 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="scummvm" ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}" RootNamespace="scummvm" @@ -335,6 +335,14 @@ > </File> <File + RelativePath="..\..\common\imageMap.cpp" + > + </File> + <File + RelativePath="..\..\common\imageMap.h" + > + </File> + <File RelativePath="..\..\common\keyboard.h" > </File> @@ -379,6 +387,14 @@ > </File> <File + RelativePath="..\..\common\polygon.cpp" + > + </File> + <File + RelativePath="..\..\common\polygon.h" + > + </File> + <File RelativePath="..\..\common\ptr.h" > </File> @@ -395,6 +411,10 @@ > </File> <File + RelativePath="..\..\common\shape.h" + > + </File> + <File RelativePath="..\..\common\singleton.h" > </File> @@ -455,6 +475,14 @@ > </File> <File + RelativePath="..\..\common\xmlparser.cpp" + > + </File> + <File + RelativePath="..\..\common\xmlparser.h" + > + </File> + <File RelativePath="..\..\common\zlib.cpp" > </File> @@ -1218,6 +1246,22 @@ > </File> <File + RelativePath="..\..\gui\virtualKeyboard.cpp" + > + </File> + <File + RelativePath="..\..\gui\virtualKeyboard.h" + > + </File> + <File + RelativePath="..\..\gui\virtualKeyboardParser.cpp" + > + </File> + <File + RelativePath="..\..\gui\virtualKeyboardParser.h" + > + </File> + <File RelativePath="..\..\gui\widget.cpp" > </File> |