Changeset 62 for branches/Transpascal/Transpascal.lpr
- Timestamp:
- Oct 15, 2010, 7:09:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Transpascal.lpr
r61 r62 10 10 UMainForm in 'UMainForm.pas' {MainForm}, 11 11 UTextSource in 'UTextSource.pas', UProject, TranspascalCompiler, 12 UProjectManager, UCodeForm, UMessagesForm ;12 UProjectManager, UCodeForm, UMessagesForm, UCompiledForm, UCodeTreeForm; 13 13 14 14 {$R *.res} … … 24 24 Application.CreateForm(TCodeForm, CodeForm); 25 25 Application.CreateForm(TMessagesForm, MessagesForm); 26 Application.CreateForm(TCompiledForm, CompiledForm); 27 Application.CreateForm(TCodeTreeForm, CodeTreeForm); 26 28 Application.Run; 27 29 end.
Note:
See TracChangeset
for help on using the changeset viewer.