mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dxerr9
|
|
|
|
C_SRCS = \
|
|
dxerr9.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|