aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Eckels <eckels@google.com>2012-08-10 14:16:05 -0700
committerLucas Eckels <eckels@google.com>2012-08-10 14:16:05 -0700
commitd54e2f6f6dc2678817421baaa1204ce7fe53ca65 (patch)
tree3add2ad56cb9e66299eccea4db94a410665b288d
parentbf7b5ebcf7ce58764c86ab8c6f00ea1791d64026 (diff)
downloadapache-log4cxx-d54e2f6f6dc2678817421baaa1204ce7fe53ca65.tar.gz
Update log4cxx Windows project for renamed dep paths.
Change-Id: I652aa2aa565855ac2dd22a46a216d7394e82908b
-rw-r--r--projects/log4cxx.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/log4cxx.vcproj b/projects/log4cxx.vcproj
index 483b4b0..5d32afe 100644
--- a/projects/log4cxx.vcproj
+++ b/projects/log4cxx.vcproj
@@ -49,7 +49,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/EHsc "
- AdditionalIncludeDirectories="&quot;$(ProjectDir)..\src\main\include&quot;;&quot;$(ProjectDir)..\..\apr-1.2.12\include&quot;;&quot;$(ProjectDir)..\..\apr-util-1.2.12\include&quot;"
+ AdditionalIncludeDirectories="&quot;$(ProjectDir)..\src\main\include&quot;;&quot;$(ProjectDir)..\..\apache-apr\include&quot;;&quot;$(ProjectDir)..\..\apache-apr-util\include&quot;"
PreprocessorDefinitions="_DEBUG;_USRDLL;DLL_EXPORTS;LOG4CXX;APR_DECLARE_STATIC;APU_DECLARE_STATIC;WIN32"
RuntimeLibrary="3"
PrecompiledHeaderFile=""
@@ -129,7 +129,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/EHsc "
Optimization="2"
- AdditionalIncludeDirectories="&quot;$(ProjectDir)..\src\main\include&quot;;&quot;$(ProjectDir)..\..\apr-1.2.12\include&quot;;&quot;$(ProjectDir)..\..\apr-util-1.2.12\include&quot;"
+ AdditionalIncludeDirectories="&quot;$(ProjectDir)..\src\main\include&quot;;&quot;$(ProjectDir)..\..\apache-apr\include&quot;;&quot;$(ProjectDir)..\..\apache-apr-util\include&quot;"
PreprocessorDefinitions="NDEBUG;_USRDLL;DLL_EXPORTS;LOG4CXX;APR_DECLARE_STATIC;APU_DECLARE_STATIC;WIN32"
StringPooling="true"
RuntimeLibrary="2"