summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-04-13 21:05:08 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-04-13 21:05:08 +0000
commitfb55f0056ea77efedcc51fe83552efcaf9ac3e93 (patch)
treed666ec8f6d34a1c3e2c0b6eea8ff232b3df83ae7 /README.win32
parent3aa65d30eb2dfeb63956a38ec9c5296477712888 (diff)
Mention the tests directory.
* README.win32: Mention the tests directory. * glib.def: Add the functions from grand.c. * glibconfig.h.win32: Add unsigned max values, and the format strings. * makefile.msc: Add grand. * tests/{date-test,node-test}.c: Include <stdlib.h> for exit(). * tests/makefile.msc: New file.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win327
1 files changed, 5 insertions, 2 deletions
diff --git a/README.win32 b/README.win32
index 4d4e023fe..212163c1b 100644
--- a/README.win32
+++ b/README.win32
@@ -2,8 +2,8 @@ For more information about the port or GLib, GTk+ and the GIMP to
native Windows, and pre-built binary packages, see
http://www.iki.fi/tml/gimp/win32/ . "Native" means that we use the
Win32 API only, and not any POSIX emulation layer except that provided
-by the Microsoft runtime C library. Additionally the pthreads
-emulation library is used.
+by the Microsoft runtime C library. Additionally, a pthreads emulation
+library is used.
As for now, to build GLib on Win32, you need the Microsoft compiler
and tools. Both the compiler from MSVC 5.0 and from MSVC 6.0 have been
@@ -18,6 +18,9 @@ definition in makefile.msc.
Build with `nmake -f makefile.msc`. Install with `nmake -f
makefile.msc install`.
+To test the GLib functions, go to the tests subdirectory and enter
+`nmake -f makefile.msc check`.
+
Support for building using the cygwin tools (without depending on the
cygwin runtime, i.e. "mingw32"), and maybe LCC-Win32 might be added
later. When using the cygwin tools *with* the cygwin runtime the