mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
feat(windows): remove klogging enable
This commit is contained in:
parent
50a56c94fc
commit
e2ec08ca9b
5 changed files with 7 additions and 17 deletions
|
|
@ -23,7 +23,7 @@ unit klog; // I3309
|
|||
|
||||
interface
|
||||
|
||||
{$DEFINE KLOGGING}
|
||||
{DEFINE KLOGGING}
|
||||
|
||||
{$IFDEF KLOGGING}
|
||||
uses
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue