Home | History | Annotate | Download | only in toolchain

Lines Matching refs:pro

11 def GetIsoUrl(pro):
14 if pro:
29 def GetSourceImage(local_dir, pro):
30 url = GetIsoUrl(pro)
42 sys.stdout.write('Pro-only %s skipped.\n' % package)
106 def GenerateSetEnvCmd(target_dir, pro):
122 # x86. If we're Pro, then use the amd64_x86 cross (we don't support x86
124 if pro:
139 if not pro:
157 def GenerateTopLevelEnv(target_dir, pro):
165 file.write('set GYP_MSVS_VERSION=2013%s\n' % '' if pro else 'e')
192 help='use VS Express instead of Pro', action='store_true')
201 pro = not options.express
206 image = GetSourceImage(options.local, pro)
210 GenerateSetEnvCmd(target_dir, pro)
211 GenerateTopLevelEnv(target_dir, pro)