mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
a26a2ca224
- Added IClassFactory implementation. - Added IPersistFile implementation to the AVI-file handler.
21 lines
348 B
Makefile
21 lines
348 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avifil32.dll
|
|
IMPORTS = msvfw32 shell32 user32 advapi32 kernel32
|
|
ALTNAMES = avifile.dll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
api.c \
|
|
avifile.c \
|
|
factory.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|