mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
918a41e483
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
109 B
Makefile
7 lines
109 B
Makefile
MODULE = pdh.dll
|
|
IMPORTLIB = pdh
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
pdh_main.c
|