[Developer] Update tike.dpr to add new module

This commit is contained in:
Marc Durdin 2018-09-22 16:32:54 +10:00
parent 74d70172c9
commit 2f28da75e1
2 changed files with 3 additions and 2 deletions

View file

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

View file

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