Changeset 8 for trunk/ChronOS.lpi


Ignore:
Timestamp:
May 9, 2015, 1:32:38 AM (9 years ago)
Author:
chronos
Message:
  • Moved: Kernel related files moved to separate lazarus package named Kernel.
  • Modified: Implemented simple graphic device driver and drawin example.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChronOS.lpi

    r7 r8  
    6666      </local>
    6767    </RunParams>
    68     <RequiredPackages Count="1">
     68    <RequiredPackages Count="2">
    6969      <Item1>
     70        <PackageName Value="Kernel"/>
     71        <DefaultFilename Value="Packages/Kernel/Kernel.lpk" Prefer="True"/>
     72      </Item1>
     73      <Item2>
    7074        <PackageName Value="LCL"/>
    71       </Item1>
     75      </Item2>
    7276    </RequiredPackages>
    73     <Units Count="15">
     77    <Units Count="7">
    7478      <Unit0>
    7579        <Filename Value="ChronOS.lpr"/>
     
    8589      </Unit1>
    8690      <Unit2>
    87         <Filename Value="System/UKernel.pas"/>
    88         <IsPartOfProject Value="True"/>
    89         <UnitName Value="UKernel"/>
    90       </Unit2>
    91       <Unit3>
    92         <Filename Value="UFileSystem.pas"/>
    93         <IsPartOfProject Value="True"/>
    94         <UnitName Value="UFileSystem"/>
    95       </Unit3>
    96       <Unit4>
    9791        <Filename Value="Apps/UClock.pas"/>
    9892        <IsPartOfProject Value="True"/>
    9993        <UnitName Value="UClock"/>
    100       </Unit4>
    101       <Unit5>
     94      </Unit2>
     95      <Unit3>
    10296        <Filename Value="Apps/UMemoryManager.pas"/>
    10397        <IsPartOfProject Value="True"/>
    10498        <UnitName Value="UMemoryManager"/>
    105       </Unit5>
    106       <Unit6>
    107         <Filename Value="System/UAPI.pas"/>
    108         <IsPartOfProject Value="True"/>
    109         <UnitName Value="UAPI"/>
    110       </Unit6>
    111       <Unit7>
     99      </Unit3>
     100      <Unit4>
    112101        <Filename Value="Platform/Base/UPlatformBase.pas"/>
    113102        <IsPartOfProject Value="True"/>
    114103        <UnitName Value="UPlatformBase"/>
    115       </Unit7>
    116       <Unit8>
    117         <Filename Value="UList.pas"/>
    118         <IsPartOfProject Value="True"/>
    119         <UnitName Value="UList"/>
    120       </Unit8>
    121       <Unit9>
    122         <Filename Value="System/UApp.pas"/>
    123         <IsPartOfProject Value="True"/>
    124         <UnitName Value="UApp"/>
    125       </Unit9>
    126       <Unit10>
     104      </Unit4>
     105      <Unit5>
    127106        <Filename Value="UThreadEx.pas"/>
    128107        <IsPartOfProject Value="True"/>
    129108        <UnitName Value="UThreadEx"/>
    130       </Unit10>
    131       <Unit11>
    132         <Filename Value="UMemory.pas"/>
    133         <IsPartOfProject Value="True"/>
    134         <UnitName Value="UMemory"/>
    135       </Unit11>
    136       <Unit12>
     109      </Unit5>
     110      <Unit6>
    137111        <Filename Value="Forms/UFormTerminal.pas"/>
    138112        <IsPartOfProject Value="True"/>
     
    141115        <ResourceBaseClass Value="Form"/>
    142116        <UnitName Value="UFormTerminal"/>
    143       </Unit12>
    144       <Unit13>
    145         <Filename Value="UClasses.pas"/>
    146         <IsPartOfProject Value="True"/>
    147         <UnitName Value="UClasses"/>
    148       </Unit13>
    149       <Unit14>
    150         <Filename Value="System/UGraphics.pas"/>
    151         <IsPartOfProject Value="True"/>
    152         <UnitName Value="UGraphics"/>
    153       </Unit14>
     117      </Unit6>
    154118    </Units>
    155119  </ProjectOptions>
     
    161125    <SearchPaths>
    162126      <IncludeFiles Value="$(ProjOutDir)"/>
    163       <OtherUnitFiles Value="Apps;Platform/Base;Forms;System"/>
     127      <OtherUnitFiles Value="Apps;Platform/Base;Forms"/>
    164128      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    165129    </SearchPaths>
     
    180144        <StackChecks Value="True"/>
    181145      </Checks>
     146      <VerifyObjMethodCallValidity Value="True"/>
    182147    </CodeGeneration>
    183148    <Linking>
Note: See TracChangeset for help on using the changeset viewer.