summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-08-20 14:31:04 +0000
committerTed Ross <tross@apache.org>2010-08-20 14:31:04 +0000
commitc868eeb53e10b55e59f817d057c252316c5ef608 (patch)
tree15232c9879b3e9f1b57e3fa803d745bebfed3a98 /qpid/cpp
parent3c79efb490f045dad56967808091ff2b137bfcf5 (diff)
downloadqpid-python-c868eeb53e10b55e59f817d057c252316c5ef608.tar.gz
QPID-2805 - The windows resource version for qmfengine dll is hard coded to an unusable value
Patch from Chuck Rolke git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@987525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 8b918533ae..2be11a7478 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -50,7 +50,7 @@ MACRO (install_pdb theLibrary theComponent)
${library_pdb}
DESTINATION ${QPID_INSTALL_LIBDIR}/ReleasePDB
COMPONENT ${theComponent}
- OPTIONAL
+ OPTIONAL
CONFIGURATIONS Release|MinSizeRel)
install (PROGRAMS
${library_pdb}
@@ -1080,9 +1080,9 @@ set (qmfengine_SOURCES
qmf/engine/ValueImpl.h
)
if (NOT WIN32)
- list(APPEND qmfengine_SOURCES qmf/engine/ResilientConnection.cpp)
+ list(APPEND qmfengine_SOURCES qmf/engine/ResilientConnection.cpp)
endif (NOT WIN32)
-add_msvc_version_full (qmfengine library dll 1 0 0 1 1 0 0 1)
+add_msvc_version (qmfengine library dll)
add_library (qmfengine SHARED ${qmfengine_SOURCES})
target_link_libraries (qmfengine qpidclient)