repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user32: If a dialog has no tab-accessible controls, set focus to first control (with...
[wine/multimedia.git]
/
dlls
/
cryptui
/
Makefile.in
blob
b9c05d52fe1f3e51c290e1a79276f86fb2174e9e
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
=
\
10
cryptui.rc \
11
cryptui_De.rc \
12
cryptui_En.rc \
13
cryptui_Fr.rc \
14
cryptui_It.rc \
15
cryptui_Ja.rc \
16
cryptui_Ko.rc \
17
cryptui_Lt.rc \
18
cryptui_Nl.rc \
19
cryptui_No.rc \
20
cryptui_Pl.rc \
21
cryptui_Pt.rc \
22
cryptui_Ro.rc \
23
cryptui_Ru.rc \
24
cryptui_Sv.rc \
25
cryptui_Uk.rc
26
27
PO_SRCS
=
cryptui.rc
28
29
@MAKE_DLL_RULES@