diff options
author | Arnaud Boutonné | 2009-04-25 00:07:30 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-04-25 00:07:30 +0000 |
commit | e575683c65ff9f03290b48d02e12a567f794568c (patch) | |
tree | 45f46f93030c0e2b7605f5ea4b4be38224bf1eb8 /dists/msvc9 | |
parent | 15eac04bd35593871bd9054f138388dcdf4d47fd (diff) | |
download | scummvm-rg350-e575683c65ff9f03290b48d02e12a567f794568c.tar.gz scummvm-rg350-e575683c65ff9f03290b48d02e12a567f794568c.tar.bz2 scummvm-rg350-e575683c65ff9f03290b48d02e12a567f794568c.zip |
MSVC project files for Gob : Add demoplayer and batplayer needed to compile
svn-id: r40137
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/gob.vcproj | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 3d7bbe09d1..439f8b5547 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -580,11 +580,27 @@ > </File> <File + RelativePath="..\..\engines\gob\videoplayer.h" + > + </File> + <File RelativePath="..\..\engines\gob\videoplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\videoplayer.h" + RelativePath="..\..\engines\gob\batplayer.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\batplayer.h" + > + </File> + <File + RelativePath="..\..\engines\gob\demoplayer.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\demoplayer.h" > </File> </Files> |