ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/testsuite/runtest.bat
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/runtest.bat (file contents):
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 87 by tony, Mon Jan 1 11:31:26 2018 UTC

# Line 13 | Line 13 | FOR %%V in (3.0.4 3.0.2 3.0.0) do (
13      set FPCBIN=C:\lazarus\fpc\%%V\bin\x86_64-win32
14      Goto COMPILE
15    )
16 +  if EXIST C:\lazarus\fpc\%%V\bin\x86_64-win64\fpc.exe (
17 +    set FPCDIR=C:\lazarus\fpc\%%V
18 +    set FPCBIN=C:\lazarus\fpc\%%V\bin\x86_64-win64
19 +    Goto COMPILE
20 +  )
21   )
22  
23   if not EXIST %FPCBIN%\fpc.exe (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines