Sweden-Number/dlls/d3dx9_36/Makefile.in

24 lines
476 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3dx9_36.dll
2008-03-04 15:20:33 +01:00
IMPORTLIB = libd3dx9.$(IMPLIBEXT)
IMPORTS = d3d9 d3dx8 kernel32
C_SRCS = \
d3dx9_36_main.c
@MAKE_DLL_RULES@
2008-03-04 15:20:33 +01:00
libd3dx9.def: $(MAINSPEC)
$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
libd3dx9.a: $(SPEC_DEF)
$(DLLTOOL) -k -l $@ -d $(SPEC_DEF)
clean::
$(RM) $(IMPORTLIB)
@DEPENDENCIES@ # everything below this line is overwritten by make depend