summaryrefslogtreecommitdiffstats
path: root/ides
diff options
context:
space:
mode:
authorGravatar shankar2011-08-30 12:42:33 +0000
committerGravatar shankar2011-08-30 12:42:33 +0000
commit03df47b543391b38cbe3483b38f37f08de25c441 (patch)
tree402d1a9aa468c5e9537028147fee1accb4f485ad /ides
parent1a9deff1f0c469acd78e44ac673a34f5fc13001c (diff)
downloadaxis2c-03df47b543391b38cbe3483b38f37f08de25c441.tar.gz
axis2c-03df47b543391b38cbe3483b38f37f08de25c441.tar.bz2
Fixing compilation issue in visual studio project
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1163190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ides')
-rw-r--r--ides/vc9/axis2c/axiom/axiom.vcproj4
-rw-r--r--ides/vc9/axis2c/axis2_http_sender/axis2_http_sender.vcproj12
2 files changed, 9 insertions, 7 deletions
diff --git a/ides/vc9/axis2c/axiom/axiom.vcproj b/ides/vc9/axis2c/axiom/axiom.vcproj
index 71cbcb8..ba0faa4 100644
--- a/ides/vc9/axis2c/axiom/axiom.vcproj
+++ b/ides/vc9/axis2c/axiom/axiom.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".\..\..\..\..\axiom\include;.\..\..\..\..\axiom\src\om;.\..\..\..\..\axiom\src\attachments;.\..\..\..\..\util\include;"
+ AdditionalIncludeDirectories=".\..\..\..\..\axiom\include;.\..\..\..\..\axiom\src\om;.\..\..\..\..\axiom\src\attachments;.\..\..\..\..\util\include;.\..\..\..\..\axiom\src\soap"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AXIOM_EXPORTS;AXIS2_DECLARE_EXPORT; _CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -186,9 +186,11 @@
<References>
<ProjectReference
ReferencedProjectIdentifier="{3887B3E3-1A45-40E5-BC95-9C51000C86DB}"
+ RelativePathToProject="..\ides\vc9\axis2c\axutil\axutil.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{D7D7FBA1-5E43-4586-8F69-D4ED2628D2D8}"
+ RelativePathToProject="..\ides\vc9\axis2c\axis2_parser\axis2_parser.vcproj"
/>
</References>
<Files>
diff --git a/ides/vc9/axis2c/axis2_http_sender/axis2_http_sender.vcproj b/ides/vc9/axis2c/axis2_http_sender/axis2_http_sender.vcproj
index b78d01d..d3b4eb9 100644
--- a/ides/vc9/axis2c/axis2_http_sender/axis2_http_sender.vcproj
+++ b/ides/vc9/axis2c/axis2_http_sender/axis2_http_sender.vcproj
@@ -42,7 +42,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".\..\..\..\..\src\core\transport\http\sender;.\..\..\..\..\include;.\..\..\..\..\src\core\deployment;.\..\..\..\..\util\include;.\..\..\..\..\axiom\include;&quot;$(OPENSSL_HOME)\include&quot;;&quot;$(CURL_HOME)\include&quot;;&quot;$(HEIMDAL_HOME)\inc&quot;;"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;AXIS2_DECLARE_EXPORT;AXIS2_SSL_ENABLED;AXIS2_NTLM_ENABLED"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;AXIS2_DECLARE_EXPORT;AXIS2_SSL_ENABLED"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -65,9 +65,9 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="axutil.lib axis2_engine.lib axiom.lib axis2_parser.lib libeay32.lib ssleay32.lib libheimntlm.lib"
+ AdditionalDependencies="axutil.lib axis2_engine.lib axiom.lib axis2_parser.lib libeay32.lib ssleay32.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="&quot;$(SolutionDir)\deploy\lib&quot;;&quot;$(OPENSSL_HOME)\lib&quot;;&quot;$(CURL_HOME)\lib&quot;;D:\OpenSSL\lib;&quot;$(HEIMDAL_HOME)\lib&quot;"
+ AdditionalLibraryDirectories="&quot;$(SolutionDir)\deploy\lib&quot;;&quot;$(OPENSSL_HOME)\lib&quot;;&quot;$(CURL_HOME)\lib&quot;;&quot;$(HEIMDAL_HOME)\lib&quot;"
GenerateDebugInformation="true"
SubSystem="2"
RandomizedBaseAddress="1"
@@ -178,15 +178,15 @@
<References>
<ProjectReference
ReferencedProjectIdentifier="{3887B3E3-1A45-40E5-BC95-9C51000C86DB}"
- RelativePathToProject=".\axutil\axutil.vcproj"
+ RelativePathToProject="..\ides\vc9\axis2c\axutil\axutil.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{9524B8C5-79D9-4470-9A47-8BD163ABBB15}"
- RelativePathToProject=".\axis2_engine\axis2_engine.vcproj"
+ RelativePathToProject="..\ides\vc9\axis2c\axis2_engine\axis2_engine.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{7C816A64-FA96-4C6C-8DB0-5256441F54BC}"
- RelativePathToProject=".\axiom\axiom.vcproj"
+ RelativePathToProject="..\ides\vc9\axis2c\axiom\axiom.vcproj"
/>
</References>
<Files>