Mike McCormack : hlink: Add a stub implementation (based on Aric Stewart' s code).

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:49:12 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: b732e9b4c13e8751c0117d0f19232ff50360078b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b732e9b4c13e8751c0117d0f19232ff50360078b

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Jun  6 19:26:24 2006 +0900

hlink: Add a stub implementation (based on Aric Stewart's code).

---

 configure               |    3 +
 configure.ac            |    1 
 dlls/Makefile.in        |    1 
 dlls/hlink/.gitignore   |    1 
 dlls/hlink/Makefile.in  |   15 +++++
 dlls/hlink/hlink.spec   |   33 +++++++++++
 dlls/hlink/hlink_main.c |  140 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 193 insertions(+), 1 deletions(-)
 create mode 100644 dlls/hlink/.gitignore
 create mode 100644 dlls/hlink/Makefile.in
 create mode 100644 dlls/hlink/hlink.spec
 create mode 100644 dlls/hlink/hlink_main.c

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



More information about the wine-cvs mailing list