mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
MODULE = dx8vb.dll
|
|
IMPORTS = uuid ole32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
dx8vb.idl \
|
|
main.c \
|
|
version.rc
|