diff options
author | Filippos Karapetis | 2008-11-30 11:05:37 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-11-30 11:05:37 +0000 |
commit | 7f69d3e9a2b0e4c8d1563063c2f5521cf1af039b (patch) | |
tree | 58648bcb7402b4bdc3398a21e34fe533732303e5 /dists | |
parent | 8dcb3cbac08a0550ee425835c4fa752297235409 (diff) | |
download | scummvm-rg350-7f69d3e9a2b0e4c8d1563063c2f5521cf1af039b.tar.gz scummvm-rg350-7f69d3e9a2b0e4c8d1563063c2f5521cf1af039b.tar.bz2 scummvm-rg350-7f69d3e9a2b0e4c8d1563063c2f5521cf1af039b.zip |
Updated the MSVC project files of the kyra engine
svn-id: r35186
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/kyra.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc71/kyra.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc8/kyra.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/kyra.vcproj | 4 |
4 files changed, 16 insertions, 2 deletions
diff --git a/dists/msvc7/kyra.vcproj b/dists/msvc7/kyra.vcproj index 18b42878bf..7d5f2730c2 100644 --- a/dists/msvc7/kyra.vcproj +++ b/dists/msvc7/kyra.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.00" + Version="7,00" Name="kyra" ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}" Keyword="Win32Proj"> @@ -341,6 +341,9 @@ RelativePath="..\..\engines\kyra\sound_lok.cpp"> </File> <File + RelativePath="..\..\engines\kyra\sound_midi.cpp"> + </File> + <File RelativePath="..\..\engines\kyra\sound_towns.cpp"> </File> <File diff --git a/dists/msvc71/kyra.vcproj b/dists/msvc71/kyra.vcproj index b70f187ae9..701f4e57c5 100644 --- a/dists/msvc71/kyra.vcproj +++ b/dists/msvc71/kyra.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.10" + Version="7,10" Name="kyra" ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}" Keyword="Win32Proj"> @@ -355,6 +355,9 @@ RelativePath="..\..\engines\kyra\sound_lok.cpp"> </File> <File + RelativePath="..\..\engines\kyra\sound_midi.cpp"> + </File> + <File RelativePath="..\..\engines\kyra\sound_towns.cpp"> </File> <File diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 8798677947..4ff58ccd88 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -483,6 +483,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_midi.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sound_towns.cpp" > </File> diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj index e65d02f5cd..a9951ffc94 100644 --- a/dists/msvc9/kyra.vcproj +++ b/dists/msvc9/kyra.vcproj @@ -484,6 +484,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_midi.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sound_towns.cpp" > </File> |