makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / msvcrtd / Makefile.in
1 MODULE    = msvcrtd.dll
2 IMPORTLIB = msvcrtd
3 IMPORTS   = msvcrt
4 MODCFLAGS = @BUILTINFLAG@
5 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6
7 C_SRCS = \
8         debug.c
9
10 @MAKE_DLL_RULES@