projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
vbscript: Skip the first (null) instruction in dump_code.
[wine]
/
dlls
/
cryptui
/
Makefile.in
1
MODULE = cryptui.dll
2
IMPORTS = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32
3
DELAYIMPORTS = wintrust urlmon
4
IMPORTLIB = cryptui
5
6
C_SRCS = \
7
main.c
8
9
RC_SRCS = cryptui.rc
10
PO_SRCS = cryptui.rc
11
12
@MAKE_DLL_RULES@