diff options
-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> |