summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
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