aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Eckels <eckels@google.com>2012-08-10 16:41:16 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-10 16:41:16 -0700
commit087503999ddd0f7551dd40f72777bb8bcc83ad81 (patch)
tree545f1d76b8a508f9c9f6d4b80815263e8fd43a3a
parent7c45b7e8623279c19366245e78e5a4c69198d2dc (diff)
parentd54e2f6f6dc2678817421baaa1204ce7fe53ca65 (diff)
downloadapache-log4cxx-087503999ddd0f7551dd40f72777bb8bcc83ad81.tar.gz
Merge "Update log4cxx Windows project for renamed dep paths." into jumper
-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"