projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Reimplement UuidCreate() with Win32 APIs.
[wine]
/
dlls
/
netapi32
/
Makefile.in
1
EXTRADEFS = -D_SVRAPI_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = netapi32.dll
7
IMPORTS = iphlpapi ws2_32 advapi32 kernel32
8
9
C_SRCS = \
10
access.c \
11
apibuf.c \
12
browsr.c \
13
nbcmdqueue.c \
14
nbnamecache.c \
15
nbt.c \
16
netapi32.c \
17
netbios.c \
18
wksta.c
19
20
SUBDIRS = tests
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies: