mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-30 03:03:59 +02:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
MODULE = loadperf.dll
|
|
IMPORTLIB = loadperf
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
loadperf_main.c
|