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