COMPILE_PDB_NOTE.txt 339 B

12345678
  1. .. note::
  2. The compiler-generated program database files are specified by the
  3. ``/Fd`` compiler flag and are not the same as linker-generated
  4. program database files specified by the ``/pdb`` linker flag.
  5. Use the |PDB_XXX| property to specify the latter.
  6. This property is not implemented by the :generator:`Visual Studio 6`
  7. generator.