makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mouse.drv16 / Makefile.in
1 MODULE    = mouse.drv16
2 IMPORTS   = user32
3
4 EXTRADLLFLAGS = -m16
5 EXTRARCFLAGS  = -O res16
6
7 C_SRCS = mouse.c
8
9 RC_SRCS = mouse.rc
10
11 @MAKE_DLL_RULES@