mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
11 lines
253 B
Makefile
11 lines
253 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msftedit.dll
|
|
IMPORTS = riched20 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|