diff options
author | Filippos Karapetis | 2009-05-21 17:28:43 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-21 17:28:43 +0000 |
commit | dfffea1bf4cd4eceb28933f4fc2f1cc76477f0ea (patch) | |
tree | a352bdccba9fdd28adaafe2683bd7e971f8693ca /dists | |
parent | e1b4f63343c3e3f1f9f1f8ebb012b0e0f12478c9 (diff) | |
download | scummvm-rg350-dfffea1bf4cd4eceb28933f4fc2f1cc76477f0ea.tar.gz scummvm-rg350-dfffea1bf4cd4eceb28933f4fc2f1cc76477f0ea.tar.bz2 scummvm-rg350-dfffea1bf4cd4eceb28933f4fc2f1cc76477f0ea.zip |
Updated the MSVC project files of the gob engine (added helper.h)
svn-id: r40769
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index fe5443ff99..f3e87ef681 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -260,6 +260,9 @@ RelativePath="..\..\engines\gob\goblin_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\helper.h"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 18bdc868c8..23fa518047 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -274,6 +274,9 @@ RelativePath="..\..\engines\gob\goblin_v4.cpp"> </File> <File + RelativePath="..\..\engines\gob\helper.h"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 6950d3835e..61f368015a 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -375,6 +375,10 @@ > </File> <File + RelativePath="..\..\engines\gob\helper.h" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 7902441e30..dabba36467 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -376,6 +376,10 @@ > </File> <File + RelativePath="..\..\engines\gob\helper.h" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> |