You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2014/05/01 20:43:15 UTC

[jira] [Created] (QPID-5740) C++ Windows install puts .pdb files into subdirectories

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org