You've already forked lazarus-ccr
RxFPC:start reorder source folder structure
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,35 +7,46 @@
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="."/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
<OtherUnitFiles Value="rxtools"/>
|
||||
<UnitOutputDirectory Value="lib/rxtools/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<Description Value="
|
||||
"/>
|
||||
<License Value="LGPL"/>
|
||||
<Version Minor="1" Build="2"/>
|
||||
<Files Count="5">
|
||||
<Version Minor="2" Build="4"/>
|
||||
<Files Count="8">
|
||||
<Item1>
|
||||
<Filename Value="rxconfigvalues.pas"/>
|
||||
<UnitName Value="rxConfigValues"/>
|
||||
<Filename Value="rxtools/rxcrc.pas"/>
|
||||
<UnitName Value="rxCRC"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="rxstrutils.pas"/>
|
||||
<UnitName Value="rxstrutils"/>
|
||||
<Filename Value="rxtools/rxconfigvalues.pas"/>
|
||||
<UnitName Value="rxConfigValues"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="rxdateutil.pas"/>
|
||||
<UnitName Value="rxdateutil"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="rxfileutils.pas"/>
|
||||
<UnitName Value="rxFileUtils"/>
|
||||
<Filename Value="rxtools/rxconst.pas"/>
|
||||
<UnitName Value="rxconst"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="rxconst.pas"/>
|
||||
<UnitName Value="rxconst"/>
|
||||
<Filename Value="rxtools/rxdateutil.pas"/>
|
||||
<UnitName Value="rxdateutil"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<Filename Value="rxtools/rxdconst.pas"/>
|
||||
<UnitName Value="rxdconst"/>
|
||||
</Item6>
|
||||
<Item7>
|
||||
<Filename Value="rxtools/rxfileutils.pas"/>
|
||||
<UnitName Value="rxFileUtils"/>
|
||||
</Item7>
|
||||
<Item8>
|
||||
<Filename Value="rxtools/rxstrutils.pas"/>
|
||||
<UnitName Value="rxstrutils"/>
|
||||
</Item8>
|
||||
</Files>
|
||||
<LazDoc Paths="docs;/usr/local/share/lazarus/components/rxnew/docs"/>
|
||||
<RequiredPkgs Count="1">
|
||||
|
Reference in New Issue
Block a user