diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 0907ab1..3d7b336 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8657,7 +8657,7 @@ Create the /opt/opensim-SC directory structure. | |||
8657 | #rm -rf addon-modules/Gloebit/GloebitMoneyModule | 8657 | #rm -rf addon-modules/Gloebit/GloebitMoneyModule |
8658 | #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ | 8658 | #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ |
8659 | */ | 8659 | */ |
8660 | if (shellMeFail("cd %s; ./runprebuild.sh autoclean", t)) E("Failed to autoclean!"); | 8660 | if (shellMeFail("cd %s; ./runprebuild.sh autoclean", t)) E("Failed to autoclean!"); |
8661 | // Clean the stuff autoclean forgets to clean. I feel so dirty. | 8661 | // Clean the stuff autoclean forgets to clean. I feel so dirty. |
8662 | if (shellMeFail("cd %s; find -name obj -type d -print | xargs /bin/rm -fr", t)) E("Failed to rm obj!"); | 8662 | if (shellMeFail("cd %s; find -name obj -type d -print | xargs /bin/rm -fr", t)) E("Failed to rm obj!"); |
8663 | if (shellMeFail("cd %s; find -name *.csproj -type f -print | xargs /bin/rm -fr", t)) E("Failed to rm obj!"); | 8663 | if (shellMeFail("cd %s; find -name *.csproj -type f -print | xargs /bin/rm -fr", t)) E("Failed to rm obj!"); |
@@ -8684,12 +8684,12 @@ else | |||
8684 | fi | 8684 | fi |
8685 | */ | 8685 | */ |
8686 | // Use this for Mono 5 and later. | 8686 | // Use this for Mono 5 and later. |
8687 | if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); | 8687 | if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) C("Failed to prebuild!"); |
8688 | // 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. | 8688 | // 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. |
8689 | if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); | 8689 | if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) C("Failed to msbuild!"); |
8690 | // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); | 8690 | // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) C("Failed to msbuild!"); |
8691 | // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin | 8691 | // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin |
8692 | if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); | 8692 | if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) C("Failed to compile sledjchisl!"); |
8693 | /* TODO - | 8693 | /* TODO - |
8694 | figure out what current symlink currently points to | 8694 | figure out what current symlink currently points to |
8695 | delete that_BACKUP | 8695 | delete that_BACKUP |