Changeset 10 for trunk/SVNZero.lpr
- Timestamp:
- Aug 30, 2022, 7:44:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SVNZero.lpr
r9 r10 2 2 3 3 uses 4 {$IFDEF UNIX} 5 cthreads, 6 {$ENDIF} 7 Classes, SysUtils, CustApp, USubversion, UTest, USvnZero, UTestCases, UExecute 8 { you can add units after this }; 4 {$IFDEF UNIX}cthreads,{$ENDIF} 5 Interfaces, // this includes the LCL widgetset 6 Classes, SysUtils, CustApp, USubversion, USvnZero, UTestCases, UExecute, 7 UTestCase; 9 8 10 9 type … … 24 23 end; 25 24 26 { TSvnZero }25 { TSvnZeroApp } 27 26 28 27 procedure TSvnZeroApp.DoRun; … … 123 122 var 124 123 Application: TSvnZeroApp; 124 125 {$R *.res} 126 125 127 begin 126 128 {$if declared(UseHeapTrace)}
Note:
See TracChangeset
for help on using the changeset viewer.