mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
MODULE = ipconfig.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = iphlpapi ws2_32 user32
|
|
|
|
C_SRCS = ipconfig.c
|
|
|
|
RC_SRCS = ipconfig.rc
|
|
PO_SRCS = ipconfig.rc
|
|
|
|
@MAKE_PROG_RULES@
|