mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
13 lines
181 B
Makefile
13 lines
181 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = d3dx10_36.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
d3dx10_36_main.c
|
||
|
|
||
|
RC_SRCS = version.rc
|
||
|
|
||
|
@MAKE_DLL_RULES@
|