mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9 lines
202 B
Makefile
9 lines
202 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avifile.dll16
|
|
IMPORTS = avifil32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,avifil32.dll
|
|
|
|
@MAKE_DLL_RULES@
|