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 | |
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
-rw-r--r-- | dists/msvc7/gob.vcproj | 12 | ||||
-rw-r--r-- | dists/msvc71/gob.vcproj | 12 | ||||
-rw-r--r-- | dists/msvc9/gob.vcproj | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/dists/msvc7/gob.vcproj b/dists/msvc7/gob.vcproj index 8ed1674e5c..d5eed1df67 100644 --- a/dists/msvc7/gob.vcproj +++ b/dists/msvc7/gob.vcproj @@ -383,10 +383,10 @@ RelativePath="..\..\engines\gob\scenery_v2.cpp"> </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 RelativePath="..\..\engines\gob\util.cpp"> @@ -422,16 +422,16 @@ RelativePath="..\..\engines\gob\videoplayer.h"> </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> <Globals> diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 04d31f10d7..1055959cca 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -397,10 +397,10 @@ RelativePath="..\..\engines\gob\scenery_v2.cpp"> </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 RelativePath="..\..\engines\gob\util.cpp"> @@ -436,16 +436,16 @@ RelativePath="..\..\engines\gob\videoplayer.h"> </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> <Globals> 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> |