Changeset 6 for trunk/FioInfo.lpi


Ignore:
Timestamp:
Mar 14, 2013, 9:24:41 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Okno s nastavením parametrů komunikace.
  • Přidáno: Pamatování si nastavení voleb.
  • Přidáno: Nyní lze stahovat nové operace, výpis dle časového rozmezí a měsíční výpisy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FioInfo.lpi

    r3 r6  
    2727          <SearchPaths>
    2828            <IncludeFiles Value="$(ProjOutDir)"/>
     29            <OtherUnitFiles Value="Forms"/>
    2930            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    3031          </SearchPaths>
     32          <Parsing>
     33            <SyntaxOptions>
     34              <SyntaxMode Value="Delphi"/>
     35              <CStyleOperator Value="False"/>
     36              <AllowLabel Value="False"/>
     37              <CPPInline Value="False"/>
     38            </SyntaxOptions>
     39          </Parsing>
     40          <CodeGeneration>
     41            <Checks>
     42              <IOChecks Value="True"/>
     43              <RangeChecks Value="True"/>
     44              <OverflowChecks Value="True"/>
     45              <StackChecks Value="True"/>
     46            </Checks>
     47            <VerifyObjMethodCallValidity Value="True"/>
     48          </CodeGeneration>
    3149          <Linking>
     50            <Debugging>
     51              <UseHeaptrc Value="True"/>
     52              <UseExternalDbgSyms Value="True"/>
     53            </Debugging>
    3254            <Options>
    3355              <Win32>
     
    5678      </local>
    5779    </RunParams>
    58     <RequiredPackages Count="2">
     80    <RequiredPackages Count="4">
    5981      <Item1>
     82        <PackageName Value="TemplateGenerics"/>
     83        <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/>
     84      </Item1>
     85      <Item2>
     86        <PackageName Value="Common"/>
     87        <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
     88      </Item2>
     89      <Item3>
    6090        <PackageName Value="laz_synapse"/>
    6191        <DefaultFilename Value="Packages/synapse/source/lib/laz_synapse.lpk" Prefer="True"/>
    62       </Item1>
    63       <Item2>
     92      </Item3>
     93      <Item4>
    6494        <PackageName Value="LCL"/>
    65       </Item2>
     95      </Item4>
    6696    </RequiredPackages>
    67     <Units Count="3">
     97    <Units Count="4">
    6898      <Unit0>
    6999        <Filename Value="FioInfo.lpr"/>
     
    84114        <UnitName Value="UFioAPI"/>
    85115      </Unit2>
     116      <Unit3>
     117        <Filename Value="Forms/UFormSettings.pas"/>
     118        <IsPartOfProject Value="True"/>
     119        <ComponentName Value="FormSettings"/>
     120        <ResourceBaseClass Value="Form"/>
     121        <UnitName Value="UFormSettings"/>
     122      </Unit3>
    86123    </Units>
    87124  </ProjectOptions>
     
    93130    <SearchPaths>
    94131      <IncludeFiles Value="$(ProjOutDir)"/>
     132      <OtherUnitFiles Value="Forms"/>
    95133      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    96134    </SearchPaths>
     135    <Parsing>
     136      <SyntaxOptions>
     137        <SyntaxMode Value="Delphi"/>
     138        <CStyleOperator Value="False"/>
     139        <AllowLabel Value="False"/>
     140        <CPPInline Value="False"/>
     141      </SyntaxOptions>
     142    </Parsing>
     143    <CodeGeneration>
     144      <SmartLinkUnit Value="True"/>
     145      <Optimizations>
     146        <OptimizationLevel Value="3"/>
     147      </Optimizations>
     148    </CodeGeneration>
    97149    <Linking>
     150      <Debugging>
     151        <GenerateDebugInfo Value="False"/>
     152      </Debugging>
    98153      <Options>
    99154        <Win32>
Note: See TracChangeset for help on using the changeset viewer.