fix bustage for windows systems with spaces in paths to midl, a=dbaron, bug

204213
This commit is contained in:
leaf%mozilla.org 2003-05-02 22:06:30 +00:00
parent 351563e9f0
commit 72af340bbb

View File

@ -145,6 +145,7 @@ case "$target" in
if test -z "$CPP"; then CPP=cl; fi
if test -z "$LD"; then LD=link; fi
if test -z "$AS"; then AS=ml; fi
if test -z "$MIDL"; then MIDL=midl; fi
;;
esac