Makefile.in 344 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = crtdll.dll
6
IMPORTLIB = crtdll
7
IMPORTS   = msvcrt kernel32
8
MODCFLAGS = @BUILTINFLAG@
9
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10

11
C_SRCS = \
12
	crtdll_main.c
13

14
@MAKE_DLL_RULES@
15

16
@DEPENDENCIES@  # everything below this line is overwritten by make depend