chore(developer): kmcomp to build with kmcwrapper

This commit is contained in:
Marc Durdin 2023-09-02 07:11:18 +04:00
parent 44d57e8041
commit ea4af39b13
3 changed files with 5 additions and 3 deletions

View file

@ -109,7 +109,7 @@ begin
if not kps.Clean then Exit;
end
else
if not kps.CompilePackage(nil, False) then Exit;
if not kps.CompilePackage then Exit;
Found := True;
end;

View file

@ -28,7 +28,7 @@ uses
utilsystem in '..\..\..\common\windows\delphi\general\utilsystem.pas',
utildir in '..\..\..\common\windows\delphi\general\utildir.pas',
utilkeyboard in '..\..\..\common\windows\delphi\keyboards\utilkeyboard.pas',
unicode in '..\..\..\common\windows\delphi\general\Unicode.pas',
Unicode in '..\..\..\common\windows\delphi\general\Unicode.pas',
utilhttp in '..\..\..\common\windows\delphi\general\utilhttp.pas',
GetOsVersion in '..\..\..\common\windows\delphi\general\GetOsVersion.pas',
UfrmTike in '..\tike\main\UfrmTike.pas' {TikeForm: TTntForm},
@ -116,7 +116,8 @@ uses
Keyman.Developer.System.Project.UrlRenderer in '..\tike\project\Keyman.Developer.System.Project.UrlRenderer.pas',
Keyman.Developer.System.ValidateRepoChanges in 'Keyman.Developer.System.ValidateRepoChanges.pas',
Keyman.Developer.System.KeymanDeveloperPaths in '..\tike\main\Keyman.Developer.System.KeymanDeveloperPaths.pas',
Keyman.Developer.System.ValidateKpsFile in '..\common\delphi\compiler\Keyman.Developer.System.ValidateKpsFile.pas';
Keyman.Developer.System.ValidateKpsFile in '..\common\delphi\compiler\Keyman.Developer.System.ValidateKpsFile.pas',
Keyman.Developer.System.KmcWrapper in '..\tike\compile\Keyman.Developer.System.KmcWrapper.pas';
{$R icons.RES}
{$R version.res}

View file

@ -266,6 +266,7 @@
<DCCReference Include="Keyman.Developer.System.ValidateRepoChanges.pas"/>
<DCCReference Include="..\tike\main\Keyman.Developer.System.KeymanDeveloperPaths.pas"/>
<DCCReference Include="..\common\delphi\compiler\Keyman.Developer.System.ValidateKpsFile.pas"/>
<DCCReference Include="..\tike\compile\Keyman.Developer.System.KmcWrapper.pas"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>