mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
17 lines
224 B
Makefile
17 lines
224 B
Makefile
MODULE = dxgi.dll
|
|
IMPORTLIB = dxgi
|
|
IMPORTS = dxguid uuid wined3d
|
|
|
|
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@
|