HomeSort by relevance Sort by last modified time
    Searched refs:TK_DIR (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/VC6/
build_tkinter.py 18 TK_DIR = abspath("tk%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
55 enter(TK_DIR)
  /external/python/cpython2/PC/VS9.0/
build.bat 96 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" clean
97 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" all
98 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" install

Completed in 55 milliseconds