diff options
author | Paweł Kołodziejski | 2006-02-05 12:58:19 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-02-05 12:58:19 +0000 |
commit | fefb38d17a91080b6815ac85776b374ff05f4367 (patch) | |
tree | 5e1a8c2d0f75a993008f4324592ce6350a8f6332 | |
parent | c0d4faf383b713f892d580031552f1b7c869eba2 (diff) | |
download | scummvm-rg350-fefb38d17a91080b6815ac85776b374ff05f4367.tar.gz scummvm-rg350-fefb38d17a91080b6815ac85776b374ff05f4367.tar.bz2 scummvm-rg350-fefb38d17a91080b6815ac85776b374ff05f4367.zip |
update
svn-id: r20393
-rw-r--r-- | dists/msvc8/gob.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc8/scumm.vcproj | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 891d7aa77c..22f134dc08 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -303,6 +303,14 @@ > </File> <File + RelativePath="..\..\gob\parse_v1.cpp" + > + </File> + <File + RelativePath="..\..\gob\parse_v2.cpp" + > + </File> + <File RelativePath="..\..\gob\scenery.cpp" > </File> diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index 11e108ba23..fa613d3907 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -444,6 +444,10 @@ > </File> <File + RelativePath="..\..\scumm\intern_he.h" + > + </File> + <File RelativePath="..\..\scumm\logic_he.cpp" > </File> |