Add /Oicf to accessible/public/msaa's midl invocations. b=274542,

r=aaronleventhal, sr=bsmedberg.
This commit is contained in:
cmp%mozilla.org 2005-01-22 16:55:36 +00:00
Родитель a95bb249eb
Коммит 347215a5f0
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -19,6 +19,7 @@
# the Initial Developer. All Rights Reserved. # the Initial Developer. All Rights Reserved.
# #
# Contributor(s): # Contributor(s):
# Chase Phillips <cmp@mozilla.org>
# #
# Alternatively, the contents of this file may be used under the terms of # Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or # either the GNU General Public License Version 2 or later (the "GPL"), or
@ -94,9 +95,9 @@ OS_LIBS = \
$(MIDL_GENERATED_FILES): done_gen $(MIDL_GENERATED_FILES): done_gen
done_gen: ISimpleDOMNode.idl ISimpleDOMDocument.idl ISimpleDOMText.idl done_gen: ISimpleDOMNode.idl ISimpleDOMDocument.idl ISimpleDOMText.idl
$(MIDL) $(MIDL_FLAGS) $(srcdir)/ISimpleDOMNode.idl $(MIDL) $(MIDL_FLAGS) /Oicf $(srcdir)/ISimpleDOMNode.idl
$(MIDL) $(MIDL_FLAGS) $(srcdir)/ISimpleDOMDocument.idl $(MIDL) $(MIDL_FLAGS) /Oicf $(srcdir)/ISimpleDOMDocument.idl
$(MIDL) $(MIDL_FLAGS) $(srcdir)/ISimpleDOMText.idl $(MIDL) $(MIDL_FLAGS) /Oicf $(srcdir)/ISimpleDOMText.idl
touch $@ touch $@
EXPORTS = \ EXPORTS = \