diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-29 04:36:43 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-29 04:36:43 (GMT) |
commit | 4b87dc6e83d8ae2491ac847fbdd122fde7ebf734 (patch) | |
tree | 22a84499b331cc7dda67db6a66a6ec741ded4ad1 /PCbuild | |
parent | 808676b43265601a9b5c9b0e8d39b1c827a445c4 (diff) | |
download | cpython-4b87dc6e83d8ae2491ac847fbdd122fde7ebf734.zip cpython-4b87dc6e83d8ae2491ac847fbdd122fde7ebf734.tar.gz cpython-4b87dc6e83d8ae2491ac847fbdd122fde7ebf734.tar.bz2 |
Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 6002d4c..ee2d2a0 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -320,6 +320,7 @@ The property files used are (+-- = "also imports"): * pyproject (base settings for all projects, user macros like PyDllName) * release (release macro: NDEBUG) * sqlite3 (used only by sqlite3.vcxproj) + * tcltk (used by _tkinter, tcl, tk and tix projects) * x64 (AMD64 / x64 platform specific settings) The pyproject property file defines _WIN32 and x64 defines _WIN64 and |