mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
21 lines
301 B
Makefile
21 lines
301 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libwinecrt0.a
|
|
|
|
C_SRCS = \
|
|
delay_load.c \
|
|
dll_entry.c \
|
|
dll_main.c \
|
|
drv_entry.c \
|
|
exe_entry.c \
|
|
exe_main.c \
|
|
exe_wentry.c \
|
|
exe_wmain.c \
|
|
init.c \
|
|
stub.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
### Dependencies:
|