diff options
author | Filippos Karapetis | 2009-04-21 23:03:12 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-04-21 23:03:12 +0000 |
commit | 6206ea92bb8f194eec3db85a964018b2f76a16f0 (patch) | |
tree | 6ac70d5e0db05671f098eb107e7de4f711897cb0 | |
parent | bffc442beeadc218387e86c379959ce6d42b9991 (diff) | |
download | scummvm-rg350-6206ea92bb8f194eec3db85a964018b2f76a16f0.tar.gz scummvm-rg350-6206ea92bb8f194eec3db85a964018b2f76a16f0.tar.bz2 scummvm-rg350-6206ea92bb8f194eec3db85a964018b2f76a16f0.zip |
Updated the MSVC project files of the gob engine
svn-id: r40061
-rw-r--r-- | dists/msvc7/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 8 |
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 478fa86470..d2bc99c4d6 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -191,6 +191,9 @@ RelativePath="..\..\engines\gob\draw_bargon.cpp"> </File> <File + RelativePath="..\..\engines\gob\draw_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\draw_v1.cpp"> </File> <File @@ -281,6 +284,9 @@ RelativePath="..\..\engines\gob\inter_bargon.cpp"> </File> <File + RelativePath="..\..\engines\gob\inter_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\inter_v1.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index f00301807f..e2f5112aa5 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -205,6 +205,9 @@ RelativePath="..\..\engines\gob\draw_bargon.cpp"> </File> <File + RelativePath="..\..\engines\gob\draw_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\draw_v1.cpp"> </File> <File @@ -295,6 +298,9 @@ RelativePath="..\..\engines\gob\inter_bargon.cpp"> </File> <File + RelativePath="..\..\engines\gob\inter_fascin.cpp"> + </File> + <File RelativePath="..\..\engines\gob\inter_v1.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 0c1698c227..eac5391f8d 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -283,6 +283,10 @@ > </File> <File + RelativePath="..\..\engines\gob\draw_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\draw_v1.cpp" > </File> @@ -403,6 +407,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\inter_v1.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 8ba1f31bd0..7f302ac51f 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -284,6 +284,10 @@ > </File> <File + RelativePath="..\..\engines\gob\draw_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\draw_v1.cpp" > </File> @@ -404,6 +408,10 @@ > </File> <File + RelativePath="..\..\engines\gob\inter_fascin.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\inter_v1.cpp" > </File> |