Changeset 36 for branches/topdown/OS.lpi


Ignore:
Timestamp:
Jun 30, 2023, 3:20:46 PM (10 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore
      •  

        old new  
        11lib
        22heaptrclog.trc
         3OS
        34OS.exe
        45OS.lps
  • branches/topdown/OS.lpi

    r28 r36  
    22<CONFIG>
    33  <ProjectOptions>
    4     <Version Value="11"/>
     4    <Version Value="12"/>
    55    <PathDelim Value="\"/>
    66    <General>
     7      <Flags>
     8        <CompatibilityMode Value="True"/>
     9      </Flags>
    710      <SessionStorage Value="InProjectDir"/>
    8       <MainUnit Value="0"/>
    911      <Title Value="OS"/>
    1012      <Scaled Value="True"/>
     
    1618      <Icon Value="0"/>
    1719    </General>
    18     <BuildModes Count="1">
    19       <Item1 Name="Default" Default="True"/>
     20    <BuildModes Count="2">
     21      <Item1 Name="Debug" Default="True"/>
     22      <Item2 Name="Release">
     23        <CompilerOptions>
     24          <Version Value="11"/>
     25          <PathDelim Value="\"/>
     26          <Target>
     27            <Filename Value="OS"/>
     28          </Target>
     29          <SearchPaths>
     30            <IncludeFiles Value="$(ProjOutDir)"/>
     31            <OtherUnitFiles Value="Apps"/>
     32            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
     33          </SearchPaths>
     34          <Parsing>
     35            <SyntaxOptions>
     36              <SyntaxMode Value="Delphi"/>
     37              <CStyleOperator Value="False"/>
     38              <AllowLabel Value="False"/>
     39              <CPPInline Value="False"/>
     40            </SyntaxOptions>
     41          </Parsing>
     42          <CodeGeneration>
     43            <SmartLinkUnit Value="True"/>
     44            <Optimizations>
     45              <OptimizationLevel Value="3"/>
     46            </Optimizations>
     47          </CodeGeneration>
     48          <Linking>
     49            <Debugging>
     50              <GenerateDebugInfo Value="False"/>
     51              <DebugInfoType Value="dsDwarf2Set"/>
     52            </Debugging>
     53            <LinkSmart Value="True"/>
     54            <Options>
     55              <Win32>
     56                <GraphicApplication Value="True"/>
     57              </Win32>
     58            </Options>
     59          </Linking>
     60        </CompilerOptions>
     61      </Item2>
    2062    </BuildModes>
    2163    <PublishOptions>
     
    2567    <RunParams>
    2668      <FormatVersion Value="2"/>
    27       <Modes Count="0"/>
    2869    </RunParams>
    2970    <RequiredPackages Count="1">
     
    76117        <IsPartOfProject Value="True"/>
    77118        <ComponentName Value="FormTextEditor"/>
     119        <HasResources Value="True"/>
    78120        <ResourceBaseClass Value="Form"/>
    79121      </Unit7>
     
    89131      <IncludeFiles Value="$(ProjOutDir)"/>
    90132      <OtherUnitFiles Value="Apps"/>
    91       <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     133      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    92134    </SearchPaths>
    93135    <Parsing>
    94136      <SyntaxOptions>
    95137        <SyntaxMode Value="Delphi"/>
     138        <CStyleOperator Value="False"/>
    96139        <IncludeAssertionCode Value="True"/>
     140        <AllowLabel Value="False"/>
     141        <CPPInline Value="False"/>
    97142      </SyntaxOptions>
    98143    </Parsing>
     
    108153    <Linking>
    109154      <Debugging>
     155        <DebugInfoType Value="dsDwarf2Set"/>
    110156        <UseHeaptrc Value="True"/>
    111157      </Debugging>
Note: See TracChangeset for help on using the changeset viewer.