2002-12-17 02:15:15 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3dx8.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libd3dx8.$(IMPLIBEXT)
|
2002-12-17 02:15:15 +01:00
|
|
|
IMPORTS = d3d8 user32 gdi32 kernel32
|
2006-06-15 16:52:05 +02:00
|
|
|
EXTRALIBS = -ldxguid -luuid
|
2006-09-29 01:18:18 +02:00
|
|
|
EXTRADEFS = -DWINE_NO_LONG_AS_INT
|
2002-12-17 02:15:15 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
d3dx8_main.c \
|
|
|
|
d3dxbuffer.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|