diff options
author | onefang | 2021-09-02 22:32:00 +1000 |
---|---|---|
committer | onefang | 2021-09-02 22:32:00 +1000 |
commit | 5ff7361895b0c3cc5b132d6202c4eca9e91787f3 (patch) | |
tree | 30bfb602684fdd8c620d78c61e1359a115a27204 | |
parent | Checkout last known working toybox commit. (diff) | |
download | opensim-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.c | 2 |
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!"); |