projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace -I with $(glib_INCLUDES) and friends
[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