mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
dcc72808f0
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
193 B
Makefile
12 lines
193 B
Makefile
MODULE = wmvcore.dll
|
|
IMPORTLIB = wmvcore
|
|
IMPORTS = kernel32
|
|
DELAYIMPORTS = winegstreamer
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
wmvcore_main.c \
|
|
writer.c
|
|
|
|
RC_SRCS = version.rc
|