Description
Several new[1] files have been added to C++ install
- qmf-gen
- qpidt
- qpid-ping
- qpid-send
- qpid-receive
- qpid-topic-listener
- qpid-topic-publisher
- sender
- receiver
But these files are not properly disposed in the WinSDK build process. WinSDK separates the debug and release variants into separate subdirectories bin\Debug and bin\Release. The files listed above are installed twice to \bin with the Release variants overwriting the Debug variants. The final SDK is left with only the Release variants sitting in the wrong directory.
These files should be moved into bin\Debug after the debug build and moved again into bin\Release after the release build.
[1] 2012-10-22