You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2010/08/20 16:31:04 UTC

svn commit: r987525 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

Author: tross
Date: Fri Aug 20 14:31:04 2010
New Revision: 987525

URL: http://svn.apache.org/viewvc?rev=987525&view=rev
Log:
QPID-2805 - The windows resource version for qmfengine dll is hard coded to an unusable value
Patch from Chuck Rolke

Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=987525&r1=987524&r2=987525&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Fri Aug 20 14:31:04 2010
@@ -50,7 +50,7 @@ MACRO (install_pdb theLibrary theCompone
                 ${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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org