projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ReadFile and WriteFile must be passed a parameter for the number of
[wine]
/
dlls
/
advpack
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = advpack.dll
6
IMPORTS = setupapi user32 kernel32 ntdll
7
EXTRALIBS = $(LIBUNICODE)
8
9
C_SRCS = \
10
advpack.c \
11
reg.c
12
13
@MAKE_DLL_RULES@
14
15
### Dependencies: