diff options
author | Paweł Kołodziejski | 2006-01-05 20:55:26 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-01-05 20:55:26 +0000 |
commit | d555d1bd4a69cfbdc4946e8eb0af98974c772f23 (patch) | |
tree | 818ec2c3e2449f390e652c2a568d40db81cd763d | |
parent | d397e7d96f81540457a00b8e909f89afa771d622 (diff) | |
download | scummvm-rg350-d555d1bd4a69cfbdc4946e8eb0af98974c772f23.tar.gz scummvm-rg350-d555d1bd4a69cfbdc4946e8eb0af98974c772f23.tar.bz2 scummvm-rg350-d555d1bd4a69cfbdc4946e8eb0af98974c772f23.zip |
update
svn-id: r19920
-rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc8/kyra.vcproj | 28 | ||||
-rw-r--r-- | dists/msvc8/scumm.vcproj | 4 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 4fdbacaee7..794321a06e 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -247,6 +247,14 @@ > </File> <File + RelativePath="..\..\gob\inter_v1.cpp" + > + </File> + <File + RelativePath="..\..\gob\inter_v2.cpp" + > + </File> + <File RelativePath="..\..\gob\map.cpp" > </File> diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index af3e1412bc..9b79525cac 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -159,6 +159,14 @@ </References> <Files> <File + RelativePath="..\..\kyra\animator.cpp" + > + </File> + <File + RelativePath="..\..\kyra\animator.h" + > + </File> + <File RelativePath="..\..\kyra\debugger.cpp" > </File> @@ -167,6 +175,10 @@ > </File> <File + RelativePath="..\..\kyra\gui.cpp" + > + </File> + <File RelativePath="..\..\kyra\kyra.cpp" > </File> @@ -183,6 +195,10 @@ > </File> <File + RelativePath="..\..\kyra\saveload.cpp" + > + </File> + <File RelativePath="..\..\kyra\screen.cpp" > </File> @@ -231,6 +247,18 @@ > </File> <File + RelativePath="..\..\kyra\text.cpp" + > + </File> + <File + RelativePath="..\..\kyra\text.h" + > + </File> + <File + RelativePath="..\..\kyra\timer.cpp" + > + </File> + <File RelativePath="..\..\kyra\wsamovie.cpp" > </File> diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index 0238da7d2b..11e108ba23 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -648,6 +648,10 @@ > </File> <File + RelativePath="..\..\scumm\sound_he.cpp" + > + </File> + <File RelativePath="..\..\scumm\sprite_he.cpp" > </File> |