Changeset 5706


Ignore:
Timestamp:
2003-10-22T11:36:26+13:00 (21 years ago)
Author:
jmt12
Message:

All executable programs in batch files in older command.coms need a .exe file extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r5600 r5706  
    2121
    2222    :: Check if Javac is on the search path
    23     echo %PATH%| winutil\which javac.exe | winutil\setvar JAVACPATH > setjavac.bat
     23    echo %PATH%| winutil\which.exe javac.exe | winutil\setvar.exe JAVACPATH > setjavac.bat
    2424    call setjavac.bat
    2525    del setjavac.bat
     
    3232    del jdk.reg
    3333
    34     winutil\findjava jdk.txt | winutil\setvar JAVACPATH > setjavac.bat
     34    winutil\findjava.exe jdk.txt | winutil\setvar.exe JAVACPATH > setjavac.bat
    3535    del jdk.txt
    3636    call setjavac.bat
     
    5959
    6060:checkVer
     61
    6162:: Check that the version of Javac is new enough (1.4.0 or higher) to compile the GLI
    6263"%JAVACPATH%\javac.exe" -Xstdout nul -target 1.4
Note: See TracChangeset for help on using the changeset viewer.