mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
214 B
Makefile
11 lines
214 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|