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