projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1.
[wine]
/
dlls
/
wnaspi32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wnaspi32.dll
6
IMPORTLIB = wnaspi32
7
IMPORTS = advapi32 kernel32
8
9
C_SRCS = \
10
aspi.c \
11
winaspi32.c
12
13
C_SRCS16 = \
14
winaspi16.c
15
16
SPEC_SRCS16 = winaspi.spec
17
18
@MAKE_DLL_RULES@
19
20
@DEPENDENCIES@ # everything below this line is overwritten by make depend