def GetToolCommonArgConfig(self) -> ToolCommonArgConfig: argConfig = ToolCommonArgConfig() argConfig.AddPlatformArg = True argConfig.SupportBuildTime = True argConfig.AddUseFeatures = True argConfig.AddBuildThreads = True argConfig.AllowRecursive = True return argConfig
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
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
def GetToolCommonArgConfig(self) -> ToolCommonArgConfig: argConfig = ToolCommonArgConfig() argConfig.AddPlatformArg = True argConfig.ProcessRemainingArgs = False #argConfig.AllowVSVersion = True argConfig.AllowForceClaimInstallArea = True argConfig.SupportBuildTime = True argConfig.AddBuildThreads = True argConfig.AllowRecursive = True return argConfig
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
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
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