Changeset 38 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 19, 2012, 10:29:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r37 r38 9 9 {$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi,11 Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi, 12 12 UTargetInterpretter, UTargetPHP, UFormCPU, UFormMain, 13 13 UFormOptions, CoolTranslator, Common, 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory; 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory, 15 UFormMessages; 15 16 16 17 {$R *.res} … … 21 22 Application.Initialize; 22 23 Application.CreateForm(TMainForm, MainForm); 23 Application.CreateForm(T InterpreterForm, InterpreterForm);24 Application.CreateForm(TFormCPU, FormCPU); 24 25 Application.CreateForm(TOptionsForm, OptionsForm); 25 26 Application.CreateForm(TFormCompilers, FormCompilers); 26 Application.CreateForm(TForm1, Form1); 27 Application.CreateForm(TForm2, Form2); 28 Application.CreateForm(TForm3, Form3); 27 Application.CreateForm(TFormOutput, FormOutput); 28 Application.CreateForm(TFormInput, FormInput); 29 Application.CreateForm(TFormMemory, FormMemory); 30 Application.CreateForm(TFormMesssages, FormMesssages); 29 31 Application.Run; 30 32 end.
Note:
See TracChangeset
for help on using the changeset viewer.