diff options
| author | Filippos Karapetis | 2008-05-14 12:27:23 +0000 | 
|---|---|---|
| committer | Filippos Karapetis | 2008-05-14 12:27:23 +0000 | 
| commit | b4a8f498eefb6606397c39d68e4c33413944d4ed (patch) | |
| tree | b1c3f9499c3995d1faf619abfd6c4ef7a375f4fb | |
| parent | f63a2b39e77129c9e964a74d3cd13c5f285df01b (diff) | |
| download | scummvm-rg350-b4a8f498eefb6606397c39d68e4c33413944d4ed.tar.gz scummvm-rg350-b4a8f498eefb6606397c39d68e4c33413944d4ed.tar.bz2 scummvm-rg350-b4a8f498eefb6606397c39d68e4c33413944d4ed.zip | |
Updated the MSVC project files of the MADE engine
svn-id: r32110
| -rw-r--r-- | dists/msvc7/made.vcproj | 12 | ||||
| -rw-r--r-- | dists/msvc71/made.vcproj | 12 | ||||
| -rw-r--r-- | dists/msvc8/made.vcproj | 14 | ||||
| -rw-r--r-- | dists/msvc9/made.vcproj | 14 | 
4 files changed, 12 insertions, 40 deletions
| diff --git a/dists/msvc7/made.vcproj b/dists/msvc7/made.vcproj index 6f4caa8154..f765eb8a94 100644 --- a/dists/msvc7/made.vcproj +++ b/dists/msvc7/made.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1252"?>  <VisualStudioProject  	ProjectType="Visual C++"  	Version="7.00" @@ -154,16 +154,10 @@  			RelativePath="..\..\engines\made\script.h">  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs.h"> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp"> +			RelativePath="..\..\engines\made\scriptfuncs.cpp">  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp"> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp"> +			RelativePath="..\..\engines\made\scriptfuncs.h">  		</File>  		<File  			RelativePath="..\..\engines\made\sound.cpp"> diff --git a/dists/msvc71/made.vcproj b/dists/msvc71/made.vcproj index 1ddc1ce245..158fb5e277 100644 --- a/dists/msvc71/made.vcproj +++ b/dists/msvc71/made.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1252"?>  <VisualStudioProject  	ProjectType="Visual C++"  	Version="7.10" @@ -168,16 +168,10 @@  			RelativePath="..\..\engines\made\script.h">  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs.h"> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp"> +			RelativePath="..\..\engines\made\scriptfuncs.cpp">  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp"> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp"> +			RelativePath="..\..\engines\made\scriptfuncs.h">  		</File>  		<File  			RelativePath="..\..\engines\made\sound.cpp"> diff --git a/dists/msvc8/made.vcproj b/dists/msvc8/made.vcproj index 7f7ec6e454..c2c226ff75 100644 --- a/dists/msvc8/made.vcproj +++ b/dists/msvc8/made.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1252"?>  <VisualStudioProject  	ProjectType="Visual C++"  	Version="8,00" @@ -237,19 +237,11 @@  			>  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs.h" -			> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp" +			RelativePath="..\..\engines\made\scriptfuncs.cpp"  			>  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp" -			> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp" +			RelativePath="..\..\engines\made\scriptfuncs.h"  			>  		</File>  		<File diff --git a/dists/msvc9/made.vcproj b/dists/msvc9/made.vcproj index 17b619911f..ebb3323bc2 100644 --- a/dists/msvc9/made.vcproj +++ b/dists/msvc9/made.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1252"?>  <VisualStudioProject  	ProjectType="Visual C++"  	Version="9,00" @@ -238,19 +238,11 @@  			>  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs.h" -			> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp" +			RelativePath="..\..\engines\made\scriptfuncs.cpp"  			>  		</File>  		<File -			RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp" -			> -		</File> -		<File -			RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp" +			RelativePath="..\..\engines\made\scriptfuncs.h"  			>  		</File>  		<File | 
