Changeset 60 for branches/Transpascal/Transpascal.lpr
- Timestamp:
- Oct 14, 2010, 1:50:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Transpascal.lpr
r54 r60 7 7 cthreads, 8 8 {$ENDIF}{$ENDIF} 9 Forms, Interfaces, SysUtils,9 Forms, CoolDocking, Interfaces, SysUtils, 10 10 UMainForm in 'UMainForm.pas' {MainForm}, 11 UTextSource in 'UTextSource.pas', 12 USourceCode, 13 UCompiler, 14 UProducerAsm8051, 15 UProducer, 16 UProducerC, UProducerPascal, 17 UParser, UProducerTreeView, UProject; 11 UTextSource in 'UTextSource.pas', UProject, TranspascalCompiler, 12 UProjecManager; 18 13 19 14 {$R *.res} … … 26 21 Application.Initialize; 27 22 Application.CreateForm(TMainForm, MainForm); 23 Application.CreateForm(TForm1, Form1); 28 24 Application.Run; 29 25 end.
Note:
See TracChangeset
for help on using the changeset viewer.