Changeset 9 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 9, 2012, 4:10:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r8 r9 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo 10 Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo, 11 UCompiledForm 11 12 { you can add units after this }; 12 13 … … 19 20 Application.CreateForm(TMainForm, MainForm); 20 21 Application.CreateForm(TInterpreterForm, InterpreterForm); 22 Application.CreateForm(TCompiledForm, CompiledForm); 21 23 Application.Run; 22 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.