mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
25 lines
423 B
Makefile
25 lines
423 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 \
|
|
utils.c \
|
|
surface.c \
|
|
swapchain.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_H_SRCS = dxgi_private_interface.idl
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|