aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-02 23:37:57 +1000
committeronefang2021-09-02 23:37:57 +1000
commitd1b6b7814a8705544cd1aa25e330e061a98f540c (patch)
treea21bc40c297443a94886cc513c6d86cebcf3e145
parentRewrite BuildIt.sh to use sledjhamr for the mono build. (diff)
downloadopensim-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.c1
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