mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3dim.dll
|
|
IMPORTLIB = d3dim
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = d3dim_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|