Added winebuild -e option to specify the entry point and removed the
commit910851a20edc11fba25211333a77f6e49b1214b2
authorAlexandre Julliard <julliard@winehq.org>
Wed, 6 Nov 2002 20:02:59 +0000 (6 20:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Nov 2002 20:02:59 +0000 (6 20:02 +0000)
treed266c96dc5296010d155254994cf18922c172f85
parenteb4db9471f213105939973a2a689e8e3be9f4fca
Added winebuild -e option to specify the entry point and removed the
'init' spec file directive.
Winebuild long options now use a more standard double dash format
(older format still supported for backwards compatibility).
16 files changed:
Make.rules.in
dlls/Makedll.rules.in
dlls/Maketest.rules.in
dlls/kernel/Makefile.in
dlls/kernel/kernel32.spec
dlls/ntdll/Makefile.in
dlls/user/Makefile.in
dlls/user/user32.spec
miscemu/Makefile.in
miscemu/wine.spec [deleted file]
programs/Makeprog.rules.in
programs/avitools/Makefile.in
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/winebuild.man.in
tools/winemaker