From 4e16f186059941a781b758c5b75ae894264acae4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 9 Dec 2015 14:24:45 +0100 Subject: Ausgabe, wenn wegen Compilerschalter neu erzeugt wird --- compilerswitchupdateunit.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compilerswitchupdateunit.pas b/compilerswitchupdateunit.pas index ab11a9c..0b2814b 100644 --- a/compilerswitchupdateunit.pas +++ b/compilerswitchupdateunit.pas @@ -30,7 +30,9 @@ initialization ciCompiletime.free; ciRuntime.free; - if update then + if update then begin + writeln(stderr,'Recompiling due to new compiler switches.'); refreshExecutable(extractFilePath(paramstr(0))); + end; end. -- cgit v1.2.3-70-g09d2