diff options
-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 |