コード例 #1
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     #argConfig.AllowVSVersion = True
     argConfig.SupportBuildTime = True
     argConfig.AddBuildFiltering = True
     argConfig.AddBuildThreads = True
     argConfig.AddBuildVariants = True
     return argConfig
コード例 #2
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = False
     argConfig.ProcessRemainingArgs = False
     argConfig.SupportBuildTime = False
     argConfig.AddBuildFiltering = False
     argConfig.AddBuildThreads = False
     argConfig.AddBuildVariants = False
     return argConfig
コード例 #3
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.SupportBuildTime = True
     argConfig.AddUseFeatures = True
     argConfig.AddBuildFiltering = True
     argConfig.AddBuildThreads = True
     argConfig.AddBuildVariants = True
     argConfig.AllowRecursive = True
     return argConfig
コード例 #4
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.AddGeneratorSelection = True
     argConfig.ProcessRemainingArgs = False
     argConfig.SupportBuildTime = True
     argConfig.AddBuildFiltering = True
     argConfig.AddBuildThreads = True
     argConfig.AddBuildVariants = True
     argConfig.AllowRecursive = True
     return argConfig
コード例 #5
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.SupportBuildTime = True
     #argConfig.AllowVSVersion = True
     # These are used when: --ExtractArguments is enabled
     argConfig.AddBuildFiltering = True
     argConfig.AddBuildThreads = True
     argConfig.AddBuildVariants = True
     argConfig.AllowRecursive = True
     return argConfig
コード例 #6
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.AllowPlaformAll = True
     #argConfig.AllowVSVersion = True
     argConfig.AllowForceClaimInstallArea = True
     argConfig.SupportBuildTime = True
     argConfig.AddBuildThreads = True
     argConfig.AddBuildVariants = True
     argConfig.AddBuildFiltering = True
     argConfig.AllowRecursive = True
     return argConfig