wine-wine/dlls/dxgi/Makefile.in

18 lines
224 B
Makefile
Raw Normal View History

2008-10-21 13:06:58 +00:00
MODULE = dxgi.dll
IMPORTLIB = dxgi
IMPORTS = dxguid uuid wined3d
2008-10-21 13:06:58 +00:00
C_SRCS = \
2008-10-29 08:00:26 +00:00
adapter.c \
device.c \
2008-10-21 13:06:58 +00:00
dxgi_main.c \
factory.c \
output.c \
surface.c \
swapchain.c \
utils.c
2008-10-21 13:06:58 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@