From 6a09e1ce8b66805daebcce33a058cba8d5b2e0de Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 3 Sep 2021 02:24:13 +1000 Subject: Whitespace cleanups. --- src/sledjchisl/sledjchisl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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. #rm -rf addon-modules/Gloebit/GloebitMoneyModule #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ */ - if (shellMeFail("cd %s; ./runprebuild.sh autoclean", t)) E("Failed to autoclean!"); + if (shellMeFail("cd %s; ./runprebuild.sh autoclean", t)) E("Failed to autoclean!"); // Clean the stuff autoclean forgets to clean. I feel so dirty. if (shellMeFail("cd %s; find -name obj -type d -print | xargs /bin/rm -fr", t)) E("Failed to rm obj!"); 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 fi */ // Use this for Mono 5 and later. - if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); + if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) C("Failed to prebuild!"); // 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. - if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); -// if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); + if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) C("Failed to msbuild!"); +// if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) C("Failed to msbuild!"); // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin - if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); + if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) C("Failed to compile sledjchisl!"); /* TODO - figure out what current symlink currently points to delete that_BACKUP -- cgit v1.1