Changeset 37 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 19, 2012, 9:58:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r33 r37 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi, 12 UTargetInterpretter, UTargetPHP, U InterpretterForm, UMainForm,13 U OptionsForm, CoolTranslator, Common,14 TemplateGenerics, U CompilersForm;12 UTargetInterpretter, UTargetPHP, UFormCPU, UFormMain, 13 UFormOptions, CoolTranslator, Common, 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory; 15 15 16 16 {$R *.res} … … 24 24 Application.CreateForm(TOptionsForm, OptionsForm); 25 25 Application.CreateForm(TFormCompilers, FormCompilers); 26 Application.CreateForm(TForm1, Form1); 27 Application.CreateForm(TForm2, Form2); 28 Application.CreateForm(TForm3, Form3); 26 29 Application.Run; 27 30 end.
Note:
See TracChangeset
for help on using the changeset viewer.