## Makefile for building the GLib dlls with Microsoft C ## Use: nmake -f makefile.msc TOP = .. !INCLUDE $(TOP)\build\win32\make.msc PARTS = glib gmodule gthread gobject tests all : \ config.h \ sub-all sub-all: for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d sub-one: @cd $(THIS) @nmake -nologo -f makefile.msc @cd .. config.h: config.h.win32 copy config.h.win32 config.h glibconfig.h: glibconfig.h.win32 copy glibconfig.h.win32 glibconfig.h