mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
06464999f1
Convert MCIWndClass implementation to unicode.
22 lines
371 B
Makefile
22 lines
371 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvfw32.dll
|
|
IMPORTS = winmm comctl32 version user32 gdi32 kernel32
|
|
ALTNAMES = msvideo.dll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = \
|
|
mciwnd.c \
|
|
msvideo_main.c \
|
|
drawdib.c
|
|
|
|
C_SRCS16 = \
|
|
msvideo16.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|