diff --git a/tool/quick_start/find_max.py b/tool/quick_start/find_max.py index 104aa22f5..de1db92c1 100644 --- a/tool/quick_start/find_max.py +++ b/tool/quick_start/find_max.py @@ -129,9 +129,9 @@ FoundPluginMaxLocal = FindMaxLocal(FindPluginMax()) FoundLatestMax = FindLatestMax() FoundMaxSDKs = FindMaxSDKs() -print FoundPluginMax -print FoundPluginMaxLocal -print FoundLatestMax -print FoundMaxSDKs +#print FoundPluginMax +#print FoundPluginMaxLocal +#print FoundLatestMax +#print FoundMaxSDKs # end of file diff --git a/tool/quick_start/print_summary.py b/tool/quick_start/print_summary.py index d1559467e..4c862f535 100644 --- a/tool/quick_start/print_summary.py +++ b/tool/quick_start/print_summary.py @@ -22,7 +22,7 @@ printBuildTarget("server", NeLConfig["Toolchain"]["Server"]) printBuildTarget("tools", NeLToolchainNative) printBuildTarget("samples", NeLToolchainNative) for maxSdk in FoundMaxSDKs: - printBuildTarget("plugin_max/" + str(maxSdk["Version"]) + "_" + maxSdk["Platform"], [ { "Toolset": maxSdk["Toolset"], "Platform": maxSdk["Platform"], "Hunter": True }, { "Toolset": maxSdk["Toolset"], "Platform": maxSdk["Platform"] } ]) + printBuildTarget("plugin_max/" + str(maxSdk["Version"]) + "_" + maxSdk["Platform"], [ { "Toolset": maxSdk["Toolset"], "Platform": maxSdk["Platform"], "HasMFC": True, "Hunter": True }, { "Toolset": maxSdk["Toolset"], "Platform": maxSdk["Platform"], "HasMFC": True } ]) # plugin_max # end of file