Create an assembly file with all undefined symbols and add it to the
commita999a990fefda643b2ea1a217ec0bf6a94f19cd4
authorAlexandre Julliard <julliard@winehq.org>
Mon, 19 Sep 2005 17:04:43 +0000 (19 17:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Sep 2005 17:04:43 +0000 (19 17:04 +0000)
tree22b16a962db91862091026e94486104ffe857e4d
parent980f817737a9a29d4a7ab9dbed0b8777e70b6632
Create an assembly file with all undefined symbols and add it to the
link command so that the symbols show up in the final undefined list.
Use that list to create thunks for all exported but undefined symbols,
to make sure all export RVAs point somewhere inside the module.
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/spec32.c
tools/winebuild/winebuild.man.in
tools/winegcc/winegcc.c