diff options
author | Filippos Karapetis | 2008-04-06 09:08:57 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-06 09:08:57 +0000 |
commit | 0d33f62eb7b7d95887613181be46f2d3ef183cb4 (patch) | |
tree | beea5ea8fbb06fefe184294084c12042263c7665 | |
parent | 27816d8c8bd1c3d4dfbacf5d3973825c9085f349 (diff) | |
download | scummvm-rg350-0d33f62eb7b7d95887613181be46f2d3ef183cb4.tar.gz scummvm-rg350-0d33f62eb7b7d95887613181be46f2d3ef183cb4.tar.bz2 scummvm-rg350-0d33f62eb7b7d95887613181be46f2d3ef183cb4.zip |
Updated parallaction MSVC project files for commit #31415
svn-id: r31417
-rw-r--r-- | dists/msvc7/parallaction.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc71/parallaction.vcproj | 5 | ||||
-rw-r--r-- | dists/msvc8/parallaction.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc9/parallaction.vcproj | 6 |
4 files changed, 4 insertions, 18 deletions
diff --git a/dists/msvc7/parallaction.vcproj b/dists/msvc7/parallaction.vcproj index 9349f7c828..ecfa743b2c 100644 --- a/dists/msvc7/parallaction.vcproj +++ b/dists/msvc7/parallaction.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1252"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" @@ -109,9 +109,6 @@ RelativePath="..\..\engines\parallaction\debug.h"> </File> <File - RelativePath="..\..\engines\parallaction\defs.h"> - </File> - <File RelativePath="..\..\engines\parallaction\detection.cpp"> </File> <File diff --git a/dists/msvc71/parallaction.vcproj b/dists/msvc71/parallaction.vcproj index ae066962be..eb9d5f47da 100644 --- a/dists/msvc71/parallaction.vcproj +++ b/dists/msvc71/parallaction.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1252"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" @@ -123,9 +123,6 @@ RelativePath="..\..\engines\parallaction\debug.h"> </File> <File - RelativePath="..\..\engines\parallaction\defs.h"> - </File> - <File RelativePath="..\..\engines\parallaction\detection.cpp"> </File> <File diff --git a/dists/msvc8/parallaction.vcproj b/dists/msvc8/parallaction.vcproj index ddc541a36c..3b94915250 100644 --- a/dists/msvc8/parallaction.vcproj +++ b/dists/msvc8/parallaction.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" @@ -177,10 +177,6 @@ > </File> <File - RelativePath="..\..\engines\parallaction\defs.h" - > - </File> - <File RelativePath="..\..\engines\parallaction\detection.cpp" > </File> diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj index fccc6137e3..cd2566b468 100644 --- a/dists/msvc9/parallaction.vcproj +++ b/dists/msvc9/parallaction.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1252"?> +<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" @@ -178,10 +178,6 @@ > </File> <File - RelativePath="..\..\engines\parallaction\defs.h" - > - </File> - <File RelativePath="..\..\engines\parallaction\detection.cpp" > </File> |