Changeset 197 for branches/virtcpu varint/virtcpu.lpr
- Timestamp:
- Sep 22, 2019, 9:31:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtcpu varint/virtcpu.lpr
r196 r197 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UMachine, UInstructionWriter, UVarInt 11 { you can add units after this }; 10 Forms, UMachine, UInstructionWriter, UVarInt 11 { you can add units after this }, 12 UFormMain, UCpu; 12 13 13 14 {$R *.res} 14 15 15 16 begin 16 RequireDerivedFormResource :=True;17 RequireDerivedFormResource := True; 17 18 Application.Initialize; 18 19 Application.CreateForm(TFormMain, FormMain);
Note:
See TracChangeset
for help on using the changeset viewer.