mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
MODULE = d3d10_1.dll
|
|
IMPORTLIB = d3d10_1
|
|
IMPORTS = dxguid d3d10core dxgi
|
|
|
|
C_SRCS = \
|
|
d3d10_1_main.c
|
|
|
|
RC_SRCS = version.rc
|