summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-11-05 08:05:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-11-05 08:05:54 +0000
commit593fde73f0c6ee6217e36f2ba162075b05a847c3 (patch)
tree91045b4dee355ae43f4c2221d8ff1a953bd2f9d5 /docs
parentfd389b0f404676513255446950b8512705352edd (diff)
downloadMPC-593fde73f0c6ee6217e36f2ba162075b05a847c3.tar.gz
Wed Nov 5 08:03:49 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/templates/vc10.txt: * templates/vc10.mpd: * templates/vc1xdll.mpt: * templates/vc1xexe.mpt: * templates/vc7dll.mpt: With TAO we have the case that exe and dll have the same name which causes problems with the pdb file. Add a new use_pdb_modifier which we enable by default for vc1x, it adds _dll to the pdb file for a dll, and _exe to the pdb file for a exe
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/vc10.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/vc10.txt b/docs/templates/vc10.txt
index 6cc0f247..3c3fd9f7 100644
--- a/docs/templates/vc10.txt
+++ b/docs/templates/vc10.txt
@@ -173,6 +173,7 @@ useofatl = Specifies how ATL is used by the configuration (Static, Dynamic).
useofmfc = Specifies how MFC is used by the configuration (Static, Dynamic).
useunicodeforassemblerlisting = Causes the assembler listing output file to be created in UTF-8 format.
useunicoderesponsefiles = Instructs the project system to generate Unicode response files when spawning the librarian.
+use_pdb_modifier = A boolean value to determine whether the 'pdb_modifier' setting will be appended
verbose = Verbose librarian option.
warnaserror = Treats all compiler warnings as errors.
warning_level = Numeric value for warning level (1-4, default is 3), or the strings "all" or "none" (0 is an alias for none).