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