Makefile.in 374 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = d3dxof.dll
6
IMPORTLIB = libd3dxof.$(IMPLIBEXT)
7 8 9 10 11 12 13 14 15 16 17 18
IMPORTS   = ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid

C_SRCS = \
	main.c \
	d3dxof.c \
	regsvr.c

RC_SRCS = version.rc

@MAKE_DLL_RULES@

19
@DEPENDENCIES@  # everything below this line is overwritten by make depend