mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
MODULE = d3d10core.dll
|
|
IMPORTLIB = d3d10core
|
|
IMPORTS = d3d11
|
|
|
|
C_SRCS = \
|
|
d3d10core_main.c
|
|
|
|
RC_SRCS = version.rc
|