Added rules to parse library, coclass, dispinterface, and module
commit5d267d7372bfda38edb61ce662904ae2a448f0b9
authorOve Kaaven <ovek@arcticnet.no>
Wed, 7 Jan 2004 04:21:27 +0000 (7 04:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jan 2004 04:21:27 +0000 (7 04:21 +0000)
tree41b63b0ce840d9e9a09bed98c65c8594081f6fd2
parente6f491aa5ca139aa21014c58a98518bcb66c4be9
Added rules to parse library, coclass, dispinterface, and module
definitions, and a number of attributes, and cleaned up a few things.
Started on a typelib generation framework.
12 files changed:
tools/widl/Makefile.in
tools/widl/header.c
tools/widl/header.h
tools/widl/parser.l
tools/widl/parser.y
tools/widl/proxy.c
tools/widl/proxy.h
tools/widl/typelib.c [new file with mode: 0644]
tools/widl/typelib.h [copied from tools/widl/proxy.h with 71% similarity]
tools/widl/widl.c
tools/widl/widl.h
tools/widl/widltypes.h