wine/dlls/msvcrtd/Makefile.in

17 lines
346 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msvcrtd.dll
IMPORTLIB = msvcrtd
2007-12-06 19:42:08 +00:00
IMPORTS = msvcrt kernel32 ntdll
2005-08-15 09:40:06 +00:00
MODCFLAGS = @BUILTINFLAG@
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
C_SRCS = \
debug.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend