diff options
author | Kari Salminen | 2007-08-13 14:52:09 +0000 |
---|---|---|
committer | Kari Salminen | 2007-08-13 14:52:09 +0000 |
commit | 2dcdbd12af128fbbe02fbe0d4ece207d9f9721ad (patch) | |
tree | 3244fc3e4fd291e49f6e6cfaea48290a195349f2 /dists/msvc8 | |
parent | c0cde76df9d0494a233fb2406fca807df75e8c48 (diff) | |
download | scummvm-rg350-2dcdbd12af128fbbe02fbe0d4ece207d9f9721ad.tar.gz scummvm-rg350-2dcdbd12af128fbbe02fbe0d4ece207d9f9721ad.tar.bz2 scummvm-rg350-2dcdbd12af128fbbe02fbe0d4ece207d9f9721ad.zip |
Add gob-engine's map_v4.cpp to gob.vcproj. Fixes compilation with msvc8.
svn-id: r28593
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/gob.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 54b193f557..3a0f442d4a 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -333,6 +333,10 @@ > </File> <File + RelativePath="..\..\engines\gob\map_v4.cpp" + > + </File> + <File RelativePath="..\..\engines\gob\mult.cpp" > </File> |