mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
![Alexandre Julliard](/assets/img/avatar_default.png)
Most dlls use libwine_unicode at this point, so there's nothing to gain by having two separate libraries.
24 lines
381 B
Makefile
24 lines
381 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvfw32.dll
|
|
IMPORTLIB = libmsvfw32.$(IMPLIBEXT)
|
|
IMPORTS = winmm comctl32 version user32 gdi32 advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
mciwnd.c \
|
|
msvideo_main.c \
|
|
drawdib.c
|
|
|
|
C_SRCS16 = \
|
|
msvideo16.c
|
|
|
|
SPEC_SRCS16 = msvideo.spec
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|