summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
committerTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
commit6475cd8e422b88e8d0fa3499195e6392bd3bbf12 (patch)
tree47a3e35742789b118a7f285778f6cab6af597707 /UConfig.pas
parent7943ac1f6c2fa954c1e526169014e0680d1593d1 (diff)
downloadtuxcmd-6475cd8e422b88e8d0fa3499195e6392bd3bbf12.tar.xz
Drop Kylix support
A piece of history, will be remembered.
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas14
1 files changed, 5 insertions, 9 deletions
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