From 0338fe0343b66c84aa41e11c9a20dbfe9e71d82b Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 24 Jul 2004 11:41:22 +0000 Subject: [PATCH] added header output --- compiler/compile/compile.dpr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/compile/compile.dpr b/compiler/compile/compile.dpr index 2fcc7059..e6e4027d 100755 --- a/compiler/compile/compile.dpr +++ b/compiler/compile/compile.dpr @@ -41,6 +41,10 @@ var sr: TSearchRec; i: Word; begin + WriteLn('AMXXSC compile.exe'); + WriteLn(' by the AMX Mod X Dev Team'); + WriteLn; + if not FileExists(ExtractFilePath(ParamStr(0))+'amxxsc.exe') then begin WriteLn('Could not find amxxsc.exe');