1 ## Makefile for building the Gtk+ dlls with Microsoft C
2 ## Use: nmake -f makefile.msc
4 PARTS = gdk-pixbuf gdk gtk tests
11 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all
16 for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=clean
20 @nmake -nologo -f makefile.msc $(TARGET)
23 config.h: config.h.win32
24 copy config.h.win32 config.h