mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
10 lines
131 B
Makefile
10 lines
131 B
Makefile
MODULE = msvidc32.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
msvideo1.c
|
|
|
|
RC_SRCS = msvidc32.rc
|
|
PO_SRCS = msvidc32.rc
|
|
|
|
@MAKE_DLL_RULES@
|