summaryrefslogtreecommitdiff
path: root/third_party/build/milenage/libmilenage.vcproj
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-11-11 07:14:47 +0000
committerBenny Prijono <bennylp@teluu.com>2007-11-11 07:14:47 +0000
commitd97454b8c2e8f0a7501d3a5d2e5f43e282e98632 (patch)
treefe944d34c3a585d772c489b87c40003389fbe9ef /third_party/build/milenage/libmilenage.vcproj
parent0fb4eb4999cbc39c907f81e512e8ee8b6e4727f8 (diff)
Fixed milenage build on eVC etc.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1575 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/milenage/libmilenage.vcproj')
-rw-r--r--third_party/build/milenage/libmilenage.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/build/milenage/libmilenage.vcproj b/third_party/build/milenage/libmilenage.vcproj
index 05c58e0d..cdf64041 100644
--- a/third_party/build/milenage/libmilenage.vcproj
+++ b/third_party/build/milenage/libmilenage.vcproj
@@ -41,6 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
+ AdditionalIncludeDirectories="../../../pjlib/include"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -116,6 +117,7 @@
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../pjlib/include"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
RuntimeLibrary="2"