Author: shuston
Date: Wed Sep 30 00:48:04 2009
New Revision: 820138

URL: http://svn.apache.org/viewvc?rev=820138&view=rev
Log:
For Windows, add 'd' postfix to library file names

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

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=820138&r1=820137&r2=820138&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Wed Sep 30 00:48:04 2009
@@ -28,6 +28,10 @@
 
 set (qpidc_version 0.5)
 
+if (WIN32)
+   set (CMAKE_DEBUG_POSTFIX "d")
+endif (WIN32)
+
 # set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
 add_subdirectory(managementgen)
@@ -36,10 +40,6 @@
 # add_subdirectory(docs/api)
 # add_subdirectory(docs/man)
 
-# if (WIN32)
-#    do something Microsoft specific
-# endif (WIN32)
-
 
 install(FILES  LICENSE NOTICE README SSL RELEASE_NOTES DESIGN
                xml/cluster.xml INSTALL-WINDOWS



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

Reply via email to