wine/dlls/winecrt0/Makefile.in
Alexandre Julliard 518f9a12c1 makefiles: Use the STATICLIB variable for static import libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-06 20:29:34 +02:00

21 lines
290 B
Makefile

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