summaryrefslogtreecommitdiff
path: root/makefile.msc
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 /makefile.msc
parent3aa65d30eb2dfeb63956a38ec9c5296477712888 (diff)
downloadglib-fb55f0056ea77efedcc51fe83552efcaf9ac3e93.tar.gz
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 'makefile.msc')
-rw-r--r--makefile.msc1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.msc b/makefile.msc
index 6b6cf830a..4edac218d 100644
--- a/makefile.msc
+++ b/makefile.msc
@@ -62,6 +62,7 @@ glib_OBJECTS = \
gnode.obj \
gprimes.obj \
gqueue.obj \
+ grand.obj \
gslist.obj \
gstack.obj \
gtimer.obj \