mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 21:03:39 +00:00
7 lines
85 B
Makefile
7 lines
85 B
Makefile
MODULE = wmvcore.dll
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
wmvcore_main.c \
|
|
writer.c
|