diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-13 14:18:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-13 14:18:23 +0000 |
commit | 9660d164f5ce7f776c15a40e095d1c2298936183 (patch) | |
tree | 763aed7987e5815c195f007fff691e62f49c1447 /winsup/doc | |
parent | 75c8a70c95ee78122233c2caad4118e2977368a2 (diff) | |
download | newlib-9660d164f5ce7f776c15a40e095d1c2298936183.zip newlib-9660d164f5ce7f776c15a40e095d1c2298936183.tar.gz newlib-9660d164f5ce7f776c15a40e095d1c2298936183.tar.bz2 |
* how.texinfo: Add more w32api words.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/how-programming.texinfo | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index a237289..548a607 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-07 Christopher Faylor <cgf@redhat.com> + + * how.texinfo: Add more w32api words. + 2003-02-07 Igor Pechtchanski <pechtcha@cs.nyu.edu> * ntsec.sgml: Add note on special names for missing user/group. diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 26adf0c..c4e22fd 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -234,12 +234,16 @@ rewriting the runtime library in question from specs... @subsection How do I rebuild the tools on my NT box? Install all required components in one directory (we'll call it /src). -Ideally, you should check out what you need from CVS (@file{http://cygwin.com/cvs.html}) but -otherwise, you can install the appropriate source packages from the -cygwin distribution. +Ideally, you should check out what you need from CVS +(@file{http://cygwin.com/cvs.html}). This is the @emph(preferred +method) for acquiring the sources. Otherwise, you can install the +appropriate source packages from the cygwin distribution. As of this writing, you need to install at least the cygwin source -package and the w32api source package. +package and the w32api source package. The winsup source package +should be extracted first and the w32api source directory should +be extracted into the resulting 'winsup' directory. Then rename +w32api-whatever to w32api. It is possible that the cygwin source package may require a newer version of the w32api package since the release of the packages is |