Changeset 34 for trunk/Components/Common/Common.lpk
- Timestamp:
- Nov 25, 2017, 12:27:33 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 backup 4 4 tunneler.exe 5 tunneler.dbg 6 tunneler.lps 5 7 heaptrclog.trc 6 tunneler.lps 8 Components/Common/Languages/*.mo 9 Components/CoolTranslator/Demo/lib
-
- Property svn:ignore
-
trunk/Components/Common/Common.lpk
r31 r34 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 3 <Package Version="4"> 4 4 <PathDelim Value="\"/> 5 5 <Name Value="Common"/> 6 <Type Value="RunAndDesignTime"/> 6 7 <AddToProjectUsesSection Value="True"/> 7 8 <Author Value="Chronos (robie@centrum.cz)"/> … … 12 13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 13 14 </SearchPaths> 14 <Other>15 <CompilerMessages>16 <UseMsgFile Value="True"/>17 </CompilerMessages>18 <CompilerPath Value="$(CompPath)"/>19 </Other>20 15 </CompilerOptions> 21 16 <Description Value="Various libraries"/> 22 17 <License Value="GNU/GPL"/> 23 18 <Version Minor="7"/> 24 <Files Count=" 15">19 <Files Count="20"> 25 20 <Item1> 26 21 <Filename Value="StopWatch.pas"/> … … 87 82 <UnitName Value="UApplicationInfo"/> 88 83 </Item15> 84 <Item16> 85 <Filename Value="USyncCounter.pas"/> 86 <UnitName Value="USyncCounter"/> 87 </Item16> 88 <Item17> 89 <Filename Value="UListViewSort.pas"/> 90 <HasRegisterProc Value="True"/> 91 <UnitName Value="UListViewSort"/> 92 </Item17> 93 <Item18> 94 <Filename Value="UPersistentForm.pas"/> 95 <HasRegisterProc Value="True"/> 96 <UnitName Value="UPersistentForm"/> 97 </Item18> 98 <Item19> 99 <Filename Value="UFindFile.pas"/> 100 <HasRegisterProc Value="True"/> 101 <UnitName Value="UFindFile"/> 102 </Item19> 103 <Item20> 104 <Filename Value="UScaleDPI.pas"/> 105 <HasRegisterProc Value="True"/> 106 <UnitName Value="UScaleDPI"/> 107 </Item20> 89 108 </Files> 90 109 <i18n> 91 110 <EnableI18N Value="True"/> 92 111 <OutDir Value="Languages"/> 112 <EnableI18NForLFM Value="True"/> 93 113 </i18n> 94 <Type Value="RunAndDesignTime"/> 95 <RequiredPkgs Count="2"> 114 <RequiredPkgs Count="3"> 96 115 <Item1> 97 <PackageName Value=" TemplateGenerics"/>116 <PackageName Value="LCL"/> 98 117 </Item1> 99 118 <Item2> 119 <PackageName Value="TemplateGenerics"/> 120 </Item2> 121 <Item3> 100 122 <PackageName Value="FCL"/> 101 123 <MinVersion Major="1" Valid="True"/> 102 </Item 2>124 </Item3> 103 125 </RequiredPkgs> 104 126 <UsageOptions>
Note:
See TracChangeset
for help on using the changeset viewer.