From 6475cd8e422b88e8d0fa3499195e6392bd3bbf12 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 22 Dec 2024 23:39:42 +0100 Subject: Drop Kylix support A piece of history, will be remembered. --- UConfig.pas | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index d01ae5a..81accd2 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -1237,15 +1237,11 @@ initialization ApplicationShuttingDown := False; SetDefaults; ParseCMDLine; - {$IFDEF FPC} - DebugMsg(['Tux Commander v', ConstAboutVersion, ' [', ConstAboutBuildDate, '] FreePascal build ', - '(version ', ConstFPCVersionString, ' ', ConstFPCDateString, ', define ', - {$IFDEF CPU64} {$IFDEF ENDIAN_LITTLE}'x86_64'{$ELSE}'ppc64'{$ENDIF} {$ELSE} {$IFNDEF CPUPOWERPC}'i386'{$ELSE}'ppc' {$ENDIF} {$ENDIF}, - ', compiled on ', ConstFPCCompilerOSString, '/', ConstFPCCompilerHostProcessorString, - ' for ', ConstFPCTargetOSString, '/', ConstFPCTargetProcessorString, ')']); - {$ELSE} - DebugMsg(['Tux Commander v', ConstAboutVersion, ' [', ConstAboutBuildDate, '] Kylix build']); - {$ENDIF} + DebugMsg(['Tux Commander v', ConstAboutVersion, ' [', ConstAboutBuildDate, '] FreePascal build ', + '(version ', ConstFPCVersionString, ' ', ConstFPCDateString, ', define ', + {$IFDEF CPU64} {$IFDEF ENDIAN_LITTLE}'x86_64'{$ELSE}'ppc64'{$ENDIF} {$ELSE} {$IFNDEF CPUPOWERPC}'i386'{$ELSE}'ppc' {$ENDIF} {$ENDIF}, + ', compiled on ', ConstFPCCompilerOSString, '/', ConstFPCCompilerHostProcessorString, + ' for ', ConstFPCTargetOSString, '/', ConstFPCTargetProcessorString, ')']); // Load GNOME libs if not ParamDisableGnome then LoadGnomeLibs; // Create basic objects -- cgit v1.2.3