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
Родитель eb80ab88f5
Коммит 47aa53a203
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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