mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:30:28 +02:00
nogui: fixed linking
git-svn-id: trunk@35983 -
This commit is contained in:
parent
3fcf97aadc
commit
67d3d79813
@ -114,7 +114,7 @@ end;"/>
|
|||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1" Release="1"/>
|
<Version Major="1" Release="1"/>
|
||||||
<Files Count="391">
|
<Files Count="395">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="carbon/agl.pp"/>
|
<Filename Value="carbon/agl.pp"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
@ -1936,6 +1936,26 @@ end;"/>
|
|||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="CustomDrawnWSLazDeviceAPIS"/>
|
<UnitName Value="CustomDrawnWSLazDeviceAPIS"/>
|
||||||
</Item391>
|
</Item391>
|
||||||
|
<Item392>
|
||||||
|
<Filename Value="nogui/alllclintfunits.pas"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="AllLCLIntfUnits"/>
|
||||||
|
</Item392>
|
||||||
|
<Item393>
|
||||||
|
<Filename Value="nogui/interfaces.pp"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="Interfaces"/>
|
||||||
|
</Item393>
|
||||||
|
<Item394>
|
||||||
|
<Filename Value="nogui/noguiint.pp"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="NoGUIInt"/>
|
||||||
|
</Item394>
|
||||||
|
<Item395>
|
||||||
|
<Filename Value="nogui/noguiwsfactory.pas"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="NoGUIWSFactory"/>
|
||||||
|
</Item395>
|
||||||
</Files>
|
</Files>
|
||||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||||
<i18n>
|
<i18n>
|
||||||
|
@ -29,7 +29,7 @@ uses
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
NoGUIInt, Forms;
|
NoGUIInt, NoGUIWSFactory{%H-}, Forms;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
CreateWidgetset(TNoGUIWidgetSet);
|
CreateWidgetset(TNoGUIWidgetSet);
|
||||||
|
Loading…
Reference in New Issue
Block a user