mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +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
|
||||
"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="391">
|
||||
<Files Count="395">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
@ -1936,6 +1936,26 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="CustomDrawnWSLazDeviceAPIS"/>
|
||||
</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>
|
||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||
<i18n>
|
||||
|
@ -29,7 +29,7 @@ uses
|
||||
implementation
|
||||
|
||||
uses
|
||||
NoGUIInt, Forms;
|
||||
NoGUIInt, NoGUIWSFactory{%H-}, Forms;
|
||||
|
||||
initialization
|
||||
CreateWidgetset(TNoGUIWidgetSet);
|
||||
|
Loading…
Reference in New Issue
Block a user