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