mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 13:59:47 +02:00
* Give a warning when the internal-fpmkunit is being used
git-svn-id: trunk@34644 -
This commit is contained in:
parent
bacea005fc
commit
1ec64844c9
@ -230,7 +230,10 @@ begin
|
||||
AddOption('-XXs');
|
||||
// Create fpmkunit.pp if needed
|
||||
if NeedFPMKUnitSource then
|
||||
CreateFPMKUnitSource(TempBuildDir+PathDelim+'fpmkunit.pp');
|
||||
begin
|
||||
Log(llWarning,SLogUseInternalFpmkunit);
|
||||
CreateFPMKUnitSource(TempBuildDir+PathDelim+'fpmkunit.pp');
|
||||
end;
|
||||
// Call compiler
|
||||
If ExecuteProcess(GFPpkg.FPMakeCompilerOptions.Compiler,OOptions+' '+FPmakeSrc)<>0 then
|
||||
begin
|
||||
|
@ -87,6 +87,7 @@ Resourcestring
|
||||
SLogPackageChecksumChanged = 'Package %s needs to be rebuild, dependency %s is modified';
|
||||
SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
|
||||
SLogFailedToCreateManifest = 'Failed to create manifest from fpmake.pp-file (%s) while scanning for available packages: %s';
|
||||
SLogUseInternalFpmkunit = 'Fpmkunit not available, fallback to internal version.';
|
||||
|
||||
SLogCfgHeader = 'Settings from configuration-files:';
|
||||
SLogCfgSectionHeader = ' %s-section:';
|
||||
|
Loading…
Reference in New Issue
Block a user