mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 12:26:40 +00:00
![Brad King](/assets/img/avatar_default.png)
Move the note about VS 6 into the PDB_NOTE.txt common include file and include it from the per-config properties too. Also re-word the note to clarify the separate compiler and linker flags involved and state explicitly that compiler flags are not affected.
11 lines
287 B
ReStructuredText
11 lines
287 B
ReStructuredText
PDB_NAME
|
|
--------
|
|
|
|
Output name for the MS debug symbol ``.pdb`` file generated by the
|
|
linker for an executable or shared library target.
|
|
|
|
This property specifies the base name for the debug symbols file.
|
|
If not set, the logical target name is used by default.
|
|
|
|
.. include:: PDB_NOTE.txt
|