mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
MODULE = wmvcore.dll
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
wmvcore_main.c
|
|
|
|
@MAKE_DLL_RULES@
|