mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 19:02:32 +02:00
74 lines
2.9 KiB
XML
74 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<docproject>
|
|
<options>
|
|
<option name="ostarget" value="Win64"/>
|
|
<option name="cputarget" value="x86_64"/>
|
|
<option name="hide-protected" value="false"/>
|
|
<option name="show-private" value="false"/>
|
|
<option name="warn-no-node" value="false"/>
|
|
<option name="stop-on-parser-error" value="false"/>
|
|
<option name="parse-impl" value="false"/>
|
|
<option name="dont-trim" value="true"/>
|
|
<option name="emit-notes" value="false"/>
|
|
<option name="css-file" value="lazcontrols.css"/>
|
|
<option name="auto-index" value="true"/>
|
|
<option name="auto-toc" value="true"/>
|
|
<option name="chm-title" value="(LazControls) Lazarus Controls Package"/>
|
|
<!--
|
|
<option name="footer" value="lazcontrols-footer.xml"/>
|
|
<option name="format" value="chm | html"/>
|
|
-->
|
|
</options>
|
|
<packages>
|
|
<package name="lazcontrols" output="lazcontrols" content="lazcontrols.xct">
|
|
<units>
|
|
<unit file="../checkboxthemed.pas"/>
|
|
<unit file="../dividerbevel.pas"/>
|
|
<unit file="../extendednotebook.pas"/>
|
|
<unit file="../listfilteredit.pas"/>
|
|
<unit file="../listviewfilteredit.pas"/>
|
|
<unit file="../lvlgraphctrl.pas"/>
|
|
<unit file="../shortpathedit.pas"/>
|
|
<unit file="../spinex.pp"/>
|
|
<unit file="../treefilteredit.pas"/>
|
|
<!--
|
|
omit to avoid fcl-passrc errors
|
|
<unit file="../extendedtabcontrols.pas"/>
|
|
-->
|
|
</units>
|
|
<descriptions>
|
|
<description file="checkboxthemed.xml"/>
|
|
<description file="dividerbevel.xml"/>
|
|
<description file="extendednotebook.xml"/>
|
|
<description file="listfilteredit.xml"/>
|
|
<description file="listviewfilteredit.xml"/>
|
|
<description file="lvlgraphctrl.xml"/>
|
|
<description file="shortpathedit.xml"/>
|
|
<description file="spinex.xml"/>
|
|
<description file="treefilteredit.xml"/>
|
|
<!--
|
|
omit to avoid fcl-passrc errors
|
|
<description file="extendedtabcontrols.xml"/>
|
|
-->
|
|
</descriptions>
|
|
<imports>
|
|
<!-- Import prefixes differ between output formats. Pass them as command line arguiments. -->
|
|
|
|
<!-- for CHM
|
|
<import file="../../../docs/chm/rtl.xct" prefix="ms-its:rtl.chm::/"/>
|
|
<import file="../../../docs/chm/fcl.xct" prefix="ms-its:fcl.chm::/"/>
|
|
<import file="../../../docs/chm/lcl.xct" prefix="ms-its:lcl.chm::/"/>
|
|
<import file="../../../docs/chm/lazutils.xct" prefix="ms-its:lazutils.chm::/"/>
|
|
-->
|
|
|
|
<!-- for HTML
|
|
<import file="../../../docs/chm/rtl.xct" prefix="../rtl/"/>
|
|
<import file="../../../docs/chm/fcl.xct" prefix="../fcl/"/>
|
|
<import file="../../../docs/chm/lcl.xct" prefix="../lcl/"/>
|
|
<import file="../../../docs/chm/lazutils.xct" prefix="../lazutils/"/>
|
|
-->
|
|
</imports>
|
|
</package>
|
|
</packages>
|
|
</docproject>
|