summaryrefslogtreecommitdiffstats
path: root/Tests/PDBDirectoryAndName
Commit message (Collapse)AuthorAgeFilesLines
* Run PDBDirectoryAndName test on MSVC and IntelBrad King2012-09-291-2/+7
| | | | | | | Move it out of the condition that also accepts MinGW/MSYS. Teach the test to allow the Intel for Windows compiler but do not verify the results because the compiler does not seem to write PDB output in all cases.
* Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6Brad King2012-09-251-0/+5
|
* Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in testBrad King2012-09-252-0/+36
| | | | | Teach the PDBDirectoryAndName test to check that the .pdb files appear where expected.
* Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-257-0/+55
This enables changing the name and output folder of the debug symbol files produced by MS compilers. Inspired-by: Thomas Bernard <thomas.bernard@ipetronik.com>