wine/dlls/winecrt0/Makefile.in
Jacek Caban 4013056a67 winecrt0: Add DllMainCRTStartup.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-07 00:12:25 +02:00

19 lines
250 B
Makefile

MODULE = libwinecrt0.a
C_SRCS = \
crt_dllmain.c \
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