You've already forked lazarus-ccr
* minimized TCmdLineLayoutInfo class public section; * updated the TCmdLineScrollBoxControl loader to use %%other switch; using hash list to check of used/unused controls; * updated readme.txt description for UI layout controls; * updated IDE package to make the dialog look close to the existing compiler options; * updated testguibuild to be able to load a certain section only; * added smaller sample files for testguibuild, modified conf.coptui to have %%other switch, where all "non-default" compiler options would go; git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2806 8e941d3f-bd1b-0410-a28a-d453659cc2b4
94 lines
2.6 KiB
XML
94 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="4">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="cfgcompopt"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value=".."/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerMessages>
|
|
<MsgFileName Value=""/>
|
|
</CompilerMessages>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Files Count="12">
|
|
<Item1>
|
|
<Filename Value="optviewform.pas"/>
|
|
<UnitName Value="optviewform"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="..\cmdlinelclctrlsbox.pas"/>
|
|
<UnitName Value="cmdlinelclctrlsbox"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="..\cmdlinelclutils.pas"/>
|
|
<UnitName Value="cmdlinelclutils"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="..\cmdlinecfg.pas"/>
|
|
<UnitName Value="cmdlinecfg"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="..\cmdlinecfgjson.pas"/>
|
|
<UnitName Value="cmdlinecfgjson"/>
|
|
</Item5>
|
|
<Item6>
|
|
<Filename Value="..\cmdlinecfgparser.pas"/>
|
|
<UnitName Value="cmdlinecfgparser"/>
|
|
</Item6>
|
|
<Item7>
|
|
<Filename Value="..\cmdlinecfgui.pas"/>
|
|
<UnitName Value="cmdlinecfgui"/>
|
|
</Item7>
|
|
<Item8>
|
|
<Filename Value="..\cmdlinecfguijson.pas"/>
|
|
<UnitName Value="cmdlinecfguijson"/>
|
|
</Item8>
|
|
<Item9>
|
|
<Filename Value="..\cmdlinecfgutils.pas"/>
|
|
<UnitName Value="cmdlinecfgutils"/>
|
|
</Item9>
|
|
<Item10>
|
|
<Filename Value="..\cmdlinefpccond.pas"/>
|
|
<UnitName Value="cmdlinefpccond"/>
|
|
</Item10>
|
|
<Item11>
|
|
<Filename Value="cfgcompoptreg.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="cfgcompoptreg"/>
|
|
</Item11>
|
|
<Item12>
|
|
<Filename Value="optviewform.lfm"/>
|
|
<Type Value="LFM"/>
|
|
</Item12>
|
|
</Files>
|
|
<Type Value="DesignTime"/>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="lcl"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
<_ExternHelp Items="Count"/>
|
|
</CustomOptions>
|
|
</Package>
|
|
</CONFIG>
|