Added spec generation tool specmaker.
commitc7a3fec5be90414c8aa52f43cbe518c791b11c57
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Thu, 4 Jan 2001 19:45:49 +0000 (4 19:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2001 19:45:49 +0000 (4 19:45 +0000)
tree5ad3f5d2ffa5df79feb8181f51d61c177423d2f1
parent8d91b501dd3aa79d0d91e6f22c4e87ee3b59237c
Added spec generation tool specmaker.
15 files changed:
configure
configure.in
tools/Makefile.in
tools/specmaker/.cvsignore [new file with mode: 0644]
tools/specmaker/Makefile.in [new file with mode: 0644]
tools/specmaker/README [new file with mode: 0644]
tools/specmaker/dll.c [new file with mode: 0644]
tools/specmaker/function_grep.pl [new file with mode: 0755]
tools/specmaker/main.c [new file with mode: 0644]
tools/specmaker/misc.c [new file with mode: 0644]
tools/specmaker/msmangle.c [new file with mode: 0644]
tools/specmaker/output.c [new file with mode: 0644]
tools/specmaker/search.c [new file with mode: 0644]
tools/specmaker/specmaker.h [new file with mode: 0644]
tools/specmaker/symbol.c [new file with mode: 0644]