summaryrefslogtreecommitdiff
path: root/PCbuild/_tkinter.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/_tkinter.vcxproj')
-rw-r--r--PCbuild/_tkinter.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/_tkinter.vcxproj b/PCbuild/_tkinter.vcxproj
index 95e3cd50ec..bd61c0d4f6 100644
--- a/PCbuild/_tkinter.vcxproj
+++ b/PCbuild/_tkinter.vcxproj
@@ -95,4 +95,10 @@
<Target Name="_CleanTclTkDLL" BeforeTargets="Clean">
<Delete Files="@(_TclTkDLL->'$(OutDir)%(Filename)%(Extension)')" />
</Target>
+ <Target Name="_WriteTCL_LIBRARY" Outputs="$(OutDir)TCL_LIBRARY.env" AfterTargets="Build">
+ <WriteLinesToFile File="$(OutDir)TCL_LIBRARY.env" Lines="$(tcltkdir)\lib\tcl$(TclMajorVersion).$(TclMinorVersion)" Encoding="utf-8" Overwrite="true" />
+ </Target>
+ <Target Name="_CleanTCL_LIBRARY" BeforeTargets="Clean">
+ <Delete Files="$(OutDir)TCL_LIBRARY.env" />
+ </Target>
</Project> \ No newline at end of file