Changeset 50 for trunk/LazFuckIDE.lpr
- Timestamp:
- Jul 13, 2012, 1:37:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r46 r50 13 13 UFormOptions, CoolTranslator, Common, 14 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory, 15 UFormMessages, UFormSourceCode, UFormTargetCode ;15 UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions; 16 16 17 17 {$R *.res} … … 31 31 Application.CreateForm(TFormSourceCode, FormSourceCode); 32 32 Application.CreateForm(TFormTargetCode, FormTargetCode); 33 Application.CreateForm(TFormTargetOptions, FormTargetOptions); 33 34 Application.Run; 34 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.