Changeset 27 for trunk/AI/AIProject.lpi


Ignore:
Timestamp:
Jan 8, 2017, 6:24:12 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Now Windows installer contains both 32-bit and 64-bit versions of both C-evo.exe and StdAI.dll.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AI/AIProject.lpi

    r24 r27  
    2222      <StringTable ProductVersion=""/>
    2323    </VersionInfo>
    24     <BuildModes Count="2">
     24    <BuildModes Count="4">
    2525      <Item1 Name="Debug" Default="True"/>
    2626      <Item2 Name="Release">
     
    6464        </CompilerOptions>
    6565      </Item2>
     66      <Item3 Name="Windows 32-bit">
     67        <CompilerOptions>
     68          <Version Value="11"/>
     69          <PathDelim Value="\"/>
     70          <Target>
     71            <Filename Value="lib\$(TargetCPU)-$(TargetOS)\StdAI"/>
     72          </Target>
     73          <SearchPaths>
     74            <IncludeFiles Value="$(ProjOutDir)"/>
     75            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     76          </SearchPaths>
     77          <Parsing>
     78            <SyntaxOptions>
     79              <SyntaxMode Value="Delphi"/>
     80              <CStyleOperator Value="False"/>
     81              <AllowLabel Value="False"/>
     82              <CPPInline Value="False"/>
     83            </SyntaxOptions>
     84          </Parsing>
     85          <CodeGeneration>
     86            <TargetCPU Value="i386"/>
     87            <TargetOS Value="win32"/>
     88            <Optimizations>
     89              <OptimizationLevel Value="3"/>
     90            </Optimizations>
     91          </CodeGeneration>
     92          <Linking>
     93            <Debugging>
     94              <GenerateDebugInfo Value="False"/>
     95            </Debugging>
     96            <Options>
     97              <Win32>
     98                <GraphicApplication Value="True"/>
     99              </Win32>
     100              <ExecutableType Value="Library"/>
     101            </Options>
     102          </Linking>
     103          <Other>
     104            <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>
     105          </Other>
     106        </CompilerOptions>
     107      </Item3>
     108      <Item4 Name="Windows 64-bit">
     109        <CompilerOptions>
     110          <Version Value="11"/>
     111          <PathDelim Value="\"/>
     112          <Target>
     113            <Filename Value="lib\$(TargetCPU)-$(TargetOS)\StdAI"/>
     114          </Target>
     115          <SearchPaths>
     116            <IncludeFiles Value="$(ProjOutDir)"/>
     117            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     118          </SearchPaths>
     119          <Parsing>
     120            <SyntaxOptions>
     121              <SyntaxMode Value="Delphi"/>
     122              <CStyleOperator Value="False"/>
     123              <AllowLabel Value="False"/>
     124              <CPPInline Value="False"/>
     125            </SyntaxOptions>
     126          </Parsing>
     127          <CodeGeneration>
     128            <TargetCPU Value="x86_64"/>
     129            <TargetOS Value="win64"/>
     130            <Optimizations>
     131              <OptimizationLevel Value="3"/>
     132            </Optimizations>
     133          </CodeGeneration>
     134          <Linking>
     135            <Debugging>
     136              <GenerateDebugInfo Value="False"/>
     137            </Debugging>
     138            <Options>
     139              <Win32>
     140                <GraphicApplication Value="True"/>
     141              </Win32>
     142              <ExecutableType Value="Library"/>
     143            </Options>
     144          </Linking>
     145          <Other>
     146            <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>
     147          </Other>
     148        </CompilerOptions>
     149      </Item4>
    66150    </BuildModes>
    67151    <PublishOptions>
Note: See TracChangeset for help on using the changeset viewer.