diff options
author | Filippos Karapetis | 2008-05-04 22:29:19 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-05-04 22:29:19 +0000 |
commit | 665caae8b4e06a8a87ab41de0f2361bba4c7cf4f (patch) | |
tree | 368f22aec208d975fc5c507420590332b5b7e0b8 /dists/msvc9 | |
parent | e45a9d42e26c70d9eeb3bfa11408bc0d33c7b69b (diff) | |
download | scummvm-rg350-665caae8b4e06a8a87ab41de0f2361bba4c7cf4f.tar.gz scummvm-rg350-665caae8b4e06a8a87ab41de0f2361bba4c7cf4f.tar.bz2 scummvm-rg350-665caae8b4e06a8a87ab41de0f2361bba4c7cf4f.zip |
Updated the kyra MSVC project files
svn-id: r31869
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/kyra.vcproj | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj index 6b198f4094..b004e9463e 100644 --- a/dists/msvc9/kyra.vcproj +++ b/dists/msvc9/kyra.vcproj @@ -202,27 +202,35 @@ > </File> <File - RelativePath="..\..\engines\kyra\gui_v1.cpp" + RelativePath="..\..\engines\kyra\gui_hof.cpp" > </File> <File - RelativePath="..\..\engines\kyra\gui_v1.h" + RelativePath="..\..\engines\kyra\gui_hof.h" > </File> <File - RelativePath="..\..\engines\kyra\gui_v2.cpp" + RelativePath="..\..\engines\kyra\gui_mr.cpp" > </File> <File - RelativePath="..\..\engines\kyra\gui_v2.h" + RelativePath="..\..\engines\kyra\gui_mr.h" > </File> <File - RelativePath="..\..\engines\kyra\gui_v3.cpp" + RelativePath="..\..\engines\kyra\gui_v1.cpp" > </File> <File - RelativePath="..\..\engines\kyra\gui_v3.h" + RelativePath="..\..\engines\kyra\gui_v1.h" + > + </File> + <File + RelativePath="..\..\engines\kyra\gui_v2.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\gui_v2.h" > </File> <File @@ -418,6 +426,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sequences_v2.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sound.cpp" > </File> |