mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
MODULE = d3d10core.dll
|
|
IMPORTLIB = d3d10core
|
|
IMPORTS = d3d11
|
|
|
|
C_SRCS = \
|
|
d3d10core_main.c
|
|
|
|
RC_SRCS = version.rc
|