2008-10-21 15:06:58 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = dxgi.dll
|
|
|
|
IMPORTLIB = dxgi
|
2008-11-17 12:16:04 +01:00
|
|
|
IMPORTS = dxguid uuid wined3d kernel32
|
2008-10-21 15:06:58 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-10-29 09:00:26 +01:00
|
|
|
adapter.c \
|
2008-10-22 17:41:16 +02:00
|
|
|
device.c \
|
2008-10-21 15:06:58 +02:00
|
|
|
dxgi_main.c \
|
2008-10-23 16:37:09 +02:00
|
|
|
factory.c \
|
2008-10-29 09:00:26 +01:00
|
|
|
utils.c \
|
|
|
|
swapchain.c
|
2008-10-21 15:06:58 +02:00
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2008-11-17 12:16:04 +01:00
|
|
|
IDL_H_SRCS = dxgi_private_interface.idl
|
|
|
|
|
2008-10-21 15:06:58 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|