diff options
author | Filippos Karapetis | 2008-12-09 17:36:28 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-09 17:36:28 +0000 |
commit | 005c63f794d1b5509d22e027fd59d00448eab4b2 (patch) | |
tree | 0421902a990ad44998a007c76f6862e8b29b321f /dists | |
parent | 99322bf68f7b21e53265b02ceaf06c4a85e59da9 (diff) | |
download | scummvm-rg350-005c63f794d1b5509d22e027fd59d00448eab4b2.tar.gz scummvm-rg350-005c63f794d1b5509d22e027fd59d00448eab4b2.tar.bz2 scummvm-rg350-005c63f794d1b5509d22e027fd59d00448eab4b2.zip |
Updated the MSVN project files of the gob engine
svn-id: r35291
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/gob.vcproj | 11 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 11 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 12 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 12 |
4 files changed, 44 insertions, 2 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 99edd6deb2..cb187f4063 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.00" + Version="7,00" Name="gob" ProjectGUID="{976D947A-A45F-4437-991E-412F695C64C7}" Keyword="Win32Proj"> @@ -239,6 +239,15 @@ RelativePath="..\..\engines\gob\goblin_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\indeo3.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\indeo3.h"> + </File> + <File + RelativePath="..\..\engines\gob\indeo3data.h"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 972e8ab12e..1f43b05c5d 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.10" + Version="7,10" Name="gob" ProjectGUID="{976D947A-A45F-4437-991E-412F695C64C7}" Keyword="Win32Proj"> @@ -253,6 +253,15 @@ RelativePath="..\..\engines\gob\goblin_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\indeo3.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\indeo3.h"> + </File> + <File + RelativePath="..\..\engines\gob\indeo3data.h"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 982f7e3f0c..10289f720c 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -347,6 +347,18 @@ > </File> <File + RelativePath="..\..\engines\gob\indeo3.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\indeo3.h" + > + </File> + <File + RelativePath="..\..\engines\gob\indeo3data.h" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 0ebeb75f20..23199d74ab 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -348,6 +348,18 @@ > </File> <File + RelativePath="..\..\engines\gob\indeo3.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\indeo3.h" + > + </File> + <File + RelativePath="..\..\engines\gob\indeo3data.h" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> |