summaryrefslogtreecommitdiff
path: root/templates/vc1xdll.mpt
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 /templates/vc1xdll.mpt
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 'templates/vc1xdll.mpt')
-rw-r--r--templates/vc1xdll.mpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vc1xdll.mpt b/templates/vc1xdll.mpt
index e7a891b2..e11dc020 100644
--- a/templates/vc1xdll.mpt
+++ b/templates/vc1xdll.mpt
@@ -9,6 +9,8 @@ common_defines = WIN32 _WINDOWS _CRT_NONSTDC_NO_WARNINGS
ConfigurationType = 2
MinimalRebuild = false
GenerateDebugInformation = true
+use_pdb_modifier = 1
+pdb_modifier = _dll
Release {
optimize = MaxSpeed