wine/dlls/d3drm/Makefile.in
2012-01-13 18:17:28 +01:00

16 lines
198 B
Makefile

MODULE = d3drm.dll
IMPORTLIB = d3drm
IMPORTS = dxguid uuid d3dxof
C_SRCS = \
d3drm.c \
d3drm_main.c \
device.c \
frame.c \
math.c \
meshbuilder.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@