diff options
| author | KingPin <none@none> | 2008-10-19 21:08:34 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-19 21:08:34 -0500 |
| commit | fcde03a03670caa76b0933dbf3e7a1e95bb2b3be (patch) | |
| tree | d71f1892493c6d9b12aca88a1ceca9c0fc9c981b /win/VC71 | |
| parent | 0cb3a7951811140c2619353c0e3c3b4dd727a63c (diff) | |
[svn] * Fixed compile from r78
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos
* Item 30627 hidden cooldown - Source Mangos
* Fixed Trinityrealm autopatching system - Source Arrai
* Add support for autoconf 2.6.2 and newer - Source Derex
Some decent sized changes, please test before deploying - KP
--HG--
branch : trunk
Diffstat (limited to 'win/VC71')
| -rw-r--r-- | win/VC71/framework.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/VC71/framework.vcproj b/win/VC71/framework.vcproj index deb0e818a4c..59f4f13ea48 100644 --- a/win/VC71/framework.vcproj +++ b/win/VC71/framework.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zl" Optimization="0" - AdditionalIncludeDirectories="..\..\src\framework" + AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" MinimalRebuild="FALSE" BasicRuntimeChecks="3" @@ -73,7 +73,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zl" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\src\framework" + AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="TRUE" MinimalRebuild="FALSE" |
