mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
a2da86898a
Moved display.c and mouse.c to separate dll directories.
24 lines
323 B
Makefile
24 lines
323 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = display
|
|
WRCEXTRA = -s -w16 -pdisplay
|
|
SPEC_SRCS = display.spec
|
|
|
|
C_SRCS = \
|
|
display_main.c
|
|
|
|
RC_SRCS = \
|
|
disp.rc
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
$(RC_SRCS:.rc=.s): $(WRC)
|
|
|
|
### Dependencies:
|
|
|