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