repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wininet: Support the Cache-Control max-age directive for setting url cache entry...
[wine/testsucceed.git]
/
dlls
/
inetcpl.cpl
/
Makefile.in
blob
0ff888d4b5b1b6f588cb72647b8dc527fa93baf5
1
MODULE
=
inetcpl.cpl
2
IMPORTS
=
comctl32 shlwapi user32 advapi32
3
DELAYIMPORTS
=
cryptui
4
5
C_SRCS
=
\
6
content.c \
7
general.c \
8
inetcpl.c
9
10
RC_SRCS
=
\
11
cpl_De.rc \
12
cpl_En.rc \
13
cpl_Fr.rc \
14
cpl_He.rc \
15
cpl_It.rc \
16
cpl_Ja.rc \
17
cpl_Ko.rc \
18
cpl_Lt.rc \
19
cpl_Nl.rc \
20
cpl_Pl.rc \
21
cpl_Pt.rc \
22
cpl_Ru.rc \
23
cpl_Sr.rc \
24
cpl_Sv.rc \
25
cpl_Uk.rc \
26
inetcpl.rc
27
28
PO_SRCS
=
inetcpl.rc
29
30
SVG_SRCS
=
\
31
inetcpl.svg
32
33
@MAKE_DLL_RULES@