mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
16873ae059
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
91 B
Makefile
7 lines
91 B
Makefile
MODULE = msvidc32.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
msvideo1.c
|
|
|
|
RC_SRCS = msvidc32.rc
|