mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 22:05:55 +00:00
8 lines
136 B
Makefile
8 lines
136 B
Makefile
MODULE = ipconfig.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = iphlpapi ws2_32 user32
|
|
|
|
C_SRCS = ipconfig.c
|
|
|
|
RC_SRCS = ipconfig.rc
|