Changeset 46 for trunk/LazFuckIDE.lpr
- Timestamp:
- Jul 12, 2012, 7:47:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r45 r46 13 13 UFormOptions, CoolTranslator, Common, 14 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory, 15 UFormMessages ;15 UFormMessages, UFormSourceCode, UFormTargetCode; 16 16 17 17 {$R *.res} … … 29 29 Application.CreateForm(TFormMemory, FormMemory); 30 30 Application.CreateForm(TFormMessages, FormMessages); 31 Application.CreateForm(TFormSourceCode, FormSourceCode); 32 Application.CreateForm(TFormTargetCode, FormTargetCode); 31 33 Application.Run; 32 34 end.
Note:
See TracChangeset
for help on using the changeset viewer.