Lines Matching +full:- +full:- +full:working +full:- +full:dir
16 # * Run this script with the OpenSSL source dir as the only argument.
52 subprocess.check_output([perl, "-e", "use Win32;"])
69 dir = 'inc'+suffix+'\\openssl'
71 os.makedirs(dir)
74 copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl'
83 dest = dest.strip('"').replace('$(INCO_D)', dir)
89 print("perl Configure "+configure+" no-idea no-mdc2")
90 os.system("perl Configure "+configure+" no-idea no-mdc2")
98 with open('ms\\uplink.c', 'r', encoding='utf-8') as f1:
102 with open('ms\\uplink.c', 'w', encoding='utf-8') as f2:
119 configure = "VC-WIN32"
123 configure = "VC-WIN64A"
175 print("Found a working perl at '%s'" % (perl,))
186 # Put our working Perl at the front of our path