wine-wine/dlls/d3dxof/Makefile.in

18 lines
272 B
Makefile
Raw Normal View History

2004-06-03 00:03:23 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3dxof.dll
IMPORTLIB = d3dxof
IMPORTS = dxguid uuid ole32 advapi32 kernel32
2004-06-03 00:03:23 +00:00
C_SRCS = \
d3dxof.c \
main.c \
parsing.c \
2004-06-03 00:03:23 +00:00
regsvr.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@