wine/dlls/dxguid/Makefile.in
Rob Shearman 4500836635 makefiles: Simplify the use of the MODULE variable in static import libraries.
Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
2008-03-10 19:12:54 +01:00

15 lines
249 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dxguid
C_SRCS = \
dx8guid.c \
dx9guid.c \
dxguid.c
@MAKE_IMPLIB_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend