diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-04-22 17:00:42 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-22 17:00:42 +0000 |
| commit | 4584d3db2c3349d94acf1fc651edae3e72343d57 (patch) | |
| tree | 9f284029bf9fbab1d18e925d2d735fbbfc3c6763 /qpid/cpp | |
| parent | fcd7c8ddc2f0231881d1fc22b8cefe6bb4753dc5 (diff) | |
| download | qpid-python-4584d3db2c3349d94acf1fc651edae3e72343d57.tar.gz | |
Add missing include file used by qmf generated code to Windows SDK builder
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bld-winsdk.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1 index 8e421749b9..3e13c18ad7 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/cpp/bld-winsdk.ps1 @@ -67,6 +67,7 @@ $move[0]=$move1 $preserve=(
'include/qpid/agent',
+ 'include/qpid/amqp_0_10',
'include/qpid/management',
'include/qpid/messaging',
'include/qpid/sys/IntegerTypes.h',
|
