aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sledjchisl/sledjchisl.c4
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