Changeset 15 for trunk/LibrePaint.lpr
- Timestamp:
- Sep 22, 2014, 11:06:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LibrePaint.lpr
r13 r15 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UCore, UGraphic, UProject, UMemory, UFormNew, UFormMain,10 SysUtils, Forms, UCore, UGraphic, UProject, UMemory, UFormNew, UFormMain, 11 11 UColorRGBA8, UColorGray8, UColorGray1, UColorGray4, UColorRGB565 12 12 { you can add units after this }; … … 14 14 {$R *.res} 15 15 16 {$IFDEF DEBUG} 17 const 18 HeapTraceLog = 'heaptrclog.trc'; 19 {$ENDIF} 20 16 21 begin 22 {$IFDEF DEBUG} 23 // Heap trace 24 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 25 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 26 {$ENDIF} 27 17 28 RequireDerivedFormResource := True; 18 29 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.