Changeset 176 for branches/virtualcpu4/virtucpu4.lpr
- Timestamp:
- Apr 12, 2019, 11:43:24 AM (6 years ago)
- Location:
- branches/virtualcpu4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4
- Property svn:ignore
-
old new 4 4 *.lps 5 5 *.res 6 heaptrclog.trc
-
- Property svn:ignore
-
branches/virtualcpu4/virtucpu4.lpr
r174 r176 5 5 uses 6 6 {$IFDEF UNIX} 7 cthreads, 7 cthreads, clocale, 8 8 {$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UCpu, UMachine10 SysUtils, Forms, UFormMain, UCpu, UMachine 11 11 { you can add units after this }; 12 12 13 13 {$R *.res} 14 14 15 {$if declared(UseHeapTrace)} 16 const 17 HeapTraceLog = 'heaptrclog.trc'; 18 {$ENDIF} 19 15 20 begin 21 {$if declared(UseHeapTrace)} 22 // Heap trace 23 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 24 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 25 {$ENDIF} 26 16 27 RequireDerivedFormResource:=True; 17 28 Application.Scaled:=True;
Note:
See TracChangeset
for help on using the changeset viewer.