wine-wine/dlls/winecrt0/Makefile.in

22 lines
353 B
Makefile
Raw Normal View History

2005-08-25 11:41:05 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winecrt0
2005-08-25 11:41:05 +00:00
C_SRCS = \
delay_load.c \
dll_entry.c \
2005-08-25 11:41:05 +00:00
dll_main.c \
drv_entry.c \
exe_entry.c \
2005-08-25 11:41:05 +00:00
exe_main.c \
exe_wentry.c \
exe_wmain.c \
init.c \
stub.c
2005-08-25 11:41:05 +00:00
@MAKE_IMPLIB_RULES@
2005-08-25 11:41:05 +00:00
@DEPENDENCIES@ # everything below this line is overwritten by make depend