wine-wine/dlls/inetcpl.cpl/Makefile.in

28 lines
354 B
Makefile
Raw Normal View History

2010-09-09 22:02:44 +00:00
MODULE = inetcpl.cpl
IMPORTS = comctl32 shlwapi user32 advapi32
DELAYIMPORTS = cryptui
2010-09-09 22:02:44 +00:00
C_SRCS = \
content.c \
general.c \
2010-09-09 22:02:44 +00:00
inetcpl.c
RC_SRCS = \
2010-09-10 11:32:43 +00:00
cpl_De.rc \
2010-09-09 22:02:44 +00:00
cpl_En.rc \
2010-09-16 10:12:40 +00:00
cpl_Fr.rc \
2010-09-10 11:59:09 +00:00
cpl_It.rc \
2010-09-16 08:34:21 +00:00
cpl_Ko.rc \
cpl_Lt.rc \
cpl_Nl.rc \
2010-09-19 09:11:42 +00:00
cpl_Pl.rc \
cpl_Si.rc \
2010-09-16 23:50:38 +00:00
cpl_Sv.rc \
2010-09-21 13:21:01 +00:00
cpl_Uk.rc \
2010-09-09 22:02:44 +00:00
inetcpl.rc
2010-09-10 11:23:10 +00:00
SVG_SRCS = \
inetcpl.svg
2010-09-09 22:02:44 +00:00
@MAKE_DLL_RULES@