Ignore:
Timestamp:
Jan 18, 2018, 11:54:13 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 1.8.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/TranspascalCompiler.pas

    r72 r74  
    55unit TranspascalCompiler;
    66
     7{$warn 5023 off : no warning about unused units}
    78interface
    89
     
    1213  UTargetGCC, UProducerGCC, UProducerDelphi, UModuleDelphi, UTargetPHP,
    1314  UTargetJava, UTargetXML, UModuleInterpretter, UTargetNASM, UModulePascal,
    14   UCompilerAPI, UModuleGCC, USourceConvertor, UModuleBrainfuck,
    15   LazarusPackageIntf;
     15  UCompilerAPI, UModuleGCC, USourceConvertor, UModuleBrainfuck, UModulePHP,
     16  UModuleJava, UModuleASM8051, LazarusPackageIntf;
    1617
    1718implementation
Note: See TracChangeset for help on using the changeset viewer.