mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
12 lines
252 B
Makefile
12 lines
252 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dpnaddr.dll
|
|
IMPORTS = dpnet kernel32
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|