summaryrefslogtreecommitdiff
path: root/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-09-21 19:48:59 +0000
committerHans Breuer <hans@src.gnome.org>2001-09-21 19:48:59 +0000
commitfdc27bb82cc4045e82808d394c716f2c7a013df7 (patch)
tree97fff07a0e3b295ae786018c7673a9af7be87fd7 /makefile.msc
parent885c1b48f9a50633b71bec73f9ad3e6958b710d1 (diff)
added rule for glibconfig.h
2001-09-21 Hans Breuer <hans@breuer.org> * makefile.msc : added rule for glibconfig.h * glib/giowin32.c (g_io_channel_new_file) : always open in binary mode * glib/glib.def : updated externals * glib/gwin32.c : re-added LANG_* and SUBLANG_* definitions, which are missing from the msvc 5.0 win32 sdk * glib/makefile.msc.in : added gbsearcharry
Diffstat (limited to 'makefile.msc')
-rw-r--r--makefile.msc4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile.msc b/makefile.msc
index 433c1f295..bbb24b85b 100644
--- a/makefile.msc
+++ b/makefile.msc
@@ -5,6 +5,7 @@ PARTS = glib gmodule gthread gobject tests
all : \
config.h \
+ glibconfig.h \
sub-all
sub-all:
@@ -22,3 +23,6 @@ sub-one:
config.h: config.h.win32
copy config.h.win32 config.h
+
+glibconfig.h: glibconfig.h.win32
+ copy glibconfig.h.win32 glibconfig.h