mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
14 lines
175 B
Makefile
14 lines
175 B
Makefile
MODULE = d3drm.dll
|
|
IMPORTLIB = d3drm
|
|
IMPORTS = dxguid uuid d3dxof
|
|
|
|
C_SRCS = \
|
|
d3drm.c \
|
|
d3drm_main.c \
|
|
math.c \
|
|
meshbuilder.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|