Changeset 37 for trunk/CoolDisk.lpi


Ignore:
Timestamp:
Dec 10, 2016, 10:36:38 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Wrong color in About form.
  • Fixed: Range check error in registry HKEY assignment.
  • Added: Windows 32-bit and 64-bit build profiles.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpi

    r34 r37  
    99      <ResourceType Value="res"/>
    1010      <UseXPManifest Value="True"/>
     11      <XPManifest>
     12        <DpiAware Value="True"/>
     13      </XPManifest>
    1114      <Icon Value="0"/>
    1215    </General>
     
    1821      <StringTable ProductVersion=""/>
    1922    </VersionInfo>
    20     <BuildModes Count="2">
     23    <BuildModes Count="4">
    2124      <Item1 Name="Debug" Default="True"/>
    2225      <Item2 Name="Release">
     
    5861        </CompilerOptions>
    5962      </Item2>
     63      <Item3 Name="Windows 32-bit">
     64        <CompilerOptions>
     65          <Version Value="11"/>
     66          <Target>
     67            <Filename Value="lib/$(TargetCPU)-$(TargetOS)/CoolDisk"/>
     68          </Target>
     69          <SearchPaths>
     70            <IncludeFiles Value="$(ProjOutDir)"/>
     71            <OtherUnitFiles Value="Forms"/>
     72            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
     73          </SearchPaths>
     74          <Parsing>
     75            <SyntaxOptions>
     76              <SyntaxMode Value="Delphi"/>
     77              <CStyleOperator Value="False"/>
     78              <AllowLabel Value="False"/>
     79              <CPPInline Value="False"/>
     80            </SyntaxOptions>
     81          </Parsing>
     82          <CodeGeneration>
     83            <SmartLinkUnit Value="True"/>
     84            <TargetCPU Value="i386"/>
     85            <TargetOS Value="win32"/>
     86            <Optimizations>
     87              <OptimizationLevel Value="3"/>
     88            </Optimizations>
     89          </CodeGeneration>
     90          <Linking>
     91            <Debugging>
     92              <GenerateDebugInfo Value="False"/>
     93            </Debugging>
     94            <LinkSmart Value="True"/>
     95            <Options>
     96              <Win32>
     97                <GraphicApplication Value="True"/>
     98              </Win32>
     99            </Options>
     100          </Linking>
     101        </CompilerOptions>
     102      </Item3>
     103      <Item4 Name="Windows 64-bit">
     104        <CompilerOptions>
     105          <Version Value="11"/>
     106          <Target>
     107            <Filename Value="lib/$(TargetCPU)-$(TargetOS)/CoolDisk"/>
     108          </Target>
     109          <SearchPaths>
     110            <IncludeFiles Value="$(ProjOutDir)"/>
     111            <OtherUnitFiles Value="Forms"/>
     112            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
     113          </SearchPaths>
     114          <Parsing>
     115            <SyntaxOptions>
     116              <SyntaxMode Value="Delphi"/>
     117              <CStyleOperator Value="False"/>
     118              <AllowLabel Value="False"/>
     119              <CPPInline Value="False"/>
     120            </SyntaxOptions>
     121          </Parsing>
     122          <CodeGeneration>
     123            <SmartLinkUnit Value="True"/>
     124            <TargetCPU Value="x86_64"/>
     125            <TargetOS Value="win64"/>
     126            <Optimizations>
     127              <OptimizationLevel Value="3"/>
     128            </Optimizations>
     129          </CodeGeneration>
     130          <Linking>
     131            <Debugging>
     132              <GenerateDebugInfo Value="False"/>
     133            </Debugging>
     134            <LinkSmart Value="True"/>
     135            <Options>
     136              <Win32>
     137                <GraphicApplication Value="True"/>
     138              </Win32>
     139            </Options>
     140          </Linking>
     141        </CompilerOptions>
     142      </Item4>
    60143    </BuildModes>
    61144    <PublishOptions>
Note: See TracChangeset for help on using the changeset viewer.