wine/dlls/winecrt0/Makefile.in
Alexandre Julliard a014f413d6 ntdll: Add support for loading a Unix helper library from builtin dlls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-21 13:41:28 +02:00

19 lines
253 B
Makefile

MODULE = libwinecrt0.a
C_SRCS = \
crt_dllmain.c \
crt_fltused.c \
debug.c \
delay_load.c \
dll_main.c \
exception.c \
exe16_entry.c \
exe_entry.c \
exe_main.c \
exe_wentry.c \
exe_wmain.c \
register.c \
setjmp.c \
stub.c \
unix_lib.c