Duplicate widl tool to widl_new
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 5 Sep 2007 11:11:31 +0000 (11:11 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Wed, 5 Sep 2007 11:11:31 +0000 (11:11 +0000)
commit72e2ba5445b2329cbb94c55d4e0d92ea93525ec7
tree778b11cfecad574410cef63449205931baee1b86
parent05e11ee73f55034b887de4c45141e28dc7157e52
Duplicate widl tool to widl_new

svn path=/trunk/; revision=28872
29 files changed:
reactos/tools/widl_new/ChangeLog [new file with mode: 0644]
reactos/tools/widl_new/Makefile.in [new file with mode: 0644]
reactos/tools/widl_new/client.c [new file with mode: 0644]
reactos/tools/widl_new/hash.c [new file with mode: 0644]
reactos/tools/widl_new/hash.h [new file with mode: 0644]
reactos/tools/widl_new/header.c [new file with mode: 0644]
reactos/tools/widl_new/header.h [new file with mode: 0644]
reactos/tools/widl_new/lex.yy.c [new file with mode: 0644]
reactos/tools/widl_new/parser.h [new file with mode: 0644]
reactos/tools/widl_new/parser.l [new file with mode: 0644]
reactos/tools/widl_new/parser.tab.c [new file with mode: 0644]
reactos/tools/widl_new/parser.tab.h [new file with mode: 0644]
reactos/tools/widl_new/parser.y [new file with mode: 0644]
reactos/tools/widl_new/port/mkstemps.c [new file with mode: 0644]
reactos/tools/widl_new/proxy.c [new file with mode: 0644]
reactos/tools/widl_new/server.c [new file with mode: 0644]
reactos/tools/widl_new/typegen.c [new file with mode: 0644]
reactos/tools/widl_new/typegen.h [new file with mode: 0644]
reactos/tools/widl_new/typelib.c [new file with mode: 0644]
reactos/tools/widl_new/typelib.h [new file with mode: 0644]
reactos/tools/widl_new/typelib_struct.h [new file with mode: 0644]
reactos/tools/widl_new/utils.c [new file with mode: 0644]
reactos/tools/widl_new/utils.h [new file with mode: 0644]
reactos/tools/widl_new/widl.c [new file with mode: 0644]
reactos/tools/widl_new/widl.h [new file with mode: 0644]
reactos/tools/widl_new/widl.mak [new file with mode: 0644]
reactos/tools/widl_new/widl.man.in [new file with mode: 0644]
reactos/tools/widl_new/widltypes.h [new file with mode: 0644]
reactos/tools/widl_new/write_msft.c [new file with mode: 0644]