mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
22 lines
291 B
Makefile
22 lines
291 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mouse
|
|
WRCEXTRA = -s -w16 -pmouse
|
|
SPEC_SRCS = mouse.spec
|
|
|
|
C_SRCS = \
|
|
mouse_main.c
|
|
|
|
RC_SRCS = \
|
|
mouserc.rc
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|