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

  /external/python/cpython2/PC/VC6/
build_tkinter.py 17 TCL_DIR = abspath("tcl%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
44 enter(TCL_DIR)
57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
  /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 387 milliseconds