cleanup
[platform/upstream/glib.git] / makefile.msc
index 433c1f2..52e07f6 100644 (file)
@@ -1,10 +1,11 @@
 ## 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 \
+       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