mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
MODULE = vdmdbg.dll
|
|
IMPORTLIB = vdmdbg
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
vdmdbg.c
|