23 lines
382 B
Makefile
23 lines
382 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 \
|
|
surface.c \
|
|
swapchain.c \
|
|
utils.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|