1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = net.exe
6 APPMODE = -mconsole
7 IMPORTS = netapi32 user32 advapi32 kernel32
8
9 C_SRCS = net.c
10
11 RC_SRCS = \
12 Da.rc \
13 De.rc \
14 En.rc \
15 Fr.rc \
16 Ko.rc \
17 Lt.rc \
18 Nl.rc \
19 No.rc \
20 Pl.rc \
21 Pt.rc \
22 Ru.rc \
23 Si.rc
24
25 @MAKE_PROG_RULES@
26
27 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.