[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gnulib / makefile.msc
1 TOP = ..\..\..
2 !INCLUDE ..\..\build\win32\make.msc
3
4 INCLUDES = -I ..\.. -I ..
5 DEFINES = -DHAVE_CONFIG_H -DHAVE_LONG_LONG_FORMAT
6
7 OBJECTS = \
8         asnprintf.obj \
9         printf.obj \
10         printf-args.obj \
11         printf-parse.obj \
12         vasnprintf.obj
13
14 all : gnulib.lib
15
16 gnulib.lib : $(OBJECTS)
17         lib -out:gnulib.lib $(OBJECTS)
18