diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-03-12 20:55:34 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-03-12 20:55:34 +0000 |
| commit | b2c842c1b7361bc9754a9883e82ae360093f11a8 (patch) | |
| tree | a1d8d7f84ac53c5857ad964ad500e69704f669e5 /qpid/cpp/src/qmfc.mk | |
| parent | 6a644249ba25e38dfa6852dac3377e62aa7386df (diff) | |
| download | qpid-python-b2c842c1b7361bc9754a9883e82ae360093f11a8.tar.gz | |
Changes to build DLLs instead of static libs on Windows; primarily added decorators to exported names. Fixes QPID-1673
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@753014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmfc.mk')
| -rw-r--r-- | qpid/cpp/src/qmfc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmfc.mk b/qpid/cpp/src/qmfc.mk index 46e8d82f35..a95028413d 100644 --- a/qpid/cpp/src/qmfc.mk +++ b/qpid/cpp/src/qmfc.mk @@ -26,6 +26,7 @@ module_hdr += \ qpid/console/Agent.h \ qpid/console/Broker.h \ qpid/console/ClassKey.h \ + qpid/console/ConsoleImportExport.h \ qpid/console/ConsoleListener.h \ qpid/console/Event.h \ qpid/console/Object.h \ @@ -43,6 +44,7 @@ libqmfconsole_la_SOURCES = \ qpid/console/Broker.cpp \ qpid/console/ClassKey.h \ qpid/console/ClassKey.cpp \ + qpid/console/ConsoleImportExport.h \ qpid/console/ConsoleListener.h \ qpid/console/Event.h \ qpid/console/Event.cpp \ |
