summaryrefslogtreecommitdiff
path: root/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2007-12-03 22:46:17 +0000
committerHans Breuer <hans@src.gnome.org>2007-12-03 22:46:17 +0000
commit27cb515443e50d62345e9ba2426b82c924cc3c7a (patch)
treebeee98ef37fb6793124ef37b63bc3563254fb127 /makefile.msc
parent43ae3892110d4d4a0c744a10cbcbdcc337efefc1 (diff)
added glib_gettext (in use by gio) also try building gio
2007-12-03 Hans Breuer <hans@breuer.org> * glib/glib.symbols : added glib_gettext (in use by gio) * makefile.msc : also try building gio * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid 'bad suffix on number' * glib/gtestutils.c : declare cariable at the beginning of the block, include <io.h> for G_OS_WIN32 * makefile.msc.in : add gurifuncs and gtestutils svn path=/trunk/; revision=6028
Diffstat (limited to 'makefile.msc')
-rw-r--r--makefile.msc2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.msc b/makefile.msc
index bbb24b85b..52e07f6dd 100644
--- a/makefile.msc
+++ b/makefile.msc
@@ -1,7 +1,7 @@
## Makefile for building the GLib dlls with Microsoft C
## Use: nmake -f makefile.msc
-PARTS = glib gmodule gthread gobject tests
+PARTS = glib gmodule gthread gobject gio tests
all : \
config.h \