mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
18 lines
237 B
Makefile
18 lines
237 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = relay32
|
|
|
|
C_SRCS = \
|
|
builtin32.c \
|
|
relay386.c \
|
|
snoop.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|