diff options
author | Norbert Lange | 2009-07-01 14:45:24 +0000 |
---|---|---|
committer | Norbert Lange | 2009-07-01 14:45:24 +0000 |
commit | abef70f4e14f495b20097cb46411d1fafbafdd53 (patch) | |
tree | 27462f82f352b303ac059dd275466930c88b2de6 /dists/msvc8/gob.vcproj | |
parent | 3b94e2488df9a699a899727515ac69af6a0a1a6e (diff) | |
parent | f9298ff40310149779b37ccdecc873afba7adf2f (diff) | |
download | scummvm-rg350-abef70f4e14f495b20097cb46411d1fafbafdd53.tar.gz scummvm-rg350-abef70f4e14f495b20097cb46411d1fafbafdd53.tar.bz2 scummvm-rg350-abef70f4e14f495b20097cb46411d1fafbafdd53.zip |
Merging in changes from trunk
svn-id: r41989
Diffstat (limited to 'dists/msvc8/gob.vcproj')
-rw-r--r-- | dists/msvc8/gob.vcproj | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index dd95afb3f7..3df12a8403 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -259,6 +259,30 @@ > </File> <File + RelativePath="..\..\engines\gob\resources.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\resources.h" + > + </File> + <File + RelativePath="..\..\engines\gob\totfile.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\totfile.h" + > + </File> + <File + RelativePath="..\..\engines\gob\script.cpp" + > + </File> + <File + RelativePath="..\..\engines\gob\script.h" + > + </File> + <File RelativePath="..\..\engines\gob\dataio.cpp" > </File> @@ -483,11 +507,11 @@ > </File> <File - RelativePath="..\..\engines\gob\parse.cpp" + RelativePath="..\..\engines\gob\expression.cpp" > </File> <File - RelativePath="..\..\engines\gob\parse.h" + RelativePath="..\..\engines\gob\expression.h" > </File> <File |