diff options
author | Arnaud Boutonné | 2009-05-02 08:53:45 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-05-02 08:53:45 +0000 |
commit | 99e5936a30f28fd2d49817daea6bac0d6bbc5fd6 (patch) | |
tree | a70f2b26c96144089dcd1eb870d0e291fd7fc5cc /dists/msvc9 | |
parent | 64498f074dfd6ebfeddc24cc3a3ee28af57e0160 (diff) | |
download | scummvm-rg350-99e5936a30f28fd2d49817daea6bac0d6bbc5fd6.tar.gz scummvm-rg350-99e5936a30f28fd2d49817daea6bac0d6bbc5fd6.tar.bz2 scummvm-rg350-99e5936a30f28fd2d49817daea6bac0d6bbc5fd6.zip |
Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were teleported to a demos subdir by some evil entity) ;)
svn-id: r40235
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/gob.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj index 36d7ec81b7..747f03f14d 100644 --- a/dists/msvc9/gob.vcproj +++ b/dists/msvc9/gob.vcproj @@ -540,11 +540,11 @@ > </File> <File - RelativePath="..\..\engines\gob\scnplayer.cpp" + RelativePath="..\..\engines\gob\demos\scnplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\scnplayer.h" + RelativePath="..\..\engines\gob\demos\scnplayer.h" > </File> <File @@ -592,19 +592,19 @@ > </File> <File - RelativePath="..\..\engines\gob\batplayer.cpp" + RelativePath="..\..\engines\gob\demos\batplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\batplayer.h" + RelativePath="..\..\engines\gob\demos\batplayer.h" > </File> <File - RelativePath="..\..\engines\gob\demoplayer.cpp" + RelativePath="..\..\engines\gob\demos\demoplayer.cpp" > </File> <File - RelativePath="..\..\engines\gob\demoplayer.h" + RelativePath="..\..\engines\gob\demos\demoplayer.h" > </File> </Files> |