6 lines
73 B
Makefile
6 lines
73 B
Makefile
|
MODULE = wmvcore.dll
|
||
|
IMPORTS = kernel32
|
||
|
|
||
|
C_SRCS = \
|
||
|
wmvcore_main.c
|