ChangeSet ID: 15254 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/06 14:45:21
Modified files: tools/widl : widltypes.h typelib.h typelib.c parser.y header.c Makefile.in Added files: tools/widl : write_msft.c typelib_struct.h hash.h hash.c
Log message: Huw Davies huw@codeweavers.com Initial support for typelib generation.
Patch: http://cvs.winehq.org/patch.py?id=15254
Old revision New revision Changes Path 1.19 1.20 +1 -5 wine/tools/widl/widltypes.h 1.2 1.3 +57 -0 wine/tools/widl/typelib.h 1.4 1.5 +4 -55 wine/tools/widl/typelib.c 1.29 1.30 +3 -0 wine/tools/widl/parser.y 1.31 1.32 +1 -0 wine/tools/widl/header.c 1.10 1.11 +3 -1 wine/tools/widl/Makefile.in Added 1.1 +0 -0 wine/tools/widl/write_msft.c Added 1.1 +0 -0 wine/tools/widl/typelib_struct.h Added 1.1 +0 -0 wine/tools/widl/hash.h Added 1.1 +0 -0 wine/tools/widl/hash.c