feat(windows): remove klogging enable

This commit is contained in:
rc-swag 2024-08-27 18:03:57 +10:00
parent 50a56c94fc
commit e2ec08ca9b
5 changed files with 7 additions and 17 deletions

View file

@ -23,7 +23,7 @@ unit klog; // I3309
interface
{$DEFINE KLOGGING}
{DEFINE KLOGGING}
{$IFDEF KLOGGING}
uses

View file

@ -2,5 +2,5 @@ if node.found()
# Note: if node is not available, we cannot build the keyboards; build.sh
# emits a warning that the 'ldml' keyboard tests will be skipped; that
# includes these tests for now
#subdir('binary')
endif
subdir('binary')
endif

View file

@ -10,6 +10,6 @@ hextobin_cmd = [node, hextobin_root]
subdir('json')
subdir('utftest')
#subdir('kmnkbd')
#subdir('kmx')
#subdir('ldml')
subdir('kmnkbd')
subdir('kmx')
subdir('ldml')

View file

@ -8,12 +8,7 @@ uses
KeymanVersion in '..\..\..\..\common\windows\delphi\general\KeymanVersion.pas',
Keyman.System.InstHelp.KeymanStartTaskUninstall in 'Keyman.System.InstHelp.KeymanStartTaskUninstall.pas',
TaskScheduler_TLB in '..\..\global\delphi\winapi\TaskScheduler_TLB.pas',
ErrorControlledRegistry in '..\..\..\..\common\windows\delphi\vcl\ErrorControlledRegistry.pas',
UserMessages in '..\..\..\..\common\windows\delphi\general\UserMessages.pas',
DebugPaths in '..\..\..\..\common\windows\delphi\general\DebugPaths.pas',
VersionInfo in '..\..\..\..\common\windows\delphi\general\VersionInfo.pas',
Unicode in '..\..\..\..\common\windows\delphi\general\Unicode.pas',
KeymanPaths in '..\..\..\..\common\windows\delphi\general\KeymanPaths.pas';
UserMessages in '..\..\..\..\common\windows\delphi\general\UserMessages.pas';
{$R version.res}
{-R manifest.res}

View file

@ -98,11 +98,6 @@
<DCCReference Include="Keyman.System.InstHelp.KeymanStartTaskUninstall.pas"/>
<DCCReference Include="..\..\global\delphi\winapi\TaskScheduler_TLB.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\general\UserMessages.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\vcl\ErrorControlledRegistry.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\general\KeymanPaths.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\general\DebugPaths.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\general\VersionInfo.pas"/>
<DCCReference Include="..\..\..\..\common\windows\delphi\general\Unicode.pas"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>