wine/dlls/cryptdlg/Makefile.in
Michael Stefaniuc c0039ecd85 cryptdlg: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:24 +02:00

23 lines
423 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = cryptdlg.dll
IMPORTS = cryptui crypt32 wintrust user32 advapi32 kernel32
C_SRCS = \
main.c
RC_SRCS = \
cryptdlg_De.rc \
cryptdlg_En.rc \
cryptdlg_Fr.rc \
cryptdlg_Ko.rc \
cryptdlg_Lt.rc \
cryptdlg_Nl.rc \
cryptdlg_Ro.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend