appwiz.cpl: Add Wine Mono to addons.
[wine] / programs / net / Makefile.in
1 MODULE    = net.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = netapi32 user32 advapi32
4
5 C_SRCS = net.c
6
7 RC_SRCS = net.rc
8 PO_SRCS = net.rc
9
10 @MAKE_PROG_RULES@