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