Ignore:
Timestamp:
Jul 13, 2016, 9:38:45 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Build with cthreads under Linux.
  • Added: Another wikipedia example acronyms import source.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r27 r40  
    11program AcronymDecoder;
    22
    3 {$mode objfpc}{$H+}
     3{$mode delphi}{$H+}
    44
    55uses
    6   {$IFDEF UNIX}{$IFDEF UseCThreads}
     6  {$IFDEF UNIX}
    77  cthreads,
    8   {$ENDIF}{$ENDIF}
     8  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UAcronym, Common, SysUtils, TemplateGenerics, UFormImport,
Note: See TracChangeset for help on using the changeset viewer.