mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
16 lines
231 B
Makefile
16 lines
231 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mouse.drv16
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -m16
|
|
EXTRARCFLAGS = -O res16
|
|
|
|
C_SRCS = mouse.c
|
|
|
|
RC_SRCS = mouse.rc
|
|
|
|
@MAKE_DLL_RULES@
|