mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-07 08:07:43 +00:00
[Developer] Update tike.dpr to add new module
This commit is contained in:
parent
74d70172c9
commit
2f28da75e1
2 changed files with 3 additions and 2 deletions
|
|
@ -267,7 +267,8 @@ uses
|
|||
Keyman.Developer.System.HttpServer.Base in 'http\Keyman.Developer.System.HttpServer.Base.pas',
|
||||
UfrmProject in 'project\UfrmProject.pas' {frmProject},
|
||||
Keyman.Developer.System.HttpServer.AppSource in 'http\Keyman.Developer.System.HttpServer.AppSource.pas',
|
||||
Keyman.UI.FontUtils in '..\..\global\delphi\general\Keyman.UI.FontUtils.pas';
|
||||
Keyman.UI.FontUtils in '..\..\global\delphi\general\Keyman.UI.FontUtils.pas',
|
||||
Keyman.Developer.System.TouchLayoutToVisualKeyboardConverter in '..\kmconvert\Keyman.Developer.System.TouchLayoutToVisualKeyboardConverter.pas';
|
||||
|
||||
{$R *.RES}
|
||||
{$R ICONS.RES}
|
||||
|
|
|
|||
|
|
@ -103,7 +103,6 @@
|
|||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
||||
<DCC_UnitSearchPath>$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<Icon_MainIcon>KeymanDeveloper90.ico</Icon_MainIcon>
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
|
|
@ -510,6 +509,7 @@
|
|||
</DCCReference>
|
||||
<DCCReference Include="http\Keyman.Developer.System.HttpServer.AppSource.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\Keyman.UI.FontUtils.pas"/>
|
||||
<DCCReference Include="..\kmconvert\Keyman.Developer.System.TouchLayoutToVisualKeyboardConverter.pas"/>
|
||||
<None Include="Profiling\AQtimeModule1.aqt"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue