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