mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
67d35e0342
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
97 B
Makefile
7 lines
97 B
Makefile
MODULE = qwave.dll
|
|
IMPORTLIB = qwave
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|