mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
11 lines
131 B
Makefile
11 lines
131 B
Makefile
MODULE = msvidc32.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
msvideo1.c
|
|
|
|
RC_SRCS = msvidc32.rc
|
|
PO_SRCS = msvidc32.rc
|
|
|
|
@MAKE_DLL_RULES@
|