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