Ignore:
Timestamp:
Jul 13, 2016, 4:15:31 PM (8 years ago)
Author:
chronos
Message:
  • Added: Build modes for Win32 and Win64.
  • Updated: Example acronyms project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r33 r36  
    1919      <StringTable ProductVersion=""/>
    2020    </VersionInfo>
    21     <BuildModes Count="2">
     21    <BuildModes Count="3">
    2222      <Item1 Name="Debug" Default="True"/>
    23       <Item2 Name="Release">
     23      <Item2 Name="Release 64-bit">
     24        <CompilerOptions>
     25          <Version Value="11"/>
     26          <PathDelim Value="\"/>
     27          <Target>
     28            <Filename Value="AcronymDecoder"/>
     29          </Target>
     30          <SearchPaths>
     31            <IncludeFiles Value="$(ProjOutDir)"/>
     32            <OtherUnitFiles Value="Forms"/>
     33            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     34          </SearchPaths>
     35          <Parsing>
     36            <SyntaxOptions>
     37              <SyntaxMode Value="Delphi"/>
     38              <CStyleOperator Value="False"/>
     39              <AllowLabel Value="False"/>
     40              <CPPInline Value="False"/>
     41            </SyntaxOptions>
     42          </Parsing>
     43          <CodeGeneration>
     44            <SmartLinkUnit Value="True"/>
     45            <TargetOS Value="win64"/>
     46            <Optimizations>
     47              <OptimizationLevel Value="3"/>
     48            </Optimizations>
     49          </CodeGeneration>
     50          <Linking>
     51            <Debugging>
     52              <GenerateDebugInfo Value="False"/>
     53            </Debugging>
     54            <LinkSmart Value="True"/>
     55            <Options>
     56              <Win32>
     57                <GraphicApplication Value="True"/>
     58              </Win32>
     59            </Options>
     60          </Linking>
     61        </CompilerOptions>
     62      </Item2>
     63      <Item3 Name="Release 32-bit">
    2464        <CompilerOptions>
    2565          <Version Value="11"/>
     
    61101          </Linking>
    62102        </CompilerOptions>
    63       </Item2>
     103      </Item3>
    64104    </BuildModes>
    65105    <PublishOptions>
Note: See TracChangeset for help on using the changeset viewer.