Packager: Add the compiled-file also to fpmake archives

git-svn-id: trunk@63205 -
This commit is contained in:
joost 2020-05-22 12:14:13 +00:00
parent 47ba57fd3a
commit ae286584eb

View File

@ -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;