makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / crtdll / Makefile.in
1 MODULE    = crtdll.dll
2 IMPORTLIB = crtdll
3 IMPORTS   = msvcrt
4 MODCFLAGS = @BUILTINFLAG@
5 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
6
7 C_SRCS = \
8         crtdll_main.c
9
10 @MAKE_DLL_RULES@