diff options
| author | Filippos Karapetis | 2009-05-25 10:32:36 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2009-05-25 10:32:36 +0000 |
| commit | 409c5e0a7eaf8cbca35ca4516e744ab17f237522 (patch) | |
| tree | 2aec821cb6f4c1dcb0fd3a6989b3f720baa1ca64 | |
| parent | d59796fb544fea69d1b2f27f89d6eb30bf5d0780 (diff) | |
| download | scummvm-rg350-409c5e0a7eaf8cbca35ca4516e744ab17f237522.tar.gz scummvm-rg350-409c5e0a7eaf8cbca35ca4516e744ab17f237522.tar.bz2 scummvm-rg350-409c5e0a7eaf8cbca35ca4516e744ab17f237522.zip | |
Updated the MSVC project files of the kyra engine (added sound_lol.cpp)
svn-id: r40881
| -rw-r--r-- | dists/msvc7/kyra.vcproj | 3 | ||||
| -rw-r--r-- | dists/msvc71/kyra.vcproj | 3 | ||||
| -rw-r--r-- | dists/msvc8/kyra.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc9/kyra.vcproj | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/dists/msvc7/kyra.vcproj b/dists/msvc7/kyra.vcproj index 1bdf637a82..768acbe405 100644 --- a/dists/msvc7/kyra.vcproj +++ b/dists/msvc7/kyra.vcproj @@ -362,6 +362,9 @@ RelativePath="..\..\engines\kyra\sound_lok.cpp"> </File> <File + RelativePath="..\..\engines\kyra\sound_lol.cpp"> + </File> + <File RelativePath="..\..\engines\kyra\sound_midi.cpp"> </File> <File diff --git a/dists/msvc71/kyra.vcproj b/dists/msvc71/kyra.vcproj index 5abbd5f8a4..76b2c5c4f6 100644 --- a/dists/msvc71/kyra.vcproj +++ b/dists/msvc71/kyra.vcproj @@ -376,6 +376,9 @@ RelativePath="..\..\engines\kyra\sound_lok.cpp"> </File> <File + RelativePath="..\..\engines\kyra\sound_lol.cpp"> + </File> + <File RelativePath="..\..\engines\kyra\sound_midi.cpp"> </File> <File diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index f115314e67..aba4e5ba95 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -511,6 +511,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_lol.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sound_midi.cpp" > </File> diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj index bf9e41b7cb..a81301d89d 100644 --- a/dists/msvc9/kyra.vcproj +++ b/dists/msvc9/kyra.vcproj @@ -512,6 +512,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_lol.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sound_midi.cpp" > </File> |
