diff options
author | Filippos Karapetis | 2008-11-19 13:19:11 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-11-19 13:19:11 +0000 |
commit | b74b43a1fafbc28c5a9889610d37ca6f49fa49d5 (patch) | |
tree | 2c670b94de56b8c47310837873717b7f4d015452 /dists | |
parent | 04b048a9c3592a6a0dc492b937b5a4ed4851a14d (diff) | |
download | scummvm-rg350-b74b43a1fafbc28c5a9889610d37ca6f49fa49d5.tar.gz scummvm-rg350-b74b43a1fafbc28c5a9889610d37ca6f49fa49d5.tar.bz2 scummvm-rg350-b74b43a1fafbc28c5a9889610d37ca6f49fa49d5.zip |
Updated the MSVC project files of the groovie engine, for commit #35122
svn-id: r35123
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/groovie.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc71/groovie.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc8/groovie.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/groovie.vcproj | 8 |
4 files changed, 28 insertions, 0 deletions
diff --git a/dists/msvc7/groovie.vcproj b/dists/msvc7/groovie.vcproj index db77c78289..76e084557f 100644 --- a/dists/msvc7/groovie.vcproj +++ b/dists/msvc7/groovie.vcproj @@ -98,6 +98,12 @@ </Configurations> <Files> <File + RelativePath="..\..\engines\groovie\cell.cpp"> + </File> + <File + RelativePath="..\..\engines\groovie\cell.h"> + </File> + <File RelativePath="..\..\engines\groovie\cursor.cpp"> </File> <File diff --git a/dists/msvc71/groovie.vcproj b/dists/msvc71/groovie.vcproj index cac57e30b3..68ba82d2ef 100644 --- a/dists/msvc71/groovie.vcproj +++ b/dists/msvc71/groovie.vcproj @@ -112,6 +112,12 @@ </References> <Files> <File + RelativePath="..\..\engines\groovie\cell.cpp"> + </File> + <File + RelativePath="..\..\engines\groovie\cell.h"> + </File> + <File RelativePath="..\..\engines\groovie\cursor.cpp"> </File> <File diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj index f3427f85f8..ad16ee52ba 100644 --- a/dists/msvc8/groovie.vcproj +++ b/dists/msvc8/groovie.vcproj @@ -161,6 +161,14 @@ </References> <Files> <File + RelativePath="..\..\engines\groovie\cell.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\cell.h" + > + </File> + <File RelativePath="..\..\engines\groovie\cursor.cpp" > </File> diff --git a/dists/msvc9/groovie.vcproj b/dists/msvc9/groovie.vcproj index 5149ddb1e9..bfc09b64fa 100644 --- a/dists/msvc9/groovie.vcproj +++ b/dists/msvc9/groovie.vcproj @@ -162,6 +162,14 @@ </References> <Files> <File + RelativePath="..\..\engines\groovie\cell.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\cell.h" + > + </File> + <File RelativePath="..\..\engines\groovie\cursor.cpp" > </File> |