mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
11 lines
300 B
Makefile
11 lines
300 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avifile.dll16
|
|
IMPORTS = avifil32 kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,avifil32.dll
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|