mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
17 lines
222 B
Makefile
17 lines
222 B
Makefile
MODULE = libwinecrt0.a
|
|
|
|
C_SRCS = \
|
|
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
|