HomeSort by relevance Sort by last modified time
    Searched defs:nmake (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 26 NMAKE = "nmake /nologo /f %s COMPILERFLAGS=-DWINVER=0x0500 %s %s"
28 def nmake(makefile, command="", **kw): function
30 cmd = NMAKE % (makefile, defines, command)
50 nmake("makefile.vc", "clean")
51 nmake("makefile.vc")
52 nmake("makefile.vc", "install", INSTALLDIR=dest)
58 nmake("makefile.vc", "clean", TCLDIR=tcldir)
59 nmake("makefile.vc", TCLDIR=tcldir)
60 nmake("makefile.vc", "install", TCLDIR=tcldir, INSTALLDIR=dest
    [all...]
  /external/python/cpython2/PC/VS9.0/
build_tkinter.py 21 NMAKE = ('nmake /nologo /f %s '
25 def nmake(makefile, command="", **kw): function
27 cmd = NMAKE % (makefile, defines, command)
47 nmake("makefile.vc", "clean")
48 nmake("makefile.vc", MACHINE=machine)
49 nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine)
55 nmake("makefile.vc", "clean", DEBUG=0, TCLDIR=tcldir)
56 nmake("makefile.vc", DEBUG=0, MACHINE=machine)
57 nmake("makefile.vc", "install", DEBUG=0, INSTALLDIR=dest, MACHINE=machine
    [all...]
  /external/python/cpython2/PC/VC6/
build_tkinter.py 38 def nmake(makefile, *a): function in function:main
39 args = ["nmake", "/nologo", "/f", makefile, "DEBUG=%d" % debug]
46 nmake("makefile.vc", *a)
57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
68 nmake("python.mak",
  /prebuilts/go/darwin-x86/test/
range.go 93 var nmake = 0 var
96 nmake++
102 nmake = 0
106 if nmake != 1 {
107 println("range called makeslice", nmake, "times")
129 nmake = 0
133 if nmake != 1 {
134 println("range called makeslice", nmake, "times")
145 nmake = 0
149 if nmake != 1
    [all...]
  /prebuilts/go/linux-x86/test/
range.go 93 var nmake = 0 var
96 nmake++
102 nmake = 0
106 if nmake != 1 {
107 println("range called makeslice", nmake, "times")
129 nmake = 0
133 if nmake != 1 {
134 println("range called makeslice", nmake, "times")
145 nmake = 0
149 if nmake != 1
    [all...]

Completed in 93 milliseconds