diff options
author | Filippos Karapetis | 2007-07-29 17:33:17 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-07-29 17:33:17 +0000 |
commit | b8d7b6e448dc25e5f11247fc063af6bffb05d333 (patch) | |
tree | f82cf7abc64f3aef3ce41c88c6956817786f2175 /dists | |
parent | 65abeadcf60f730856f1222573189f2605507729 (diff) | |
download | scummvm-rg350-b8d7b6e448dc25e5f11247fc063af6bffb05d333.tar.gz scummvm-rg350-b8d7b6e448dc25e5f11247fc063af6bffb05d333.tar.bz2 scummvm-rg350-b8d7b6e448dc25e5f11247fc063af6bffb05d333.zip |
Updated the MSVC8 project file of the kyra engine for commits #28294, 28296, 28297
svn-id: r28307
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/kyra.vcproj | 74 |
1 files changed, 69 insertions, 5 deletions
diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 0c32b1ee8a..3391e13620 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -161,11 +161,15 @@ </References> <Files> <File - RelativePath="..\..\engines\kyra\animator.cpp" + RelativePath="..\..\engines\kyra\animator_v1.cpp" > </File> <File - RelativePath="..\..\engines\kyra\animator.h" + RelativePath="..\..\engines\kyra\animator_v1.h" + > + </File> + <File + RelativePath="..\..\engines\kyra\animator_v2.cpp" > </File> <File @@ -181,11 +185,19 @@ > </File> <File - RelativePath="..\..\engines\kyra\gui.cpp" + RelativePath="..\..\engines\kyra\gui_v1.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\gui_v2.cpp" > </File> <File - RelativePath="..\..\engines\kyra\items.cpp" + RelativePath="..\..\engines\kyra\items_v1.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\items_v2.cpp" > </File> <File @@ -229,7 +241,7 @@ > </File> <File - RelativePath="..\..\engines\kyra\saveload.cpp" + RelativePath="..\..\engines\kyra\saveload_v1.cpp" > </File> <File @@ -237,6 +249,14 @@ > </File> <File + RelativePath="..\..\engines\kyra\scene_v1.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\scene_v2.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\screen.cpp" > </File> @@ -245,6 +265,22 @@ > </File> <File + RelativePath="..\..\engines\kyra\screen_v1.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\screen_v1.h" + > + </File> + <File + RelativePath="..\..\engines\kyra\screen_v2.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\screen_v2.h" + > + </File> + <File RelativePath="..\..\engines\kyra\script.cpp" > </File> @@ -257,6 +293,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\script_v2.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\seqplayer.cpp" > </File> @@ -293,6 +333,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_v1.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sprites.cpp" > </File> @@ -313,10 +357,30 @@ > </File> <File + RelativePath="..\..\engines\kyra\text_v1.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\timer.cpp" > </File> <File + RelativePath="..\..\engines\kyra\timer.h" + > + </File> + <File + RelativePath="..\..\engines\kyra\timer_v1.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\timer_v2.cpp" + > + </File> + <File + RelativePath="..\..\engines\kyra\util.h" + > + </File> + <File RelativePath="..\..\engines\kyra\vqa.cpp" > </File> |