summaryrefslogtreecommitdiff
path: root/MORE.STUFF
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2000-05-12 23:27:53 +0000
committerWerner LEMBERG <wl@gnu.org>2000-05-12 23:27:53 +0000
commitbd5a4190bddc6becb8647f25eea16bfeff261275 (patch)
tree209788f689ce990565e74a33b4ccc6db88517d80 /MORE.STUFF
parent52a6d12af0d0163805c77625ec7325951e8913ad (diff)
downloadgroff-git-bd5a4190bddc6becb8647f25eea16bfeff261275.tar.gz
Added win32 port contributed by Blake McBride
<blake@florida-software.com>. * README.WIN32, win32-diffs: New files. * NEWS: Updated. * src/preproc/grn/hgraph.cc (HGSetBrush): Replace `%lf' with `%f'. (tmove, tmove2): Added parentheses to avoid compiler warnings. (change): Removed unused variables. * src/preproc/grn/main.cc (main, conv): Removed unused variables. (savebounds): Changed return value from `int' to `void'. * src/preproc/grn/hdb.cc: Ditto. * src/devices/grolbp/lbp.cc (lbp_printer::draw): Removed superfluous final backslash in comment to avoid compiler warning. * src/utils/pfbtops/pfbtops.c: Added `getopt.h'. * doc/groff.texinfo: More fixes. * tmac/tmac.doc: Documentation fix.
Diffstat (limited to 'MORE.STUFF')
-rw-r--r--MORE.STUFF8
1 files changed, 8 insertions, 0 deletions
diff --git a/MORE.STUFF b/MORE.STUFF
index 0c16ed058..acc3b2097 100644
--- a/MORE.STUFF
+++ b/MORE.STUFF
@@ -1,6 +1,14 @@
More stuff for groff
====================
+win32
+-----
+
+Another win32 port using the gcc compiler and other GNU tools, maintained by
+Thomer M. Gil <tmgil@cs.vu.nl>, is available from
+
+ http://www.cs.vu.nl/~tmgil/misc/wingroff.html
+
grap
----