makefiles: Add a standard header for all makefiles to replace the common variable...
[wine/testsucceed.git] / dlls / msvcp90 / Makefile.in
blob91964ef847ff6a1cb1d719a8bebcbdec9c39440a
1 MODULE = msvcp90.dll
2 IMPORTS = msvcrt
3 MODCFLAGS = @BUILTINFLAG@
4 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
6 C_SRCS = \
7 exception.c \
8 memory.c \
9 msvcp90_main.c \
10 string.c
12 @MAKE_DLL_RULES@