Ignore:
Timestamp:
Nov 27, 2016, 12:18:11 PM (8 years ago)
Author:
chronos
Message:
  • Added: OS and CPU independent Release build profile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r108 r134  
    2222      <StringTable ProductVersion=""/>
    2323    </VersionInfo>
    24     <BuildModes Count="5">
     24    <BuildModes Count="6">
    2525      <Item1 Name="Debug" Default="True"/>
    26       <Item2 Name="Windows 32-bit">
     26      <Item2 Name="Release">
     27        <CompilerOptions>
     28          <Version Value="11"/>
     29          <PathDelim Value="\"/>
     30          <Target>
     31            <Filename Value="AcronymDecoder"/>
     32          </Target>
     33          <SearchPaths>
     34            <IncludeFiles Value="$(ProjOutDir)"/>
     35            <OtherUnitFiles Value="Forms"/>
     36            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     37          </SearchPaths>
     38          <Parsing>
     39            <SyntaxOptions>
     40              <SyntaxMode Value="Delphi"/>
     41              <CStyleOperator Value="False"/>
     42              <AllowLabel Value="False"/>
     43              <CPPInline Value="False"/>
     44            </SyntaxOptions>
     45          </Parsing>
     46          <CodeGeneration>
     47            <SmartLinkUnit Value="True"/>
     48            <Optimizations>
     49              <OptimizationLevel Value="3"/>
     50            </Optimizations>
     51          </CodeGeneration>
     52          <Linking>
     53            <Debugging>
     54              <GenerateDebugInfo Value="False"/>
     55            </Debugging>
     56            <LinkSmart Value="True"/>
     57            <Options>
     58              <Win32>
     59                <GraphicApplication Value="True"/>
     60              </Win32>
     61            </Options>
     62          </Linking>
     63          <Other>
     64            <CompilerMessages>
     65              <IgnoredMessages idx5024="True"/>
     66            </CompilerMessages>
     67          </Other>
     68        </CompilerOptions>
     69      </Item2>
     70      <Item3 Name="Windows 32-bit">
    2771        <CompilerOptions>
    2872          <Version Value="11"/>
     
    69113          </Other>
    70114        </CompilerOptions>
    71       </Item2>
    72       <Item3 Name="Windows 64-bit">
     115      </Item3>
     116      <Item4 Name="Windows 64-bit">
    73117        <CompilerOptions>
    74118          <Version Value="11"/>
     
    94138            <TargetCPU Value="x86_64"/>
    95139            <TargetOS Value="win64"/>
    96             <Optimizations>
    97               <OptimizationLevel Value="3"/>
    98             </Optimizations>
    99           </CodeGeneration>
    100           <Linking>
    101             <Debugging>
    102               <GenerateDebugInfo Value="False"/>
    103             </Debugging>
    104             <LinkSmart Value="True"/>
    105             <Options>
    106               <Win32>
    107                 <GraphicApplication Value="True"/>
    108               </Win32>
    109             </Options>
    110           </Linking>
    111           <Other>
    112             <CompilerMessages>
    113               <IgnoredMessages idx5024="True"/>
    114             </CompilerMessages>
    115           </Other>
    116         </CompilerOptions>
    117       </Item3>
    118       <Item4 Name="Linux 64-bit">
    119         <CompilerOptions>
    120           <Version Value="11"/>
    121           <PathDelim Value="\"/>
    122           <Target>
    123             <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
    124           </Target>
    125           <SearchPaths>
    126             <IncludeFiles Value="$(ProjOutDir)"/>
    127             <OtherUnitFiles Value="Forms"/>
    128             <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    129           </SearchPaths>
    130           <Parsing>
    131             <SyntaxOptions>
    132               <SyntaxMode Value="Delphi"/>
    133               <CStyleOperator Value="False"/>
    134               <AllowLabel Value="False"/>
    135               <CPPInline Value="False"/>
    136             </SyntaxOptions>
    137           </Parsing>
    138           <CodeGeneration>
    139             <SmartLinkUnit Value="True"/>
    140             <TargetCPU Value="x86_64"/>
    141             <TargetOS Value="linux"/>
    142140            <Optimizations>
    143141              <OptimizationLevel Value="3"/>
     
    208206        </CompilerOptions>
    209207      </Item5>
     208      <Item6 Name="Linux 64-bit">
     209        <CompilerOptions>
     210          <Version Value="11"/>
     211          <PathDelim Value="\"/>
     212          <Target>
     213            <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
     214          </Target>
     215          <SearchPaths>
     216            <IncludeFiles Value="$(ProjOutDir)"/>
     217            <OtherUnitFiles Value="Forms"/>
     218            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     219          </SearchPaths>
     220          <Parsing>
     221            <SyntaxOptions>
     222              <SyntaxMode Value="Delphi"/>
     223              <CStyleOperator Value="False"/>
     224              <AllowLabel Value="False"/>
     225              <CPPInline Value="False"/>
     226            </SyntaxOptions>
     227          </Parsing>
     228          <CodeGeneration>
     229            <SmartLinkUnit Value="True"/>
     230            <TargetCPU Value="x86_64"/>
     231            <TargetOS Value="linux"/>
     232            <Optimizations>
     233              <OptimizationLevel Value="3"/>
     234            </Optimizations>
     235          </CodeGeneration>
     236          <Linking>
     237            <Debugging>
     238              <GenerateDebugInfo Value="False"/>
     239            </Debugging>
     240            <LinkSmart Value="True"/>
     241            <Options>
     242              <Win32>
     243                <GraphicApplication Value="True"/>
     244              </Win32>
     245            </Options>
     246          </Linking>
     247          <Other>
     248            <CompilerMessages>
     249              <IgnoredMessages idx5024="True"/>
     250            </CompilerMessages>
     251          </Other>
     252        </CompilerOptions>
     253      </Item6>
    210254    </BuildModes>
    211255    <PublishOptions>
     
    380424        <StackChecks Value="True"/>
    381425      </Checks>
     426      <VerifyObjMethodCallValidity Value="True"/>
    382427    </CodeGeneration>
    383428    <Linking>
Note: See TracChangeset for help on using the changeset viewer.