Changeset 25 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 13, 2012, 9:47:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r23 r25 11 11 Forms, UBrainFuck, UApplicationInfo, UCompiledForm, UInterpretterForm, 12 12 UMainForm, UOptionsForm, ULastOpenedList, URegistry, CoolTranslator, Common, 13 TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP ;13 TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP, UCompilersForm; 14 14 15 15 {$R *.res} … … 23 23 Application.CreateForm(TInterpreterForm, InterpreterForm); 24 24 Application.CreateForm(TOptionsForm, OptionsForm); 25 Application.CreateForm(TFormCompilers, FormCompilers); 25 26 Application.Run; 26 27 end.
Note:
See TracChangeset
for help on using the changeset viewer.