summaryrefslogtreecommitdiff
path: root/PCbuild/debug.props
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/debug.props')
-rw-r--r--PCbuild/debug.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/debug.props b/PCbuild/debug.props
index 9b7a65af4d..54f3c32542 100644
--- a/PCbuild/debug.props
+++ b/PCbuild/debug.props
@@ -3,6 +3,7 @@
<PropertyGroup Label="UserMacros">
<PyDebugExt>_d</PyDebugExt>
<KillPythonExe>$(OutDir)kill_python_d.exe</KillPythonExe>
+ <TclDebugExt>g</TclDebugExt>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
@@ -23,5 +24,8 @@
<BuildMacro Include="KillPythonExe">
<Value>$(KillPythonExe)</Value>
</BuildMacro>
+ <BuildMacro Include="TclDebugExt">
+ <Value>$(TclDebugExt)</Value>
+ </BuildMacro>
</ItemGroup>
</Project> \ No newline at end of file