diff options
author | onefang | 2021-09-02 23:37:57 +1000 |
---|---|---|
committer | onefang | 2021-09-02 23:37:57 +1000 |
commit | d1b6b7814a8705544cd1aa25e330e061a98f540c (patch) | |
tree | a21bc40c297443a94886cc513c6d86cebcf3e145 | |
parent | Rewrite BuildIt.sh to use sledjhamr for the mono build. (diff) | |
download | opensim-SC-d1b6b7814a8705544cd1aa25e330e061a98f540c.zip opensim-SC-d1b6b7814a8705544cd1aa25e330e061a98f540c.tar.gz opensim-SC-d1b6b7814a8705544cd1aa25e330e061a98f540c.tar.bz2 opensim-SC-d1b6b7814a8705544cd1aa25e330e061a98f540c.tar.xz |
Comment++
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
8673 | */ | 8673 | */ |
8674 | // Use this for Mono 5 and later. | 8674 | // Use this for Mono 5 and later. |
8675 | if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); | 8675 | if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); |
8676 | // 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. | ||
8676 | if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); | 8677 | if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); |
8677 | // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); | 8678 | // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); |
8678 | // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin | 8679 | // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin |