diff options
author | onefang | 2021-09-02 23:24:29 +1000 |
---|---|---|
committer | onefang | 2021-09-02 23:24:29 +1000 |
commit | e66eeb7ebce3d640cddc1de2970a3922bf12515f (patch) | |
tree | 6dd04130a2fbb73d2f518ce10792e3d9ffcb92ac /src | |
parent | Number of sledjchisl arguments is irrelevant. (diff) | |
download | opensim-SC-e66eeb7ebce3d640cddc1de2970a3922bf12515f.zip opensim-SC-e66eeb7ebce3d640cddc1de2970a3922bf12515f.tar.gz opensim-SC-e66eeb7ebce3d640cddc1de2970a3922bf12515f.tar.bz2 opensim-SC-e66eeb7ebce3d640cddc1de2970a3922bf12515f.tar.xz |
time shell command isn't working when we do it here?
WTF?
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index e3edc39..415c115 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8673,10 +8673,10 @@ 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 | if (shellMeFail("cd %s; time msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); | 8676 | 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!"); | 8677 | // 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 | 8678 | // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin |
8679 | if (shellMeFail("cd %s/src; time ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); | 8679 | if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); |
8680 | /* TODO - | 8680 | /* TODO - |
8681 | figure out what current symlink currently points to | 8681 | figure out what current symlink currently points to |
8682 | delete that_BACKUP | 8682 | delete that_BACKUP |