mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 14:26:40 +00:00
18 lines
239 B
Makefile
18 lines
239 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = win87em
|
|
|
|
SPEC_SRCS = win87em.spec
|
|
|
|
C_SRCS = \
|
|
emulate.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|