wine/dlls/winecrt0/Makefile.in
Alexandre Julliard bef0969722 ntdll: Move the .so module initialization to winecrt0.
Use new ELF tag ids to avoid breaking backwards compatibility.
2022-12-04 22:00:43 +01:00

23 lines
321 B
Makefile

STATICLIB = libwinecrt0.a
C_SRCS = \
crt_dllmain.c \
crt_fltused.c \
debug.c \
delay_load.c \
dll_canunload.c \
dll_entry.c \
dll_main.c \
dll_register.c \
dll_soinit.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