Beispiel #1
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
 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
 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
Beispiel #4
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.AddGeneratorSelection = True
     argConfig.ProcessRemainingArgs = False
     #argConfig.AllowVSVersion = True
     argConfig.AllowForceClaimInstallArea = True
     argConfig.SupportBuildTime = True
     argConfig.AddBuildThreads = True
     argConfig.AllowRecursive = True
     return argConfig
Beispiel #5
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     argConfig = ToolCommonArgConfig()
     argConfig.AddPlatformArg = True
     argConfig.AddGeneratorSelection = 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
Beispiel #6
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
Beispiel #7
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
Beispiel #8
0
 def GetToolCommonArgConfig(self) -> ToolCommonArgConfig:
     return ToolCommonArgConfig()