ChangeSet ID: 10590 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/06 22:21:27
Modified files: tools/widl : widltypes.h widl.h widl.c proxy.h proxy.c parser.y parser.l header.h header.c Makefile.in Added files: tools/widl : typelib.h typelib.c
Log message: Ove Kaaven ovek@arcticnet.no 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.
Patch: http://cvs.winehq.com/patch.py?id=10590
Old revision New revision Changes Path 1.10 1.11 +30 -0 wine/tools/widl/widltypes.h 1.5 1.6 +3 -1 wine/tools/widl/widl.h 1.14 1.15 +20 -4 wine/tools/widl/widl.c 1.1 1.2 +1 -2 wine/tools/widl/proxy.h 1.8 1.9 +16 -20 wine/tools/widl/proxy.c 1.11 1.12 +169 -20 wine/tools/widl/parser.y 1.14 1.15 +22 -1 wine/tools/widl/parser.l 1.4 1.5 +3 -0 wine/tools/widl/header.h 1.19 1.20 +6 -7 wine/tools/widl/header.c 1.8 1.9 +1 -0 wine/tools/widl/Makefile.in Added 1.1 +0 -0 wine/tools/widl/typelib.h Added 1.1 +0 -0 wine/tools/widl/typelib.c