diff options
author | Paweł Kołodziejski | 2005-10-19 17:21:50 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-10-19 17:21:50 +0000 |
commit | 2e02a160f473b71d94d931a1e5552d2386bb9052 (patch) | |
tree | 4e4b16929c194b2bf0e878c3393e78608dfc9519 /dists | |
parent | 930c5e29ff838d6f69719ed4607b35c458adc5ab (diff) | |
download | scummvm-rg350-2e02a160f473b71d94d931a1e5552d2386bb9052.tar.gz scummvm-rg350-2e02a160f473b71d94d931a1e5552d2386bb9052.tar.bz2 scummvm-rg350-2e02a160f473b71d94d931a1e5552d2386bb9052.zip |
update
svn-id: r19184
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/kyra.vcproj | 37 | ||||
-rw-r--r-- | dists/msvc8/scumm.vcproj | 9 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 1 |
3 files changed, 31 insertions, 16 deletions
diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 0c51c91b1e..7153213487 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -5,7 +5,6 @@ Name="kyra" ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}" Keyword="Win32Proj" - SignManifests="true" > <Platforms> <Platform @@ -161,59 +160,67 @@ </References> <Files> <File - RelativePath="..\..\kyra\codecs.cpp" + RelativePath="..\..\kyra\kyra.cpp" > </File> <File - RelativePath="..\..\kyra\codecs.h" + RelativePath="..\..\kyra\kyra.h" > </File> <File - RelativePath="..\..\kyra\cpsimage.cpp" + RelativePath="..\..\kyra\resource.cpp" > </File> <File - RelativePath="..\..\kyra\font.cpp" + RelativePath="..\..\kyra\resource.h" > </File> <File - RelativePath="..\..\kyra\kyra.cpp" + RelativePath="..\..\kyra\screen.cpp" > </File> <File - RelativePath="..\..\kyra\kyra.h" + RelativePath="..\..\kyra\screen.h" > </File> <File - RelativePath="..\..\kyra\palette.cpp" + RelativePath="..\..\kyra\script.cpp" > </File> <File - RelativePath="..\..\kyra\resource.cpp" + RelativePath="..\..\kyra\script.h" > </File> <File - RelativePath="..\..\kyra\resource.h" + RelativePath="..\..\kyra\script_v1.cpp" > </File> <File - RelativePath="..\..\kyra\script.cpp" + RelativePath="..\..\kyra\seqplayer.cpp" > </File> <File - RelativePath="..\..\kyra\script.h" + RelativePath="..\..\kyra\seqplayer.h" > </File> <File - RelativePath="..\..\kyra\script_v1.cpp" + RelativePath="..\..\kyra\sound.cpp" > </File> <File - RelativePath="..\..\kyra\sound.cpp" + RelativePath="..\..\kyra\sound.h" > </File> <File - RelativePath="..\..\kyra\sound.h" + RelativePath="..\..\kyra\sprites.cpp" + > + </File> + <File + RelativePath="..\..\kyra\sprites.h" + > + </File> + <File + RelativePath="..\..\kyra\staticres.cpp" > </File> <File diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index c9787b8778..3607777cc6 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -5,7 +5,6 @@ Name="scumm" ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}" Keyword="Win32Proj" - SignManifests="true" > <Platforms> <Platform @@ -390,6 +389,14 @@ > </File> <File + RelativePath="..\..\scumm\floodfill_he.cpp" + > + </File> + <File + RelativePath="..\..\scumm\floodfill_he.h" + > + </File> + <File RelativePath="..\..\scumm\gfx.cpp" > </File> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index f2a0f1ee7f..7e514d9861 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -5,6 +5,7 @@ Name="scummvm" ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}" Keyword="Win32Proj" + SignManifests="true" > <Platforms> <Platform |