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
/
netapi32
/
Makefile.in
blob
8bb7932055e5d702d85a8711238fcc60b748ed4f
1
EXTRADEFS
= -
D_SVRAPI_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
netapi32.dll
7
IMPORTLIB
=
libnetapi32.
$(
IMPLIBEXT
)
8
IMPORTS
=
iphlpapi ws2_32 advapi32 kernel32
9
10
C_SRCS
=
\
11
access.c \
12
apibuf.c \
13
browsr.c \
14
nbcmdqueue.c \
15
nbnamecache.c \
16
nbt.c \
17
netapi32.c \
18
netbios.c \
19
wksta.c
20
21
SUBDIRS
=
tests
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: