wine/programs/net/Makefile.in

11 lines
159 B
Makefile
Raw Normal View History

2007-05-02 17:30:19 +00:00
MODULE = net.exe
2011-08-05 10:19:06 +00:00
APPMODE = -mconsole -municode
IMPORTS = netapi32 user32 advapi32
2007-05-02 17:30:19 +00:00
C_SRCS = net.c
2011-01-04 16:55:21 +00:00
RC_SRCS = net.rc
PO_SRCS = net.rc
2007-05-02 17:30:19 +00:00
@MAKE_PROG_RULES@