makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winecrt0 / Makefile.in
1 MODULE    = winecrt0
2
3 C_SRCS = \
4         delay_load.c \
5         dll_entry.c \
6         dll_main.c \
7         drv_entry.c \
8         exception.c \
9         exe16_entry.c \
10         exe_entry.c \
11         exe_main.c \
12         exe_wentry.c \
13         exe_wmain.c \
14         init.c \
15         stub.c
16
17 @MAKE_IMPLIB_RULES@