wine/dlls/commdlg/Makefile.in
Bertho Stultiens d1895a776c Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
1999-04-25 18:31:35 +00:00

30 lines
406 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = commdlg
WRCEXTRA = -s -pcomdlg32
C_SRCS = \
cdlg32.c \
colordlg.c \
filedlg.c \
finddlg.c \
finddlg32.c \
filetitle.c \
fontdlg.c \
generic.c \
printdlg.c
RC_SRCS= \
rsrc.rc
all: check_wrc $(MODULE).o
@MAKE_RULES@
$(RC_SRCS:.rc=.s): $(WRC)
### Dependencies: