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