mirror of
https://github.com/reactos/wine.git
synced 2025-01-25 13:27:46 +00:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
MODULE = msvidc32.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
msvideo1.c
|
|
|
|
RC_SRCS = msvidc32.rc
|