dsound: Get rid of an unused macro.
[wine] / dlls / winecrt0 / Makefile.in
1 MODULE    = libwinecrt0.a
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         register.c \
16         stub.c
17
18 @MAKE_IMPLIB_RULES@