~ chicken-core (chicken-5) 85aa84403e565cb6ce77302bc01b6d027f595018
commit 85aa84403e565cb6ce77302bc01b6d027f595018 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Nov 23 20:06:53 2012 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Nov 23 20:06:53 2012 +0100 and also for our Windows users diff --git a/scripts/chicken-flymake.bat b/scripts/chicken-flymake.bat new file mode 100644 index 00000000..8cbcac7b --- /dev/null +++ b/scripts/chicken-flymake.bat @@ -0,0 +1,4 @@ +@echo off +rem usage: chicken-flymake.bat OPTION-OR-FILENAME ... +csc -SAv %1 %2 %3 %4 %5 %6 %7 %8 %9 +rem status of last command must be successfulTrap