diff options
author | Eugene Sandulenko | 2007-02-14 22:50:40 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-14 22:50:40 +0000 |
commit | ba45c03306be7dffd6268842af7fa8391c24051d (patch) | |
tree | e6be103835ed2f1da2ef8cd9c7e9f0ecfed5d66b /dists | |
parent | 1393f130c2ed9182099e7f448f53de535652411d (diff) | |
download | scummvm-rg350-ba45c03306be7dffd6268842af7fa8391c24051d.tar.gz scummvm-rg350-ba45c03306be7dffd6268842af7fa8391c24051d.tar.bz2 scummvm-rg350-ba45c03306be7dffd6268842af7fa8391c24051d.zip |
Update MSVC2005 project files.
svn-id: r25595
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/gob.vcproj | 14 | ||||
-rw-r--r-- | dists/msvc8/kyra.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 22 |
3 files changed, 39 insertions, 3 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 5d81678a85..09646cd753 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="8,00" @@ -184,6 +184,10 @@ > </File> <File + RelativePath="..\..\engines\gob\detection.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\draw.cpp" > </File> @@ -192,6 +196,10 @@ > </File> <File + RelativePath="..\..\engines\gob\draw_bargon.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\draw_v1.cpp" > </File> @@ -280,6 +288,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_bargon.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\inter_v1.cpp" > </File> diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 64f8ea3dee..1634a4f432 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="8,00" @@ -280,6 +280,10 @@ > </File> <File + RelativePath="..\..\engines\kyra\sound_towns.cpp" + > + </File> + <File RelativePath="..\..\engines\kyra\sprites.cpp" > </File> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 26a34d271a..4d068593b2 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1250"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="8,00" @@ -208,6 +208,10 @@ > </File> <File + RelativePath="..\..\base\game.cpp" + > + </File> + <File RelativePath="..\..\base\game.h" > </File> @@ -707,6 +711,14 @@ Name="mods" > <File + RelativePath="..\..\sound\mods\infogrames.cpp" + > + </File> + <File + RelativePath="..\..\sound\mods\infogrames.h" + > + </File> + <File RelativePath="..\..\sound\mods\module.cpp" > </File> @@ -715,6 +727,14 @@ > </File> <File + RelativePath="..\..\sound\mods\paula.cpp" + > + </File> + <File + RelativePath="..\..\sound\mods\paula.h" + > + </File> + <File RelativePath="..\..\sound\mods\protracker.cpp" > </File> |