Changeset 51 for trunk/tunneler.lpr
- Timestamp:
- Dec 20, 2021, 6:45:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tunneler.lpr
r47 r51 4 4 5 5 uses 6 {$DEFINE UseCThreads} 7 {$IFDEF UNIX}{$IFDEF UseCThreads} 6 {$IFDEF UNIX} 8 7 cthreads, clocale, 9 {$ENDIF} {$ENDIF}8 {$ENDIF} 10 9 Interfaces, // this includes the LCL widgetset 11 Forms, TemplateGenerics, CoolTranslator,UPlatform, FileUtil, SysUtils,10 Forms, TemplateGenerics, UPlatform, FileUtil, SysUtils, 12 11 Common, 13 12 UFormNewGame, UMainForm, UMapForm, UGameResultForm, UCore … … 16 15 {$R *.res} 17 16 18 {$ IFDEF DEBUG}17 {$if declared(UseHeapTrace)} 19 18 const 20 19 HeapTraceLog = 'heaptrclog.trc'; … … 22 21 23 22 begin 24 {$ IFDEF DEBUG}23 {$if declared(UseHeapTrace)} 25 24 // Heap trace 26 25 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note:
See TracChangeset
for help on using the changeset viewer.