Changeset 27 for trunk/Integrated.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/Integrated.lpi

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