diff options
Diffstat (limited to 'dists')
| -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 9f38585b8e..bb7eac35e0 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -346,6 +346,12 @@ RelativePath="..\..\engines\gob\util.h"> </File> <File + RelativePath="..\..\engines\gob\variables.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\variables.h"> + </File> + <File RelativePath="..\..\engines\gob\video.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index cdd6c4dc75..3d6408cdf5 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -360,6 +360,12 @@ RelativePath="..\..\engines\gob\util.h"> </File> <File + RelativePath="..\..\engines\gob\variables.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\variables.h"> + </File> + <File RelativePath="..\..\engines\gob\video.cpp"> </File> <File diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 62f7756c8a..c178caf8be 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -493,6 +493,14 @@ > </File> <File + RelativePath="..\..\engines\gob\variables.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\variables.h" + > + </File> + <File RelativePath="..\..\engines\gob\video.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 60cb8ddbc3..e6c55519b0 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -494,6 +494,14 @@ > </File> <File + RelativePath="..\..\engines\gob\variables.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\variables.h" + > + </File> + <File RelativePath="..\..\engines\gob\video.cpp" > </File> |
