mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 21:30:04 +02:00
Packager: Add the compiled-file also to fpmake archives
git-svn-id: trunk@63205 -
This commit is contained in:
parent
47ba57fd3a
commit
ae286584eb
@ -5015,6 +5015,7 @@ begin
|
||||
|
||||
s:=s+''+e;
|
||||
s:=s+' // copy the compiled file, so the IDE knows how the package was compiled'+e;
|
||||
s:=s+' P.Sources.AddSrc('''+ExtractFileName(FPmakeCompiledFilename)+''');'+e;
|
||||
s:=s+' P.InstallFiles.Add('''+ExtractFileName(FPmakeCompiledFilename)+''',AllOSes,''$(unitinstalldir)'');'+e;
|
||||
|
||||
s:=s+''+e;
|
||||
|
Loading…
Reference in New Issue
Block a user