mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 23:36:14 +00:00
14 lines
233 B
Makefile
14 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
|