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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -