riched20: Process messages which arrive before WM_NCCREATE.
[wine] / dlls / winecrt0 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winecrt0
6
7 C_SRCS = \
8         delay_load.c \
9         dll_entry.c \
10         dll_main.c \
11         drv_entry.c \
12         exception.c \
13         exe16_entry.c \
14         exe_entry.c \
15         exe_main.c \
16         exe_wentry.c \
17         exe_wmain.c \
18         init.c \
19         stub.c
20
21 @MAKE_IMPLIB_RULES@