[Python-checkins] cpython: Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.

zach.ware python-checkins at python.org
Sat Mar 29 05:37:27 CET 2014


http://hg.python.org/cpython/rev/bca58d3cf035
changeset:   90020:bca58d3cf035
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Mar 28 23:36:43 2014 -0500
summary:
  Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.

files:
  PCbuild/readme.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -320,6 +320,7 @@
  * 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list