mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
14 lines
196 B
Makefile
14 lines
196 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3dx9_24.dll
|
|
IMPORTS = d3d9
|
|
|
|
C_SRCS = \
|
|
d3dx9_24_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|