diff options
author | Kari Salminen | 2008-03-31 23:59:27 +0000 |
---|---|---|
committer | Kari Salminen | 2008-03-31 23:59:27 +0000 |
commit | 3c52cfecefc34a89a56520083fe97a63032f6bd6 (patch) | |
tree | 614c95bd54382907ba351b4f0dbb880dd6ba5e04 /dists | |
parent | 06749f3fcc2a8d72eb575f3aba18efbf780b8178 (diff) | |
download | scummvm-rg350-3c52cfecefc34a89a56520083fe97a63032f6bd6.tar.gz scummvm-rg350-3c52cfecefc34a89a56520083fe97a63032f6bd6.tar.bz2 scummvm-rg350-3c52cfecefc34a89a56520083fe97a63032f6bd6.zip |
Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the project file).
svn-id: r31345
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index e25c9a7c27..91c459299b 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -345,6 +345,14 @@ > </File> <File + RelativePath="..\..\common\memorypool.cpp" + > + </File> + <File + RelativePath="..\..\common\memorypool.h" + > + </File> + <File RelativePath="..\..\common\mutex.cpp" > </File> diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index e27e554e6e..79188b68e7 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -350,6 +350,14 @@ > </File> <File + RelativePath="..\..\common\memorypool.cpp" + > + </File> + <File + RelativePath="..\..\common\memorypool.h" + > + </File> + <File RelativePath="..\..\common\mutex.cpp" > </File> |