wine-wine/dlls/dxgi/Makefile.in

18 lines
310 B
Makefile
Raw Normal View History

2008-10-21 13:06:58 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dxgi.dll
IMPORTLIB = dxgi
2008-10-21 13:06:58 +00:00
IMPORTS = dxguid uuid kernel32
2008-10-21 13:06:58 +00:00
C_SRCS = \
2008-10-21 13:06:58 +00:00
dxgi_main.c \
factory.c
2008-10-21 13:06:58 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend