1 ## Makefile for building the GLib dlls with Microsoft C
2 ## Use: nmake -f makefile.msc
4 PARTS = glib gmodule gthread gobject gio tests
12 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all
17 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=clean
21 @nmake -nologo -f makefile.msc $(TARGET)
24 config.h: config.h.win32
25 copy config.h.win32 config.h
27 glibconfig.h: glibconfig.h.win32
28 copy glibconfig.h.win32 glibconfig.h