]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
Major redesign of grid classes:
[wxWidgets.git] / samples / configure.in
CommitLineData
48fe8374
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
6AC_OUTPUT([
7 Makefile
8 caret/Makefile
9 calendar/Makefile
10 checklst/Makefile
11 config/Makefile
12 controls/Makefile
13 console/Makefile
14 db/Makefile
15 dialogs/Makefile
16 docview/Makefile
17 docvwmdi/Makefile
18 dnd/Makefile
19 drawing/Makefile
20 exec/Makefile
21 font/Makefile
22 grid/Makefile
23 help/Makefile
24 image/Makefile
25 internat/Makefile
26 ipc/Makefile
27 layout/Makefile
28 listctrl/Makefile
29 mdi/Makefile
30 minifram/Makefile
31 minimal/Makefile
32 dialup/Makefile
33 newgrid/Makefile
34 notebook/Makefile
35 png/Makefile
36 printing/Makefile
37 proplist/Makefile
38 propsize/Makefile
39 richedit/Makefile
40 resource/Makefile
41 sashtest/Makefile
42 scroll/Makefile
43 scrollsub/Makefile
44 splitter/Makefile
45 text/Makefile
46 thread/Makefile
47 toolbar/Makefile
48 treectrl/Makefile
49 typetest/Makefile
50 validate/Makefile
51 sockets/Makefile
52 wizard/Makefile
53 html/Makefile
54 html/about/Makefile
55 html/help/Makefile
56 html/printing/Makefile
57 html/helpview/Makefile
58 html/test/Makefile
59 html/zip/Makefile
60 html/virtual/Makefile
61 html/widget/Makefile
62 ])