makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msvcp90 / tests / Makefile.in
1 TESTDLL   = msvcp90.dll
2 APPMODE   = -mno-cygwin
3 MODCFLAGS = @BUILTINFLAG@
4 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
5
6 C_SRCS = \
7         misc.c \
8         string.c
9
10 RC_SRCS = \
11         msvcp90.rc
12
13 @MAKE_TEST_RULES@