mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
15 lines
233 B
Makefile
15 lines
233 B
Makefile
MODULE = inetcpl.cpl
|
|
IMPORTS = comctl32 shlwapi user32 advapi32
|
|
DELAYIMPORTS = cryptui wininet ole32 urlmon shell32
|
|
|
|
C_SRCS = \
|
|
content.c \
|
|
general.c \
|
|
inetcpl.c \
|
|
security.c
|
|
|
|
RC_SRCS = inetcpl.rc
|
|
|
|
SVG_SRCS = \
|
|
inetcpl.svg
|