Changeset 60 for trunk/LazFuckIDE.lpr
- Timestamp:
- Dec 3, 2014, 10:45:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r59 r60 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, UTarget, UTargetC, UTargetDelphi, UTargetInterpretter, UTargetPHP, 12 UTargetJava, UFormCPU, UFormMain, UFormOptions, UFormTargets, UFormOutput, 13 UFormInput, UFormMemory, UFormMessages, UFormSourceCode, UFormTargetCode, 14 UFormTargetOptions, UCore, Common, TemplateGenerics, CoolTranslator; 12 UTargetJava, UTargetFPC, UFormCPU, UFormMain, UFormOptions, UFormTargets, 13 UFormOutput, UFormInput, UFormMemory, UFormMessages, UFormSourceCode, 14 UFormTargetCode, UFormTargetOptions, UCore, Common, TemplateGenerics, 15 CoolTranslator, UFormLog; 15 16 16 17 {$R *.res} … … 32 33 Application.CreateForm(TFormTargetCode, FormTargetCode); 33 34 Application.CreateForm(TFormTargetOptions, FormTargetOptions); 35 Application.CreateForm(TFormLog, FormLog); 34 36 Application.Run; 35 37 end.
Note:
See TracChangeset
for help on using the changeset viewer.