diff options
| author | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
| commit | 2028f0658b2bb95e2390aba8fd995271fe4e41d6 (patch) | |
| tree | 0b468a4234b90588e7b7e799b7581b57800add2d /win/VC90 | |
| parent | 8507b7da9902303189e9d01c8c23d1aaf8d656bd (diff) | |
Removed mtmaps OpenMP
Implement mtmaps based on ACE
For stable work MapUpdate.Threads=2 in config
--HG--
branch : trunk
Diffstat (limited to 'win/VC90')
| -rw-r--r-- | win/VC90/game.vcproj | 8 | ||||
| -rw-r--r-- | win/VC90/shared.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index c9f6e1e7c12..8266c4a7a6c 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -823,6 +823,14 @@ > </File> <File + RelativePath="..\..\src\game\MapUpdater.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MapUpdater.h" + > + </File> + <File RelativePath="..\..\src\game\MiscHandler.cpp" > </File> diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj index da5e188f411..e22646fcd1b 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -860,6 +860,14 @@ > </File> <File + RelativePath="..\..\src\shared\DelayExecutor.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\DelayExecutor.h" + > + </File> + <File RelativePath="..\..\src\shared\LockedQueue.h" > </File> |
