wine-wine/dlls/d3dcompiler_43/Makefile.in

16 lines
249 B
Makefile
Raw Normal View History

2010-07-30 14:21:43 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3dcompiler_43.dll
IMPORTLIB = d3dcompiler
IMPORTS = dxguid uuid
2010-07-30 14:21:43 +00:00
C_SRCS = \
blob.c \
2010-07-30 14:21:43 +00:00
d3dcompiler_43_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@