repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
advpack
/
Makefile.in
blob
cf236f54d97168144dc968fa22635d700b01c746
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
advpack.dll
6
IMPORTLIB
=
libadvpack.
$(
IMPLIBEXT
)
7
IMPORTS
=
setupapi version user32 kernel32 ntdll
8
EXTRALIBS
= $(
LIBUNICODE
)
9
10
C_SRCS
=
\
11
advpack.c \
12
reg.c
13
14
SUBDIRS
=
tests
15
16
@MAKE_DLL_RULES@
17
18
### Dependencies: