mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
MODULE = qwave.dll
|
|
IMPORTLIB = qwave
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
main.c
|