wine-wine/dlls/dxgi/Makefile.in

24 lines
394 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dxgi.dll
IMPORTLIB = dxgi
IMPORTS = dxguid uuid wined3d kernel32
C_SRCS = \
adapter.c \
device.c \
dxgi_main.c \
factory.c \
output.c \
surface.c \
swapchain.c \
utils.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend