projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
riched20/tests: Avoid using flaky method of simulating typing.
[wine]
/
dlls
/
inetcpl.cpl
/
Makefile.in
1
MODULE = inetcpl.cpl
2
IMPORTS = comctl32 shlwapi user32 advapi32
3
DELAYIMPORTS = cryptui wininet ole32 urlmon
4
5
C_SRCS = \
6
content.c \
7
general.c \
8
inetcpl.c \
9
security.c
10
11
RC_SRCS = \
12
cpl_De.rc \
13
cpl_En.rc \
14
cpl_Fr.rc \
15
cpl_He.rc \
16
cpl_It.rc \
17
cpl_Ja.rc \
18
cpl_Ko.rc \
19
cpl_Lt.rc \
20
cpl_Nl.rc \
21
cpl_Pl.rc \
22
cpl_Pt.rc \
23
cpl_Ru.rc \
24
cpl_Sr.rc \
25
cpl_Sv.rc \
26
cpl_Uk.rc \
27
inetcpl.rc
28
29
PO_SRCS = inetcpl.rc
30
31
SVG_SRCS = \
32
inetcpl.svg
33
34
@MAKE_DLL_RULES@