diff options
-rw-r--r-- | dists/msvc7/drascula.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc7/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc71/drascula.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc8/drascula.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc8/gob.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/drascula.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 4 |
8 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/drascula.vcproj b/dists/msvc7/drascula.vcproj index dce4edc34f..ffad970f6d 100644 --- a/dists/msvc7/drascula.vcproj +++ b/dists/msvc7/drascula.vcproj @@ -97,6 +97,9 @@ </Configurations> <Files> <File + RelativePath="..\..\engines\drascula\animation.cpp"> + </File> + <File RelativePath="..\..\engines\drascula\detection.cpp"> </File> <File diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 8cb584d212..a8c856ce17 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -178,6 +178,9 @@ RelativePath="..\..\engines\gob\goblin_v3.cpp"> </File> <File + RelativePath="..\..\engines\gob\goblin_v4.cpp"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc71/drascula.vcproj b/dists/msvc71/drascula.vcproj index ab6fc2d147..7edf2ff4e2 100644 --- a/dists/msvc71/drascula.vcproj +++ b/dists/msvc71/drascula.vcproj @@ -111,6 +111,9 @@ </References> <Files> <File + RelativePath="..\..\engines\drascula\animation.cpp"> + </File> + <File RelativePath="..\..\engines\drascula\detection.cpp"> </File> <File diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 4eb147fba9..ac8960b28c 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -192,6 +192,9 @@ RelativePath="..\..\engines\gob\goblin_v3.cpp"> </File> <File + RelativePath="..\..\engines\gob\goblin_v4.cpp"> + </File> + <File RelativePath="..\..\engines\gob\init.cpp"> </File> <File diff --git a/dists/msvc8/drascula.vcproj b/dists/msvc8/drascula.vcproj index d7a9f90d02..fb45407232 100644 --- a/dists/msvc8/drascula.vcproj +++ b/dists/msvc8/drascula.vcproj @@ -161,6 +161,10 @@ </References> <Files> <File + RelativePath="..\..\engines\drascula\animation.cpp" + > + </File> + <File RelativePath="..\..\engines\drascula\detection.cpp" > </File> diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index b122f3b3c0..04858f540e 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -269,6 +269,10 @@ > </File> <File + RelativePath="..\..\engines\gob\goblin_v4.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> diff --git a/dists/msvc9/drascula.vcproj b/dists/msvc9/drascula.vcproj index f5d37792b5..6e4988f4ba 100644 --- a/dists/msvc9/drascula.vcproj +++ b/dists/msvc9/drascula.vcproj @@ -162,6 +162,10 @@ </References> <Files> <File + RelativePath="..\..\engines\drascula\animation.cpp" + > + </File> + <File RelativePath="..\..\engines\drascula\detection.cpp" > </File> diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index a8ab1969bc..a409f5dd82 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -270,6 +270,10 @@ > </File> <File + RelativePath="..\..\engines\gob\goblin_v4.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\init.cpp" > </File> |