mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
15 lines
197 B
Makefile
15 lines
197 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libdxguid.a
|
|
|
|
C_SRCS = \
|
|
dx8guid.c \
|
|
dx9guid.c \
|
|
dxguid.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
### Dependencies:
|