diff options
author | Kari Salminen | 2008-05-05 13:09:29 +0000 |
---|---|---|
committer | Kari Salminen | 2008-05-05 13:09:29 +0000 |
commit | 8d4a9b0ad93296b095136dbd3b075bbb2d4736ab (patch) | |
tree | 3d55a1c13986ad39fc21fcc4359f9bba103f99c7 | |
parent | 7191b2c5158615fe46c7587b9645c7f295d993ec (diff) | |
download | scummvm-rg350-8d4a9b0ad93296b095136dbd3b075bbb2d4736ab.tar.gz scummvm-rg350-8d4a9b0ad93296b095136dbd3b075bbb2d4736ab.tar.bz2 scummvm-rg350-8d4a9b0ad93296b095136dbd3b075bbb2d4736ab.zip |
Updated MSVC project files.
svn-id: r31874
-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, 40 insertions, 12 deletions
diff --git a/dists/msvc7/made.vcproj b/dists/msvc7/made.vcproj index f765eb8a94..6f4caa8154 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,10 +154,16 @@ RelativePath="..\..\engines\made\script.h"> </File> <File - RelativePath="..\..\engines\made\scriptfuncs.cpp"> + RelativePath="..\..\engines\made\scriptfuncs.h"> </File> <File - RelativePath="..\..\engines\made\scriptfuncs.h"> + RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp"> + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp"> + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp"> </File> <File RelativePath="..\..\engines\made\sound.cpp"> diff --git a/dists/msvc71/made.vcproj b/dists/msvc71/made.vcproj index 158fb5e277..1ddc1ce245 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,10 +168,16 @@ RelativePath="..\..\engines\made\script.h"> </File> <File - RelativePath="..\..\engines\made\scriptfuncs.cpp"> + RelativePath="..\..\engines\made\scriptfuncs.h"> </File> <File - RelativePath="..\..\engines\made\scriptfuncs.h"> + RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp"> + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp"> + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp"> </File> <File RelativePath="..\..\engines\made\sound.cpp"> diff --git a/dists/msvc8/made.vcproj b/dists/msvc8/made.vcproj index c2c226ff75..7f7ec6e454 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,11 +237,19 @@ > </File> <File - RelativePath="..\..\engines\made\scriptfuncs.cpp" + RelativePath="..\..\engines\made\scriptfuncs.h" > </File> <File - RelativePath="..\..\engines\made\scriptfuncs.h" + RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp" > </File> <File diff --git a/dists/msvc9/made.vcproj b/dists/msvc9/made.vcproj index ebb3323bc2..17b619911f 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,11 +238,19 @@ > </File> <File - RelativePath="..\..\engines\made\scriptfuncs.cpp" + RelativePath="..\..\engines\made\scriptfuncs.h" > </File> <File - RelativePath="..\..\engines\made\scriptfuncs.h" + RelativePath="..\..\engines\made\scriptfuncs_lgop2.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_mhne.cpp" + > + </File> + <File + RelativePath="..\..\engines\made\scriptfuncs_rtz.cpp" > </File> <File |