Changeset 60 for trunk/ChronOS.lpi
- Timestamp:
- Apr 7, 2024, 11:26:09 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChronOS.lpi
r19 r60 2 2 <CONFIG> 3 3 <ProjectOptions> 4 <Version Value="1 0"/>4 <Version Value="12"/> 5 5 <General> 6 <Flags> 7 <CompatibilityMode Value="True"/> 8 </Flags> 6 9 <SessionStorage Value="InProjectDir"/> 7 <MainUnit Value="0"/>8 10 <Title Value="ChronOS"/> 9 11 <ResourceType Value="res"/> … … 62 64 </PublishOptions> 63 65 <RunParams> 64 <local> 65 <FormatVersion Value="1"/> 66 </local> 66 <FormatVersion Value="2"/> 67 <Modes Count="1"> 68 <Mode0 Name="default"/> 69 </Modes> 67 70 </RunParams> 68 71 <RequiredPackages Count="2"> 69 72 <Item1> 70 73 <PackageName Value="Kernel"/> 71 <DefaultFilename Value="Packages/Kernel/Kernel.lpk"Prefer="True"/>74 <DefaultFilename Prefer="True"/> 72 75 </Item1> 73 76 <Item2> … … 81 84 </Unit0> 82 85 <Unit1> 83 <Filename Value="Forms/ UFormMain.pas"/>86 <Filename Value="Forms/FormMain.pas"/> 84 87 <IsPartOfProject Value="True"/> 85 88 <ComponentName Value="FormMain"/> … … 88 91 </Unit1> 89 92 <Unit2> 90 <Filename Value="Apps/ UClock.pas"/>93 <Filename Value="Apps/Clock.pas"/> 91 94 <IsPartOfProject Value="True"/> 92 95 </Unit2> 93 96 <Unit3> 94 <Filename Value="Apps/ UMemoryManager.pas"/>97 <Filename Value="Apps/MemoryManager.pas"/> 95 98 <IsPartOfProject Value="True"/> 96 99 </Unit3> 97 100 <Unit4> 98 <Filename Value="Platform/Base/ UPlatformBase.pas"/>101 <Filename Value="Platform/Base/PlatformBase.pas"/> 99 102 <IsPartOfProject Value="True"/> 100 103 </Unit4> 101 104 <Unit5> 102 <Filename Value=" UThreadEx.pas"/>105 <Filename Value="ThreadEx.pas"/> 103 106 <IsPartOfProject Value="True"/> 104 107 </Unit5> 105 108 <Unit6> 106 <Filename Value="Forms/ UFormTerminal.pas"/>109 <Filename Value="Forms/FormTerminal.pas"/> 107 110 <IsPartOfProject Value="True"/> 108 111 <ComponentName Value="FormTerminal"/> … … 142 145 <Linking> 143 146 <Debugging> 147 <DebugInfoType Value="dsDwarf2Set"/> 144 148 <UseHeaptrc Value="True"/> 145 149 </Debugging>
Note:
See TracChangeset
for help on using the changeset viewer.