You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/02/11 16:57:41 UTC

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

Author: shuston
Date: Thu Feb 11 15:57:34 2010
New Revision: 909039

URL: http://svn.apache.org/viewvc?rev=909039&view=rev
Log:
Add EventImpl.cpp, .h for qmfengine source from patch in QPID-2401.
When adding qmfconsoled.dll to Windows installer, pick it up from correct directory.

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=909039&r1=909038&r2=909039&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Thu Feb 11 15:57:34 2010
@@ -844,6 +844,8 @@
      qmf/engine/ConnectionSettingsImpl.h
      qmf/engine/ConsoleImpl.cpp
      qmf/engine/ConsoleImpl.h
+     qmf/engine/EventImpl.cpp
+     qmf/Engine/EventImpl.h
      qmf/engine/MessageImpl.cpp
      qmf/engine/MessageImpl.h
      qmf/engine/ObjectIdImpl.cpp
@@ -921,9 +923,9 @@
 # On Windows, also grab the debug version of qmfconsole.
 if (WIN32)
     install (PROGRAMS
-             ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.dll
-             ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.lib
-             ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.pdb
+             ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.dll
+             ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.lib
+             ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.pdb
              DESTINATION ${QPID_INSTALL_LIBDIR}
              COMPONENT ${QPID_COMPONENT_QMF})
 endif (WIN32)



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