wine/dlls/winecrt0/Makefile.in
Alexandre Julliard d6060b7cf7 winecrt0: Add a fallback implementation of __wine_dbg_strdup().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-03 19:28:19 +02:00

17 lines
233 B
Makefile

MODULE = libwinecrt0.a
C_SRCS = \
debug.c \
delay_load.c \
dll_entry.c \
dll_main.c \
drv_entry.c \
exception.c \
exe16_entry.c \
exe_entry.c \
exe_main.c \
exe_wentry.c \
exe_wmain.c \
init.c \
register.c \
stub.c