mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
4500836635
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.
14 lines
249 B
Makefile
14 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
|