Skip to content

Commit

Permalink
Bug 1435889 - List sources generated by midl in accessible/interfaces…
Browse files Browse the repository at this point in the history
…/ia2 in moz.build rather than Makefile.in r=nalexander

MozReview-Commit-ID: CLJ2yCuYmd2

--HG--
extra : rebase_source : 8a811a45140d6d266de089aab779e842c7a85b86
  • Loading branch information
chmanchester committed Feb 6, 2018
1 parent 5816025 commit 756445c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions accessible/interfaces/ia2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ MIDL_LIBRARIES = \
IA2Typelib.idl \
$(NULL)

CSRCS = \
dlldata.c \
$(MIDL_INTERFACES:%.idl=%_p.c) \
$(MIDL_INTERFACES:%.idl=%_i.c) \
$(NULL)

MIDL_GENERATED_FILES = \
dlldata.c \
$(MIDL_ENUMS:%.idl=%.h) \
Expand Down
4 changes: 4 additions & 0 deletions accessible/interfaces/ia2/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ GENERATED_FILES += [
'IA2Typelib.tlb',
]

SOURCES += [
'!%s' % p for p in GENERATED_FILES if p.endswith('.c')
]

RCINCLUDE = 'IA2Marshal.rc'

# The Windows MIDL code generator creates things like:
Expand Down

0 comments on commit 756445c

Please sign in to comment.