mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
15 lines
186 B
Makefile
15 lines
186 B
Makefile
MODULE = d3drm.dll
|
|
IMPORTLIB = d3drm
|
|
IMPORTS = dxguid uuid d3dxof
|
|
|
|
C_SRCS = \
|
|
d3drm.c \
|
|
d3drm_main.c \
|
|
frame.c \
|
|
math.c \
|
|
meshbuilder.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|