diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2024-12-22 23:39:42 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2024-12-22 23:39:42 +0100 |
| commit | 6475cd8e422b88e8d0fa3499195e6392bd3bbf12 (patch) | |
| tree | 47a3e35742789b118a7f285778f6cab6af597707 /UConfig.pas | |
| parent | 7943ac1f6c2fa954c1e526169014e0680d1593d1 (diff) | |
| download | tuxcmd-6475cd8e422b88e8d0fa3499195e6392bd3bbf12.tar.xz | |
Drop Kylix support
A piece of history, will be remembered.
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 14 |
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 |
