mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
8 lines
128 B
Makefile
8 lines
128 B
Makefile
MODULE = netsh.exe
|
|
APPMODE = -mconsole -municode
|
|
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
|
|
C_SRCS = netsh.c
|
|
|
|
@MAKE_PROG_RULES@
|