repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some more cases to the app-id unit tests
[glib.git]
/
glib
/
gnulib
/
makefile.msc
blob
da2b4cfe1a1aa53d99936b29d7150377c05abc87
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