diff options
author | Arnaud Boutonné | 2009-06-25 10:03:23 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-06-25 10:03:23 +0000 |
commit | 33a836fc5661d1c3b7fcf73248a32aca63e4e9a5 (patch) | |
tree | e77b791b18d82c9f69c216cfe6e3f8872125e711 /dists/msvc7 | |
parent | 215ffb189d23640237ec25d7cb7ac8c6624958b7 (diff) | |
download | scummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.tar.gz scummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.tar.bz2 scummvm-rg350-33a836fc5661d1c3b7fcf73248a32aca63e4e9a5.zip |
Fix compilation issue for MSVC
svn-id: r41858
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/gob.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 3f8b0a944a..1f74676279 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -173,6 +173,18 @@ RelativePath="..\..\engines\gob\demos\batplayer.h"> </File> <File + RelativePath="..\..\engines\gob\resources.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\resources.h"> + </File> + <File + RelativePath="..\..\engines\gob\totfile.cpp"> + </File> + <File + RelativePath="..\..\engines\gob\totfile.h"> + </File> + <File RelativePath="..\..\engines\gob\script.cpp"> </File> <File |