mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
d6060b7cf7
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
233 B
Makefile
17 lines
233 B
Makefile
MODULE = libwinecrt0.a
|
|
|
|
C_SRCS = \
|
|
debug.c \
|
|
delay_load.c \
|
|
dll_entry.c \
|
|
dll_main.c \
|
|
drv_entry.c \
|
|
exception.c \
|
|
exe16_entry.c \
|
|
exe_entry.c \
|
|
exe_main.c \
|
|
exe_wentry.c \
|
|
exe_wmain.c \
|
|
init.c \
|
|
register.c \
|
|
stub.c
|