Changeset 71


Ignore:
Timestamp:
Aug 1, 2016, 5:38:15 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Update acronym list in main form if some items were changed in acronym list form.
  • Fixed: Added missing Windows 64-bit build mode.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r68 r71  
    1919      <StringTable ProductVersion=""/>
    2020    </VersionInfo>
    21     <BuildModes Count="4">
     21    <BuildModes Count="5">
    2222      <Item1 Name="Debug" Default="True"/>
    2323      <Item2 Name="Windows 32-bit">
     
    6262        </CompilerOptions>
    6363      </Item2>
    64       <Item3 Name="Linux 64-bit">
     64      <Item3 Name="Windows 64-bit">
     65        <CompilerOptions>
     66          <Version Value="11"/>
     67          <PathDelim Value="\"/>
     68          <Target>
     69            <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
     70          </Target>
     71          <SearchPaths>
     72            <IncludeFiles Value="$(ProjOutDir)"/>
     73            <OtherUnitFiles Value="Forms"/>
     74            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     75          </SearchPaths>
     76          <Parsing>
     77            <SyntaxOptions>
     78              <SyntaxMode Value="Delphi"/>
     79              <CStyleOperator Value="False"/>
     80              <AllowLabel Value="False"/>
     81              <CPPInline Value="False"/>
     82            </SyntaxOptions>
     83          </Parsing>
     84          <CodeGeneration>
     85            <SmartLinkUnit Value="True"/>
     86            <TargetCPU Value="x86_64"/>
     87            <TargetOS Value="win64"/>
     88            <Optimizations>
     89              <OptimizationLevel Value="3"/>
     90            </Optimizations>
     91          </CodeGeneration>
     92          <Linking>
     93            <Debugging>
     94              <GenerateDebugInfo Value="False"/>
     95            </Debugging>
     96            <LinkSmart Value="True"/>
     97            <Options>
     98              <Win32>
     99                <GraphicApplication Value="True"/>
     100              </Win32>
     101            </Options>
     102          </Linking>
     103        </CompilerOptions>
     104      </Item3>
     105      <Item4 Name="Linux 64-bit">
    65106        <CompilerOptions>
    66107          <Version Value="11"/>
     
    102143          </Linking>
    103144        </CompilerOptions>
    104       </Item3>
    105       <Item4 Name="Linux 32-bit">
     145      </Item4>
     146      <Item5 Name="Linux 32-bit">
    106147        <CompilerOptions>
    107148          <Version Value="11"/>
     
    143184          </Linking>
    144185        </CompilerOptions>
    145       </Item4>
     186      </Item5>
    146187    </BuildModes>
    147188    <PublishOptions>
  • trunk/Forms/UFormMain.pas

    r70 r71  
    323323begin
    324324  FormAcronyms.ShowModal;
     325  UpdateAcronymsList;
    325326  UpdateInterface;
    326327end;
     
    350351  FormImportSources.ImportSources := AcronymDb.ImportSources;
    351352  FormImportSources.ShowModal;
     353  UpdateAcronymsList;
    352354  UpdateInterface;
    353355end;
Note: See TracChangeset for help on using the changeset viewer.