Changeset 40 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 19, 2012, 2:13:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r38 r40 9 9 {$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi, 12 12 UTargetInterpretter, UTargetPHP, UFormCPU, UFormMain, 13 13 UFormOptions, CoolTranslator, Common, 14 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory, 15 UFormMessages;15 UFormMessages; 16 16 17 17 {$R *.res} … … 28 28 Application.CreateForm(TFormInput, FormInput); 29 29 Application.CreateForm(TFormMemory, FormMemory); 30 Application.CreateForm(TFormMess sages, FormMesssages);30 Application.CreateForm(TFormMessages, FormMessages); 31 31 Application.Run; 32 32 end.
Note:
See TracChangeset
for help on using the changeset viewer.