diff options
author | Filippos Karapetis | 2009-05-29 14:18:46 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-29 14:18:46 +0000 |
commit | f728ddefd0afcb09a81c679f3be02e82ff644683 (patch) | |
tree | c2df119385fddccade6871c77b78874a181dd13c /dists/msvc7 | |
parent | 7d0c8615068c999ab465475c088f777d18ae3adf (diff) | |
download | scummvm-rg350-f728ddefd0afcb09a81c679f3be02e82ff644683.tar.gz scummvm-rg350-f728ddefd0afcb09a81c679f3be02e82ff644683.tar.bz2 scummvm-rg350-f728ddefd0afcb09a81c679f3be02e82ff644683.zip |
Updated the MSVC project files of the SCI engine with the latest changes, and synced the MSVC7 project file of the kyra engine
svn-id: r40998
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/kyra.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/sci.vcproj | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/dists/msvc7/kyra.vcproj b/dists/msvc7/kyra.vcproj index fb897d7dd5..cf1bee5dde 100644 --- a/dists/msvc7/kyra.vcproj +++ b/dists/msvc7/kyra.vcproj @@ -371,10 +371,10 @@ RelativePath="..\..\engines\kyra\sound_midi.cpp"> </File> <File - RelativePath="..\..\engines\kyra\sound_towns.cpp"> + RelativePath="..\..\engines\kyra\sound_pcspk.cpp"> </File> <File - RelativePath="..\..\engines\kyra\sound_pcspk.cpp"> + RelativePath="..\..\engines\kyra\sound_towns.cpp"> </File> <File RelativePath="..\..\engines\kyra\sprites.cpp"> diff --git a/dists/msvc7/sci.vcproj b/dists/msvc7/sci.vcproj index 6720136899..ddad383af1 100644 --- a/dists/msvc7/sci.vcproj +++ b/dists/msvc7/sci.vcproj @@ -322,10 +322,7 @@ RelativePath="..\..\engines\sci\gfx\res_pic.cpp"> </File> <File - RelativePath="..\..\engines\sci\gfx\res_view0.cpp"> - </File> - <File - RelativePath="..\..\engines\sci\gfx\res_view1.cpp"> + RelativePath="..\..\engines\sci\gfx\res_view.cpp"> </File> <File RelativePath="..\..\engines\sci\gfx\seq_decoder.cpp"> @@ -337,12 +334,6 @@ <Filter Name="sfx"> <File - RelativePath="..\..\engines\sci\sfx\adlib_sbi.cpp"> - </File> - <File - RelativePath="..\..\engines\sci\sfx\adlib_sbi.h"> - </File> - <File RelativePath="..\..\engines\sci\sfx\core.cpp"> </File> <File |