Visual Studio does not create output directory -
i have following lines in vclinkertool section of project:
outputfile="$(outdir)\bin\engine.dll" importlibrary="$(outdir)\lib\engine.lib" programdatabasefile="$(outdir)\pdb\engine.pdb" stripprivatesymbols="$(outdir)\pbs\engine.pdb"
the directories "bin", "lib", , "pdb" automatically created in $(outdir)
directory, "pbs" directory not.
any ideas why happening? have no custom-, pre-, or post-build sections.
because not stripping private symbols pdbs.
you need explicitly set in property pages (linker -> debug) if want pbs
versions of pdb files.
Comments
Post a Comment