Ignore:
Timestamp:
Jan 25, 2018, 9:05:37 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Used BuildMode in directory name of generated libraries.
  • Modified: Propagate debug/release options to CevoComponents.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1212heaptrclog.trc
        1313c-evo
         14c-evo.dbg
  • trunk/Components/CevoComponents.lpk

    r10 r100  
    99      <PathDelim Value="\"/>
    1010      <SearchPaths>
    11         <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
     11        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    1212      </SearchPaths>
    1313      <Parsing>
     
    1515          <SyntaxMode Value="Delphi"/>
    1616          <CStyleOperator Value="False"/>
    17           <IncludeAssertionCode Value="True"/>
    1817          <AllowLabel Value="False"/>
    1918          <CPPInline Value="False"/>
     
    2120      </Parsing>
    2221      <CodeGeneration>
    23         <Checks>
    24           <IOChecks Value="True"/>
    25           <RangeChecks Value="True"/>
    26           <OverflowChecks Value="True"/>
    27           <StackChecks Value="True"/>
    28         </Checks>
    29         <VerifyObjMethodCallValidity Value="True"/>
     22        <Optimizations>
     23          <OptimizationLevel Value="0"/>
     24        </Optimizations>
    3025      </CodeGeneration>
     26      <Linking>
     27        <Debugging>
     28          <GenerateDebugInfo Value="False"/>
     29        </Debugging>
     30      </Linking>
     31      <Other>
     32        <CompilerMessages>
     33          <IgnoredMessages idx5024="True"/>
     34        </CompilerMessages>
     35      </Other>
    3136    </CompilerOptions>
    3237    <Files Count="7">
     
    8085      <Version Value="2"/>
    8186    </PublishOptions>
     87    <CustomOptions Items="ExternHelp" Version="2">
     88      <_ExternHelp Items="Count"/>
     89    </CustomOptions>
    8290  </Package>
    8391</CONFIG>
Note: See TracChangeset for help on using the changeset viewer.