mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
MODULE = net.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = netapi32 user32 advapi32
|
|
|
|
C_SRCS = net.c
|
|
|
|
RC_SRCS = net.rc
|
|
|
|
@MAKE_PROG_RULES@
|