Changeset 93 for trunk/LazFuck.lpi


Ignore:
Timestamp:
Jul 20, 2018, 10:25:06 AM (6 years ago)
Author:
chronos
Message:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66compiled
        77heaptrclog.trc
         8LazFuck.dbg
  • trunk/LazFuck.lpi

    r92 r93  
    1919      <OutDir Value="Languages"/>
    2020    </i18n>
    21     <MacroValues Count="1"/>
    22     <BuildModes Count="4">
     21    <BuildModes Count="2">
    2322      <Item1 Name="Debug" Default="True"/>
    2423      <Item2 Name="Release">
     
    3231            <IncludeFiles Value="$(ProjOutDir)"/>
    3332            <OtherUnitFiles Value="Forms;Target"/>
    34             <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     33            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    3534          </SearchPaths>
    3635          <Parsing>
     
    5251              <GenerateDebugInfo Value="False"/>
    5352            </Debugging>
     53            <LinkSmart Value="True"/>
    5454            <Options>
    5555              <Win32>
     
    6060        </CompilerOptions>
    6161      </Item2>
    62       <Item3 Name="Windows 32-bit">
    63         <CompilerOptions>
    64           <Version Value="11"/>
    65           <PathDelim Value="\"/>
    66           <Target>
    67             <Filename Value="lib\$(TargetCPU)-$(TargetOS)\LazFuck"/>
    68           </Target>
    69           <SearchPaths>
    70             <IncludeFiles Value="$(ProjOutDir)"/>
    71             <OtherUnitFiles Value="Forms;Target"/>
    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             <Options>
    95               <Win32>
    96                 <GraphicApplication Value="True"/>
    97               </Win32>
    98             </Options>
    99           </Linking>
    100         </CompilerOptions>
    101       </Item3>
    102       <Item4 Name="Windows 64-bit">
    103         <CompilerOptions>
    104           <Version Value="11"/>
    105           <PathDelim Value="\"/>
    106           <Target>
    107             <Filename Value="lib\$(TargetCPU)-$(TargetOS)\LazFuck"/>
    108           </Target>
    109           <SearchPaths>
    110             <IncludeFiles Value="$(ProjOutDir)"/>
    111             <OtherUnitFiles Value="Forms;Target"/>
    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             <Options>
    135               <Win32>
    136                 <GraphicApplication Value="True"/>
    137               </Win32>
    138             </Options>
    139           </Linking>
    140         </CompilerOptions>
    141       </Item4>
    142       <SharedMatrixOptions Count="1">
    143         <Item1 ID="509373414797" Modes="Debug" Type="IDEMacro"/>
    144       </SharedMatrixOptions>
    14562    </BuildModes>
    14663    <PublishOptions>
     
    335252      <IncludeFiles Value="$(ProjOutDir)"/>
    336253      <OtherUnitFiles Value="Forms;Target"/>
    337       <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     254      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    338255    </SearchPaths>
    339256    <Parsing>
     
    358275      <Debugging>
    359276        <UseHeaptrc Value="True"/>
     277        <UseExternalDbgSyms Value="True"/>
    360278      </Debugging>
    361279      <Options>
Note: See TracChangeset for help on using the changeset viewer.