set the corresponding p(ermission)mode of the file when creating,
[platform/upstream/glib.git] / makefile.msc.in
1 ## Makefile for building the GLib dlls with Microsoft C
2 ## Use: nmake -f makefile.msc
3
4 TOP = ..
5
6 !INCLUDE $(TOP)\build\win32\make.msc
7
8 PARTS = glib gmodule gthread gobject tests
9
10 all : \
11         config.h \
12         sub-all
13
14 sub-all: 
15         for %d in ($(PARTS)) do nmake -nologo -f makefile.msc sub-one THIS=%d
16
17 sub-one:
18         @cd $(THIS)
19         @nmake -nologo -f makefile.msc
20         @cd ..
21
22 config.h: config.h.win32
23         copy config.h.win32 config.h
24
25 glibconfig.h: glibconfig.h.win32
26         copy glibconfig.h.win32 glibconfig.h