]>
Commit | Line | Data |
---|---|---|
1 | ## Purpose: The automake makefile for wxWindows (include/wx/msw subdir) | |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | # HH: We only go into gnuwin32 and ctl3d now, since ole doesn't work anyway. | |
8 | SUBDIRS = gnuwin32 ctl3d | |
9 | ||
10 | wx_msw_includedir = ${includedir}/wx/msw | |
11 | ||
12 | wx_msw_include_HEADERS = \ | |
13 | accel.h \ | |
14 | app.h \ | |
15 | bitmap.h \ | |
16 | bmpbuttn.h \ | |
17 | brush.h \ | |
18 | button.h \ | |
19 | caret.h \ | |
20 | checkbox.h \ | |
21 | checklst.h \ | |
22 | choice.h \ | |
23 | clipbrd.h \ | |
24 | colordlg.h \ | |
25 | colour.h \ | |
26 | combobox.h \ | |
27 | control.h \ | |
28 | curico.h \ | |
29 | curicop.h \ | |
30 | cursor.h \ | |
31 | dc.h \ | |
32 | dcclient.h \ | |
33 | dcmemory.h \ | |
34 | dcprint.h \ | |
35 | dcscreen.h \ | |
36 | dde.h \ | |
37 | dialog.h \ | |
38 | dib.h \ | |
39 | dibutils.h \ | |
40 | dirdlg.h \ | |
41 | dragimag.h \ | |
42 | filedlg.h \ | |
43 | font.h \ | |
44 | fontdlg.h \ | |
45 | frame.h \ | |
46 | gauge.h \ | |
47 | gauge95.h \ | |
48 | gaugemsw.h \ | |
49 | gdiobj.h \ | |
50 | helpwin.h \ | |
51 | icon.h \ | |
52 | imaglist.h \ | |
53 | iniconf.h \ | |
54 | joystick.h \ | |
55 | listbox.h \ | |
56 | listctrl.h \ | |
57 | mdi.h \ | |
58 | menu.h \ | |
59 | menuitem.h \ | |
60 | metafile.h \ | |
61 | minifram.h \ | |
62 | msgdlg.h \ | |
63 | msvcrt.h \ | |
64 | notebook.h \ | |
65 | palette.h \ | |
66 | pen.h \ | |
67 | pnghand.h \ | |
68 | pngread.h \ | |
69 | printdlg.h \ | |
70 | printwin.h \ | |
71 | private.h \ | |
72 | radiobox.h \ | |
73 | radiobut.h \ | |
74 | regconf.h \ | |
75 | region.h \ | |
76 | registry.h \ | |
77 | scrolbar.h \ | |
78 | settings.h \ | |
79 | setup0.h \ | |
80 | slider.h \ | |
81 | slider95.h \ | |
82 | slidrmsw.h \ | |
83 | spinbutt.h \ | |
84 | statbmp.h \ | |
85 | statbox.h \ | |
86 | statbr95.h \ | |
87 | statline.h \ | |
88 | stattext.h \ | |
89 | tabctrl.h \ | |
90 | taskbar.h \ | |
91 | tbar95.h \ | |
92 | tbarmsw.h \ | |
93 | textctrl.h \ | |
94 | timer.h \ | |
95 | tooltip.h \ | |
96 | treectrl.h \ | |
97 | wave.h \ | |
98 | window.h \ | |
99 | winundef.h \ | |
100 | xpmhand.h \ | |
101 | blank.cur \ | |
102 | bullseye.cur \ | |
103 | child.ico \ | |
104 | clock.cur \ | |
105 | error.ico \ | |
106 | hand.cur \ | |
107 | heart.cur \ | |
108 | info.ico \ | |
109 | magnif1.cur \ | |
110 | mdi.ico \ | |
111 | noentry.cur \ | |
112 | pbrush.cur \ | |
113 | pencil.cur \ | |
114 | pntleft.cur \ | |
115 | pntright.cur \ | |
116 | query.cur \ | |
117 | question.ico \ | |
118 | roller.cur \ | |
119 | size.cur \ | |
120 | std.ico \ | |
121 | tip.ico \ | |
122 | warning.ico \ | |
123 | watch1.cur \ | |
124 | disable.bmp \ | |
125 | wx.rc | |
126 |