diff options
author | Sven Hesse | 2007-04-15 15:04:59 +0000 |
---|---|---|
committer | Sven Hesse | 2007-04-15 15:04:59 +0000 |
commit | ac7b134565b351d1b8d5e100e964cd35788387c9 (patch) | |
tree | d9137ee4f775020c905e02cdedd84c6b0a0e73e6 | |
parent | 7232dba7479e01b69df5cee7b8d968bf6e3e21c2 (diff) | |
download | scummvm-rg350-ac7b134565b351d1b8d5e100e964cd35788387c9.tar.gz scummvm-rg350-ac7b134565b351d1b8d5e100e964cd35788387c9.tar.bz2 scummvm-rg350-ac7b134565b351d1b8d5e100e964cd35788387c9.zip |
Another patch by thebluegr (bug #1700986), adding sound/aiff.cpp and backends/events/default/default-events.cpp
svn-id: r26505
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index ae328d21d1..522dfeff02 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -438,6 +438,14 @@ > </File> <File + RelativePath="..\..\sound\aiff.cpp" + > + </File> + <File + RelativePath="..\..\sound\aiff.h" + > + </File> + <File RelativePath="..\..\sound\audiocd.cpp" > </File> @@ -868,6 +876,22 @@ > </File> </Filter> + <Filter + Name="events" + > + <Filter + Name="default" + > + <File + RelativePath="..\..\backends\events\default\default-events.cpp" + > + </File> + <File + RelativePath="..\..\backends\events\default\default-events.h" + > + </File> + </Filter> + </Filter> </Filter> <Filter Name="gui" |