Changeset 77 for branches/Transpascal/Compiler/TranspascalCompiler.pas
- Timestamp:
- Oct 22, 2010, 9:22:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/TranspascalCompiler.pas
r72 r77 9 9 uses 10 10 UCompiler, USourceCode, UProducerTreeView, UProducer, UProducerAsm8051, 11 UProducer C, UProducerPascal, UParser, UPascalParser, UGrammer,12 LazarusPackageIntf;11 UProducerDynamicC, UProducerPascal, UParser, UPascalParser, UGrammer, 12 UProducerGCCC, LazarusPackageIntf; 13 13 14 14 implementation
Note:
See TracChangeset
for help on using the changeset viewer.