mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
24 lines
352 B
Makefile
24 lines
352 B
Makefile
STATICLIB = libwinecrt0.a
|
|
|
|
SOURCES = \
|
|
arm64ec.c \
|
|
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 \
|
|
dll_version.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
|