Chuck Rolke created QPID-5740:
---------------------------------
Summary: C++ Windows install puts .pdb files into subdirectories
Key: QPID-5740
URL: https://issues.apache.org/jira/browse/QPID-5740
Project: Qpid
Issue Type: Bug
Components: Build Tools
Affects Versions: 0.27
Environment: Windows cmake
Reporter: Chuck Rolke
Assignee: Chuck Rolke
Windows cmake builds place the .pdb files in subdirectories /bin/DebugPDB and
/bin/ReleasePDB in the install directory. Recent changes to Proton
(http://svn.apache.org/viewvc?view=revision&revision=r1591361) place the proton
.pdb files beside the qpid-proton.dll files directly in /bin.
The proposal here is to place all the .pdb files in /bin following the Proton
pattern. This simplifies the cmake script that installs the files and puts the
files where they are naturally useful under Visual Studio. The debug (vs.
release) files are identifiable with the 'd' postfix.
The .NET binding will continue to use the /bin/DebugPDB and /bin/ReleasePDB
subdirectories. Those builds are constrained to use the same file names for
release and debug builds and they cannot both be in /bin at the same time.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]