Ignore:
Timestamp:
2007-02-01T10:04:19+13:00 (17 years ago)
Author:
kjdon
Message:

fixed up some bugs in windows makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/winMake.bat

    r13755 r13840  
    1313    goto done
    1414
    15 :go
    16     if ""%2"" == ""javaonly"" goto java
    17     if ""%2"" == ""nojava"" goto nojava
    18 
    1915:clean
    2016    del bin\*
     17
     18:go
    2119    if ""%2"" == ""javaonly"" goto java
    2220    if ""%2"" == ""nojava"" goto nojava
     
    6765    cd ..
    6866    goto done
    69    
     67
    7068:done
Note: See TracChangeset for help on using the changeset viewer.