makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / crtdll / Makefile.in
1 MODULE    = crtdll.dll
2 IMPORTLIB = crtdll
3 IMPORTS   = msvcrt
4 MODCFLAGS = @BUILTINFLAG@
5 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6
7 C_SRCS = \
8         crtdll_main.c
9
10 @MAKE_DLL_RULES@