diff options
author | Filippos Karapetis | 2009-05-06 10:03:22 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-06 10:03:22 +0000 |
commit | 494000dab7b4684287703cfe7703426ef05228eb (patch) | |
tree | 7219a5c088c554f78ef3f36b0a138bc55069f9e6 /dists/msvc71 | |
parent | f982011f4e009ca04782a436c58ee3dc06076955 (diff) | |
download | scummvm-rg350-494000dab7b4684287703cfe7703426ef05228eb.tar.gz scummvm-rg350-494000dab7b4684287703cfe7703426ef05228eb.tar.bz2 scummvm-rg350-494000dab7b4684287703cfe7703426ef05228eb.zip |
Updated the MSVC project files of the SCI engine (compilation is broken with SCI under MSVC)
svn-id: r40350
Diffstat (limited to 'dists/msvc71')
-rw-r--r-- | dists/msvc71/sci.vcproj | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/dists/msvc71/sci.vcproj b/dists/msvc71/sci.vcproj index b78f0cb873..2029fb9ec5 100644 --- a/dists/msvc71/sci.vcproj +++ b/dists/msvc71/sci.vcproj @@ -132,9 +132,6 @@ RelativePath="..\..\engines\sci\engine\grammar.cpp"> </File> <File - RelativePath="..\..\engines\sci\engine\heapmgr.h"> - </File> - <File RelativePath="..\..\engines\sci\engine\intmap.cpp"> </File> <File @@ -431,12 +428,24 @@ <Filter Name="softseq"> <File + RelativePath="..\..\engines\sci\sfx\softseq\adlib.cpp"> + </File> + <File + RelativePath="..\..\engines\sci\sfx\softseq\adlib.h"> + </File> + <File RelativePath="..\..\engines\sci\sfx\softseq\amiga.cpp"> </File> <File RelativePath="..\..\engines\sci\sfx\softseq\opl2.cpp"> </File> <File + RelativePath="..\..\engines\sci\sfx\softseq\pcjr.cpp"> + </File> + <File + RelativePath="..\..\engines\sci\sfx\softseq\pcjr.h"> + </File> + <File RelativePath="..\..\engines\sci\sfx\softseq\pcspeaker.cpp"> </File> <File |