mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
13 lines
196 B
Makefile
13 lines
196 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3dx9_39.dll
|
|
IMPORTS = d3d9
|
|
|
|
C_SRCS = \
|
|
d3dx9_39_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|