]> git.saurik.com Git - wxWidgets.git/blame - src/motif.inc
Removed this Maximize() overridden bug
[wxWidgets.git] / src / motif.inc
CommitLineData
a1a2adef
RR
1# needed for unactivated
2NONE =
3
4# define library name
8710cf5c 5LIB_TARGET=wx_motif2
a1a2adef
RR
6LIB_MAJOR=0
7LIB_MINOR=1
8
9# define library sources
10
11LIB_CPP_SRC=\
12\
d18ed59a
RR
13 common/cmndata.cpp \
14 common/config.cpp \
15 common/date.cpp \
16 common/docmdi.cpp \
17 common/docview.cpp \
18 common/dynarray.cpp \
19 common/dynlib.cpp \
20 common/event.cpp \
21 common/file.cpp \
22 common/fileconf.cpp \
23 common/filefn.cpp \
24 common/gdicmn.cpp \
25 common/hash.cpp \
26 common/helpbase.cpp \
b75867a6 27 common/image.cpp \
e9c4b1a2
JS
28 common/imagjpeg.cpp \
29 common/imagpng.cpp \
e702ff0f 30 common/imaggif.cpp \
d18ed59a 31 common/intl.cpp \
d18ed59a
RR
32 common/ipcbase.cpp \
33 common/layout.cpp \
34 common/list.cpp \
35 common/log.cpp \
36 common/matrix.cpp \
37 common/memory.cpp \
2a847583 38 common/mimetype.cpp \
d18ed59a
RR
39 common/module.cpp \
40 common/object.cpp \
7bcb11d3 41 common/paper.cpp \
d18ed59a
RR
42 common/prntbase.cpp \
43 common/resource.cpp \
44 common/serbase.cpp \
45 common/string.cpp \
46 common/textfile.cpp \
f6c6dd8c
RR
47 common/tbarbase.cpp \
48 common/tbarsmpl.cpp \
d18ed59a
RR
49 common/time.cpp \
50 common/timercmn.cpp \
51 common/utilscmn.cpp \
52 common/wincmn.cpp \
53 common/framecmn.cpp \
54 common/stream.cpp \
55 common/datstrm.cpp \
25331334 56 common/wfstream.cpp \
d18ed59a
RR
57 common/mstream.cpp \
58 common/zstream.cpp \
59 common/objstrm.cpp \
60 common/sckstrm.cpp \
61 common/validate.cpp \
89c684ef 62 common/valgen.cpp \
d18ed59a
RR
63 common/valtext.cpp \
64 common/variant.cpp \
65 common/wxexpr.cpp \
66 common/socket.cpp \
67 common/sckaddr.cpp \
68 common/sckipc.cpp \
69 common/protocol.cpp \
70 common/ftp.cpp \
71 common/http.cpp \
72 common/url.cpp \
73 common/tokenzr.cpp \
74\
75 motif/accel.cpp \
76 motif/app.cpp \
77 motif/bitmap.cpp \
78 motif/bmpbuttn.cpp \
79 motif/brush.cpp \
80 motif/button.cpp \
81 motif/checkbox.cpp \
b69f1bd1 82 motif/checklst.cpp \
d18ed59a 83 motif/choice.cpp \
f6c6dd8c 84 motif/clipbrd.cpp \
d18ed59a 85 motif/colour.cpp \
f6c6dd8c 86 motif/colordlg.cpp \
d18ed59a
RR
87 motif/control.cpp \
88 motif/combobox.cpp \
89 motif/cursor.cpp \
90 motif/data.cpp \
aed0ed3c 91 motif/dataobj.cpp \
d18ed59a
RR
92 motif/dc.cpp \
93 motif/dcclient.cpp \
94 motif/dcmemory.cpp \
95 motif/dcscreen.cpp \
d18ed59a 96 motif/dialog.cpp \
f6c6dd8c 97 motif/dnd.cpp \
d18ed59a
RR
98 motif/filedlg.cpp \
99 motif/font.cpp \
100 motif/fontdlg.cpp \
101 motif/frame.cpp \
102 motif/gauge.cpp \
103 motif/gdiobj.cpp \
f6c6dd8c 104 motif/helpxxxx.cpp \
d18ed59a
RR
105 motif/icon.cpp \
106 motif/listbox.cpp \
f6c6dd8c 107 motif/joystick.cpp \
d18ed59a
RR
108 motif/main.cpp \
109 motif/mdi.cpp \
110 motif/menu.cpp \
111 motif/menuitem.cpp \
f6c6dd8c
RR
112 motif/metafile.cpp \
113 motif/minifram.cpp \
d18ed59a 114 motif/msgdlg.cpp \
d18ed59a
RR
115 motif/palette.cpp \
116 motif/pen.cpp \
d18ed59a
RR
117 motif/radiobox.cpp \
118 motif/radiobut.cpp \
119 motif/region.cpp \
120 motif/scrolbar.cpp \
121 motif/settings.cpp \
d18ed59a 122 motif/slider.cpp \
f6c6dd8c 123 motif/spinbutt.cpp \
d18ed59a
RR
124 motif/statbox.cpp \
125 motif/statbmp.cpp \
126 motif/stattext.cpp \
f6c6dd8c 127 motif/taskbar.cpp \
d18ed59a
RR
128 motif/textctrl.cpp \
129 motif/timer.cpp \
f6c6dd8c 130 motif/toolbar.cpp \
d18ed59a 131 motif/utils.cpp \
f6c6dd8c 132 motif/wave.cpp \
d18ed59a
RR
133 motif/window.cpp \
134\
135 generic/choicdgg.cpp \
136 generic/colrdlgg.cpp \
bf38cbff 137 generic/dcpsg.cpp \
36b3b54a 138 generic/dirdlgg.cpp \
d18ed59a
RR
139 generic/fontdlgg.cpp \
140 generic/gridg.cpp \
55acd85e 141 generic/helpext.cpp \
afcaf277 142 generic/helphtml.cpp \
d18ed59a
RR
143 generic/imaglist.cpp \
144 generic/listctrl.cpp \
145 generic/laywin.cpp \
146 generic/msgdlgg.cpp \
aaa38880 147 generic/notebook.cpp \
d18ed59a
RR
148 generic/panelg.cpp \
149 generic/printps.cpp \
150 generic/prntdlgg.cpp \
8710cf5c
RR
151 generic/prop.cpp \
152 generic/propform.cpp \
153 generic/proplist.cpp \
d18ed59a
RR
154 generic/sashwin.cpp \
155 generic/scrolwin.cpp \
156 generic/splitter.cpp \
157 generic/statusbr.cpp \
158 generic/tabg.cpp \
159 generic/textdlgg.cpp \
1363811b
VZ
160 generic/treectrl.cpp \
161\
162 unix/utilsunx.cpp
d18ed59a 163
a1a2adef 164LIB_C_SRC=\
76153302
RR
165\
166 motif/xmcombo/xmcombo.c \
167\
afcaf277 168 common/extended.c