wordpad: Allow objects & images to be added with native riched20.
[wine] / dlls / msvcrt / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = msvcrt.dll
6 APPMODE   = -mno-cygwin
7 MODCFLAGS = @BUILTINFLAG@
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
9
10 C_SRCS = \
11         cpp.c \
12         data.c \
13         dir.c \
14         environ.c \
15         file.c \
16         headers.c \
17         heap.c \
18         locale.c \
19         misc.c \
20         printf.c \
21         scanf.c \
22         signal.c \
23         string.c \
24         time.c
25
26 @MAKE_TEST_RULES@