mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
bef0969722
Use new ELF tag ids to avoid breaking backwards compatibility.
22 lines
321 B
Makefile
22 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
|