Added support for building a dll from a .def file for cases where we
commit492ac292b918a3369900532e4edfadaeeba32064
authorAlexandre Julliard <julliard@winehq.org>
Tue, 17 Feb 2004 20:36:16 +0000 (17 20:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Feb 2004 20:36:16 +0000 (17 20:36 +0000)
tree829689ca6c3832599b351f954be8e9439849f904
parent14743a0f3bebea67ee4a856dc01a14728407c147
Added support for building a dll from a .def file for cases where we
don't want to write a full .spec.
Renamed --spec option to --dll for consistency.
12 files changed:
Make.rules.in
dlls/Makedll.rules.in
dlls/gdi/Makefile.in
dlls/kernel/Makefile.in
dlls/shell32/Makefile.in
dlls/user/Makefile.in
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/utils.c
tools/winebuild/winebuild.man.in