aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-02 22:32:00 +1000
committeronefang2021-09-02 22:32:00 +1000
commit5ff7361895b0c3cc5b132d6202c4eca9e91787f3 (patch)
tree30bfb602684fdd8c620d78c61e1359a115a27204
parentCheckout last known working toybox commit. (diff)
downloadopensim-SC-5ff7361895b0c3cc5b132d6202c4eca9e91787f3.zip
opensim-SC-5ff7361895b0c3cc5b132d6202c4eca9e91787f3.tar.gz
opensim-SC-5ff7361895b0c3cc5b132d6202c4eca9e91787f3.tar.bz2
opensim-SC-5ff7361895b0c3cc5b132d6202c4eca9e91787f3.tar.xz
Time the opensim-SC build.
Diffstat (limited to '')
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 53362f9..c2eaa6e 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -8671,7 +8671,7 @@ fi
8671*/ 8671*/
8672 // Use this for Mono 5 and later. 8672 // Use this for Mono 5 and later.
8673 if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); 8673 if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!");
8674 if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); 8674 if (shellMeFail("cd %s; time msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!");
8675// if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); 8675// if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!");
8676// #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin 8676// #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin
8677 if (shellMeFail("cd %s/src; time ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); 8677 if (shellMeFail("cd %s/src; time ./BuildIt.sh", t)) E("Failed to compile sledjchisl!");