mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
MODULE = ipconfig.exe
|
|
IMPORTS = iphlpapi ws2_32 user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
SOURCES = \
|
|
ipconfig.c \
|
|
ipconfig.rc
|