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