1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = setupx.dll16
6 IMPORTS = setupapi user32 advapi32 kernel32 kernel
7
8 EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,setupapi.dll
9
10 C_SRCS = \
11 devinst16.c \
12 infparse.c \
13 setupx_main.c \
14 virtcopy.c
15
16 @MAKE_DLL_RULES@
17
18 @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.