mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
18 lines
241 B
Makefile
18 lines
241 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winaspi
|
|
|
|
SPEC_SRCS = winaspi.spec
|
|
|
|
C_SRCS = \
|
|
winaspi16.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|