2010-09-10 00:02:44 +02:00
|
|
|
MODULE = inetcpl.cpl
|
2010-10-01 13:19:03 +02:00
|
|
|
IMPORTS = comctl32 shlwapi user32 advapi32
|
2011-04-13 05:33:47 +02:00
|
|
|
DELAYIMPORTS = cryptui wininet ole32 urlmon
|
2010-09-10 00:02:44 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2010-09-17 19:19:35 +02:00
|
|
|
content.c \
|
2010-10-01 13:19:03 +02:00
|
|
|
general.c \
|
2011-04-13 05:33:47 +02:00
|
|
|
inetcpl.c \
|
|
|
|
security.c
|
2010-09-10 00:02:44 +02:00
|
|
|
|
|
|
|
RC_SRCS = \
|
2010-09-10 13:32:43 +02:00
|
|
|
cpl_De.rc \
|
2010-09-10 00:02:44 +02:00
|
|
|
cpl_En.rc \
|
2010-09-16 12:12:40 +02:00
|
|
|
cpl_Fr.rc \
|
2010-10-13 02:25:33 +02:00
|
|
|
cpl_He.rc \
|
2010-09-10 13:59:09 +02:00
|
|
|
cpl_It.rc \
|
2010-10-15 04:49:40 +02:00
|
|
|
cpl_Ja.rc \
|
2010-09-16 10:34:21 +02:00
|
|
|
cpl_Ko.rc \
|
2010-09-16 21:49:00 +02:00
|
|
|
cpl_Lt.rc \
|
2010-09-16 20:01:46 +02:00
|
|
|
cpl_Nl.rc \
|
2010-09-19 11:11:42 +02:00
|
|
|
cpl_Pl.rc \
|
2010-11-10 22:36:32 +01:00
|
|
|
cpl_Pt.rc \
|
2011-02-11 19:21:42 +01:00
|
|
|
cpl_Ru.rc \
|
2010-10-24 22:52:46 +02:00
|
|
|
cpl_Sr.rc \
|
2010-09-17 01:50:38 +02:00
|
|
|
cpl_Sv.rc \
|
2010-09-21 15:21:01 +02:00
|
|
|
cpl_Uk.rc \
|
2010-09-10 00:02:44 +02:00
|
|
|
inetcpl.rc
|
|
|
|
|
2011-01-12 15:49:32 +01:00
|
|
|
PO_SRCS = inetcpl.rc
|
|
|
|
|
2010-09-10 13:23:10 +02:00
|
|
|
SVG_SRCS = \
|
|
|
|
inetcpl.svg
|
|
|
|
|
2010-09-10 00:02:44 +02:00
|
|
|
@MAKE_DLL_RULES@
|