diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-08 22:37:09 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-08 22:37:09 +0000 |
| commit | a6574349fcab64146bb9842456627c1753252e67 (patch) | |
| tree | a997104f7cb0851198eae2e0d5ca7d34f48cb6a4 /qpid/wcf/tools | |
| parent | 13742274b99bbc308d1a65b2c337d11e0a9880ba (diff) | |
| download | qpid-python-a6574349fcab64146bb9842456627c1753252e67.tar.gz | |
Apply patch from QPID-2103.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@823350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf/tools')
| -rw-r--r-- | qpid/wcf/tools/QCreate/QCreate.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/wcf/tools/QCreate/QCreate.vcproj b/qpid/wcf/tools/QCreate/QCreate.vcproj index e58077d78c..ba77952966 100644 --- a/qpid/wcf/tools/QCreate/QCreate.vcproj +++ b/qpid/wcf/tools/QCreate/QCreate.vcproj @@ -61,7 +61,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=""$(BOOST_ROOT)\include\$(BOOST_VERSION)";"$(BOOST_ROOT)\.";..\..\..\cpp\include;..\..\..\cpp\build\include"
+ AdditionalIncludeDirectories=""$(BOOST_ROOT)\include\$(BOOST_VERSION)";"$(BOOST_ROOT)\.";..\..\..\cpp\include;"$(QPID_BUILD_ROOT)\include""
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -81,9 +81,9 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="qpidcommon.lib qpidclient.lib"
+ AdditionalDependencies="qpidcommond.lib qpidclientd.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories=".;"$(BOOST_ROOT)\lib";..\..\..\cpp\build\src\Debug"
+ AdditionalLibraryDirectories=".;"$(BOOST_ROOT)\lib";"$(QPID_BUILD_ROOT)\src\Debug""
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
|
