mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
8 lines
128 B
Makefile
8 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
|