X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=makefile.msc;h=52e07f6ddd2cd73d2566880bba6fa28f4cbd80a3;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=433c1f2954c6cb2b0772e577e6c3941915908a3f;hpb=74b4d8c22e6b63661430395f40b978684009c29b;p=platform%2Fupstream%2Fglib.git diff --git a/makefile.msc b/makefile.msc index 433c1f2..52e07f6 100644 --- a/makefile.msc +++ b/makefile.msc @@ -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