projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Implement CertFindCRLInStore for find type CRL_FIND_ISSUED_FOR.
[wine]
/
dlls
/
wmiutils
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wmiutils.dll
6
IMPORTS = oleaut32 ole32 advapi32 kernel32
7
8
C_SRCS = \
9
main.c \
10
regsvr.c \
11
statuscode.c
12
13
@MAKE_DLL_RULES@
14
15
@DEPENDENCIES@ # everything below this line is overwritten by make depend