summaryrefslogtreecommitdiff
path: root/templates/vc10.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-02-17 11:58:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-02-17 11:58:53 +0000
commitf8e87e8b83ee14ffffca3dcbaa4acd44858a5cd2 (patch)
treebe93988e43bb68225afd2194f72e7e6f3288d1a6 /templates/vc10.mpd
parent3be8d9f64459d54f231e99df8061e0d8719fd621 (diff)
downloadMPC-f8e87e8b83ee14ffffca3dcbaa4acd44858a5cd2.tar.gz
Mon Feb 17 11:59:48 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/templates/vc10.txt: * templates/vc10.mpd: Added debug_cmd_args and debug_work_dir as template variables
Diffstat (limited to 'templates/vc10.mpd')
-rw-r--r--templates/vc10.mpd2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index 52162c71..42ec6154 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -94,6 +94,8 @@
<TargetName Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%if(type_is_dynamic)%><%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%else%><%if(type_is_static)%><%libname_prefix%><%staticname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%else%><%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%endif%><%endif%></TargetName>
<%if(type_is_static && staticname && !compares(lib_ext, .lib))%>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%lib_ext%></TargetExt>
+ <LocalDebuggerCommandArguments Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%marker(debug_cmd_args)%></LocalDebuggerCommandArguments>
+ <LocalDebuggerWorkingDirectory Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%if(debug_work_dir)%><%debug_work_dir%><%else%>$(OutDir)<%endif%></LocalDebuggerWorkingDirectory>
<%else%>
<%if(!type_is_static)%>
<%if(exename || sharedname || staticname)%>