mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
7ddab75619
generate an external .dbg.c file to define them.
13 lines
171 B
Makefile
13 lines
171 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libdxerr8.a
|
|
|
|
C_SRCS = \
|
|
dxerr8.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
### Dependencies:
|