Ignore:
Timestamp:
Aug 1, 2012, 12:16:08 PM (12 years ago)
Author:
chronos
Message:
  • Added: Introduced concept of graph of source file set converters similar to IntToStr, StrToInt, FloatToStr, StrToFloat, e.g.
  • Modified: Some target definitions transformed to loadable modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/TranspascalCompiler.pas

    r71 r72  
    88
    99uses
    10   UCompiler, USourceCode, UProducer, UAnalyzer, UTarget, UExecutor,
     10  UCompiler, USourceCodePascal, UProducer, UAnalyzer, UTarget, UExecutor,
    1111  UAnalyzerPascal, UProducerDynamicc, UProducerASM8051, UTargetASM8051,
    12   UTargetGCC, UProducerGCC, UProducerPascal, UTargetDelphi, UTargetPHP,
    13   UTargetJava, UTargetXML, UTargetInterpretter, UTargetNASM, UModulePascal,
    14   UCompilerAPI, UModuleGCC, LazarusPackageIntf;
     12  UTargetGCC, UProducerGCC, UProducerDelphi, UModuleDelphi, UTargetPHP,
     13  UTargetJava, UTargetXML, UModuleInterpretter, UTargetNASM, UModulePascal,
     14  UCompilerAPI, UModuleGCC, USourceConvertor, UModuleBrainfuck,
     15  LazarusPackageIntf;
    1516
    1617implementation
Note: See TracChangeset for help on using the changeset viewer.