makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ntoskrnl.exe / Makefile.in
1 MODULE    = ntoskrnl.exe
2 IMPORTLIB = ntoskrnl.exe
3
4 C_SRCS = \
5         instr.c \
6         ntoskrnl.c
7
8 RC_SRCS = ntoskrnl.rc
9
10 @MAKE_DLL_RULES@