Home | History | Annotate | Download | only in PCbuild

Lines Matching refs:configure

21 # it should configure OpenSSL such that it is ready to be built by
115 def run_configure(configure, do_script):
116 print("perl Configure "+configure+" no-idea no-mdc2")
117 os.system("perl Configure "+configure+" no-idea no-mdc2")
126 configure = "VC-WIN32"
130 configure = "VC-WIN64A"
139 # run configure, copy includes, create asms
140 run_configure(configure, do_script)