diff options
| author | Kari Salminen | 2008-05-02 12:11:56 +0000 |
|---|---|---|
| committer | Kari Salminen | 2008-05-02 12:11:56 +0000 |
| commit | 6aa29364fa2bea6712ea33bfc4d4a32405e91545 (patch) | |
| tree | b39dfd361d2dd84c88e5d1350a549edab9aacd4a | |
| parent | d1ef9aa2131502cd4d1e9cc0e36c330fa7a259cd (diff) | |
| download | scummvm-rg350-6aa29364fa2bea6712ea33bfc4d4a32405e91545.tar.gz scummvm-rg350-6aa29364fa2bea6712ea33bfc4d4a32405e91545.tar.bz2 scummvm-rg350-6aa29364fa2bea6712ea33bfc4d4a32405e91545.zip | |
Update MSVC project files (For gob/goblin_v4.cpp and drascula/animation.cpp).
svn-id: r31811
| -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> |
