From d1b6b7814a8705544cd1aa25e330e061a98f540c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 23:37:57 +1000 Subject: Comment++ --- src/sledjchisl/sledjchisl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 415c115..655f294 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -8673,6 +8673,7 @@ fi */ // Use this for Mono 5 and later. if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); + // msbuild has a /maxcpucount option, but it takes longer to count the CPUs than it takes to compile, so ends up taking MORE time. Pffft. if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin -- cgit v1.1