Changeset 13 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 11, 2012, 5:53:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r12 r13 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo, 12 UCompiledForm 12 UCompiledForm, UOptionsForm 13 13 { you can add units after this }; 14 14 … … 22 22 Application.CreateForm(TInterpreterForm, InterpreterForm); 23 23 Application.CreateForm(TCompiledForm, CompiledForm); 24 Application.CreateForm(TOptionsForm, OptionsForm); 24 25 Application.Run; 25 26 end.
Note:
See TracChangeset
for help on using the changeset viewer.