Alexandre Julliard : winebuild: Add support for generating stand-alone 16-bit modules.

Alexandre Julliard julliard at winehq.org
Thu Feb 26 09:05:21 CST 2009


Module: wine
Branch: master
Commit: 5599ac22c77ce5047ec0e22416e835676ff7b1ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5599ac22c77ce5047ec0e22416e835676ff7b1ed

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 24 18:02:15 2009 +0100

winebuild: Add support for generating stand-alone 16-bit modules.

This is done by wrapping them inside an empty 32-bit module.

---

 tools/winebuild/build.h          |    4 ++
 tools/winebuild/import.c         |    1 +
 tools/winebuild/main.c           |   13 ++++++--
 tools/winebuild/parser.c         |   33 ++++++++++++++++++---
 tools/winebuild/spec16.c         |   58 ++++++++++++++++++++++++++++++++------
 tools/winebuild/spec32.c         |   26 ++++++++++++-----
 tools/winebuild/winebuild.man.in |    5 ++-
 7 files changed, 114 insertions(+), 26 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=5599ac22c77ce5047ec0e22416e835676ff7b1ed



More information about the wine-cvs mailing list