1 TESTDLL = user32.dll
2 IMPORTS = user32 gdi32 advapi32
3
4 C_SRCS = \
5 broadcast.c \
6 class.c \
7 clipboard.c \
8 combo.c \
9 cursoricon.c \
10 dce.c \
11 dde.c \
12 dialog.c \
13 edit.c \
14 generated.c \
15 input.c \
16 listbox.c \
17 menu.c \
18 monitor.c \
19 msg.c \
20 resource.c \
21 scroll.c \
22 static.c \
23 sysparams.c \
24 text.c \
25 uitools.c \
26 win.c \
27 winstation.c \
28 wsprintf.c
29
30 RC_SRCS = resource.rc
31
32 @MAKE_TEST_RULES@
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.