# | Line 6 | Line 6 | REM Test suite Configuration parameters | |
---|---|---|
6 | REM These may be modified if needed to suite local requirements | |
7 | ||
8 | ||
9 | < | FOR %%V in (3.0.4 3.0.2 3.0.0) do ( |
9 | > | FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do ( |
10 | if EXIST C:\lazarus\fpc\%%V\bin\i386-win32\fpc.exe ( | |
11 | set FPCDIR=C:\lazarus\fpc\%%V | |
12 | set FPCBIN=C:\lazarus\fpc\%%V\bin\i386-win32 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |