Changeset 225

Show
Ignore:
Timestamp:
02/13/07 23:39:07 (1 year ago)
Author:
aldacron
Message:

* the new noDelBRF option was broken -- I was comparing a mixed case string against a lower case string to detect it. oops.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/buildme.d

    r224 r225  
    9696                mode = Mode.Release; 
    9797                break; 
    98             case "noDelBRF": 
     98            case "nodelbrf": 
    9999                doNotDeleteBRF = true; 
    100100                break;