diff options
author | Filippos Karapetis | 2008-09-19 10:25:40 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-19 10:25:40 +0000 |
commit | 0068c63f227f8c3f4473011d255e30a46fde9693 (patch) | |
tree | b7392fbafc0a43d39d4865e99ad9ad623b1dc884 /dists/msvc8 | |
parent | 722d134e7e82b20c827abdb01357949158eb9315 (diff) | |
download | scummvm-rg350-0068c63f227f8c3f4473011d255e30a46fde9693.tar.gz scummvm-rg350-0068c63f227f8c3f4473011d255e30a46fde9693.tar.bz2 scummvm-rg350-0068c63f227f8c3f4473011d255e30a46fde9693.zip |
Updated MSVC project files with the latest changes (moved base/game.* to engines/game.*)
svn-id: r34602
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 907b7bd2bc..5247336dc0 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -217,14 +217,6 @@ > </File> <File - RelativePath="..\..\base\game.cpp" - > - </File> - <File - RelativePath="..\..\base\game.h" - > - </File> - <File RelativePath="..\..\base\internal_version.h" > </File> @@ -1500,6 +1492,14 @@ > </File> <File + RelativePath="..\..\engines\game.cpp" + > + </File> + <File + RelativePath="..\..\engines\game.h" + > + </File> + <File RelativePath="..\..\engines\metaengine.h" > </File> |