Changeset 4918


Ignore:
Timestamp:
2003-07-15T12:33:35+12:00 (21 years ago)
Author:
mdewsnip
Message:

Removed CompileSingle at John's instruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r4915 r4918  
    22
    33if "%1" == "" goto CompileAll
    4 if "%2" == "" goto CompileSingle
    54
    65:CompileDependant
     
    98
    109javac -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/calpa.jar;lib/jp.jar;lib/polloxml.jar;lib/qfslib.jar;lib/skinlf.jar;lib/nanoxml.jar %1
    11 
    12 goto End
    13 
    14 :CompileSingle
    15 
    16 echo Compiling %1...
    17 javac -d classes/ -classpath classes/;lib/apache.jar;lib/calpa.jar;lib/jp.jar;lib/polloxml.jar;lib/qfslib.jar;lib/skinlf.jar;lib/nanoxml.jar %1
    1810
    1911goto End
Note: See TracChangeset for help on using the changeset viewer.