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
|
|
|
|
2011-11-02 14:55:15 +01:00
|
|
|
RC_SRCS = 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@
|