Changeset 33 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 18, 2012, 11:08:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r32 r33 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi, 12 UTargetInterpretter, UTargetPHP, U CompiledForm, UInterpretterForm, UMainForm,12 UTargetInterpretter, UTargetPHP, UInterpretterForm, UMainForm, 13 13 UOptionsForm, CoolTranslator, Common, 14 14 TemplateGenerics, UCompilersForm; … … 21 21 Application.Initialize; 22 22 Application.CreateForm(TMainForm, MainForm); 23 Application.CreateForm(TCompiledForm, CompiledForm);24 23 Application.CreateForm(TInterpreterForm, InterpreterForm); 25 24 Application.CreateForm(TOptionsForm, OptionsForm);
Note:
See TracChangeset
for help on using the changeset viewer.