]>
Commit | Line | Data |
---|---|---|
a1a2adef RR |
1 | # needed for unactivated |
2 | NONE = | |
3 | ||
4 | # define library name | |
8710cf5c RR |
5 | LIB_TARGET=wx_gtk2 |
6 | LIB_MAJOR=0 | |
7 | LIB_MINOR=1 | |
a1a2adef RR |
8 | |
9 | # define library sources | |
10 | ||
f5abe911 | 11 | |
a1a2adef RR |
12 | LIB_CPP_SRC=\ |
13 | \ | |
14 | common/cmndata.cpp \ | |
15 | common/config.cpp \ | |
16 | common/date.cpp \ | |
17 | common/docmdi.cpp \ | |
18 | common/docview.cpp \ | |
19 | common/dynarray.cpp \ | |
09cf7c58 | 20 | common/dynlib.cpp \ |
a1a2adef RR |
21 | common/event.cpp \ |
22 | common/file.cpp \ | |
23 | common/fileconf.cpp \ | |
24 | common/filefn.cpp \ | |
25 | common/gdicmn.cpp \ | |
26 | common/hash.cpp \ | |
27 | common/helpbase.cpp \ | |
28 | common/intl.cpp \ | |
01111366 | 29 | common/image.cpp \ |
a1a2adef RR |
30 | common/ipcbase.cpp \ |
31 | common/layout.cpp \ | |
32 | common/list.cpp \ | |
33 | common/log.cpp \ | |
34 | common/matrix.cpp \ | |
35 | common/memory.cpp \ | |
36 | common/module.cpp \ | |
37 | common/object.cpp \ | |
7e616b10 RR |
38 | common/db.cpp \ |
39 | common/dbtable.cpp \ | |
f04371f0 | 40 | common/postscrp.cpp \ |
a1a2adef | 41 | common/prntbase.cpp \ |
09cf7c58 | 42 | common/serbase.cpp \ |
a1a2adef RR |
43 | common/string.cpp \ |
44 | common/textfile.cpp \ | |
45 | common/time.cpp \ | |
46 | common/timercmn.cpp \ | |
47 | common/utilscmn.cpp \ | |
48 | common/wincmn.cpp \ | |
49 | common/framecmn.cpp \ | |
50 | common/stream.cpp \ | |
7f985bd3 | 51 | common/wfstream.cpp \ |
a1a2adef | 52 | common/datstrm.cpp \ |
a1a2adef RR |
53 | common/mstream.cpp \ |
54 | common/zstream.cpp \ | |
55 | common/objstrm.cpp \ | |
f4ada568 | 56 | common/sckstrm.cpp \ |
6de97a3b | 57 | common/validate.cpp \ |
903f689b | 58 | common/valtext.cpp \ |
341287bf | 59 | common/variant.cpp \ |
f4ada568 GL |
60 | common/socket.cpp \ |
61 | common/sckaddr.cpp \ | |
f4ada568 | 62 | common/sckipc.cpp \ |
c058d771 | 63 | common/protocol.cpp \ |
c058d771 | 64 | common/http.cpp \ |
7f985bd3 | 65 | common/ftp.cpp \ |
c058d771 RR |
66 | common/url.cpp \ |
67 | common/tokenzr.cpp \ | |
f5abe911 RR |
68 | common/resource.cpp \ |
69 | common/wxexpr.cpp \ | |
a1a2adef | 70 | \ |
bcf1fa6b | 71 | gtk/accel.cpp \ |
a1a2adef RR |
72 | gtk/app.cpp \ |
73 | gtk/bitmap.cpp \ | |
6de97a3b | 74 | gtk/bmpbuttn.cpp \ |
a1a2adef RR |
75 | gtk/brush.cpp \ |
76 | gtk/button.cpp \ | |
77 | gtk/checkbox.cpp \ | |
caaa4cfd | 78 | gtk/checklst.cpp \ |
a1a2adef | 79 | gtk/choice.cpp \ |
dc86cb34 | 80 | gtk/clipbrd.cpp \ |
a1a2adef RR |
81 | gtk/colour.cpp \ |
82 | gtk/control.cpp \ | |
83 | gtk/combobox.cpp \ | |
84 | gtk/cursor.cpp \ | |
85 | gtk/data.cpp \ | |
8b53e5a2 | 86 | gtk/dataobj.cpp \ |
a1a2adef RR |
87 | gtk/dc.cpp \ |
88 | gtk/dcclient.cpp \ | |
89 | gtk/dcmemory.cpp \ | |
ed880dd4 | 90 | gtk/dcps.cpp \ |
a1a2adef RR |
91 | gtk/dcscreen.cpp \ |
92 | gtk/dnd.cpp \ | |
93 | gtk/dialog.cpp \ | |
94 | gtk/filedlg.cpp \ | |
95 | gtk/font.cpp \ | |
96 | gtk/frame.cpp \ | |
97 | gtk/gauge.cpp \ | |
98 | gtk/gdiobj.cpp \ | |
99 | gtk/icon.cpp \ | |
100 | gtk/listbox.cpp \ | |
e0253070 | 101 | gtk/main.cpp \ |
a1a2adef RR |
102 | gtk/mdi.cpp \ |
103 | gtk/menu.cpp \ | |
b2b3ccc5 | 104 | gtk/minifram.cpp \ |
a1a2adef RR |
105 | gtk/notebook.cpp \ |
106 | gtk/palette.cpp \ | |
107 | gtk/pen.cpp \ | |
108 | gtk/radiobox.cpp \ | |
109 | gtk/radiobut.cpp \ | |
110 | gtk/region.cpp \ | |
111 | gtk/scrolbar.cpp \ | |
112 | gtk/settings.cpp \ | |
113 | gtk/slider.cpp \ | |
e380f72b | 114 | gtk/spinbutt.cpp \ |
a1a2adef | 115 | gtk/statbox.cpp \ |
903f689b | 116 | gtk/statbmp.cpp \ |
a1a2adef RR |
117 | gtk/stattext.cpp \ |
118 | gtk/tbargtk.cpp \ | |
119 | gtk/textctrl.cpp \ | |
120 | gtk/timer.cpp \ | |
121 | gtk/utilsgtk.cpp \ | |
122 | gtk/utilsres.cpp \ | |
123 | gtk/window.cpp \ | |
124 | \ | |
125 | generic/choicdgg.cpp \ | |
126 | generic/colrdlgg.cpp \ | |
0659e7ee | 127 | generic/dirdlgg.cpp \ |
a1a2adef RR |
128 | generic/fontdlgg.cpp \ |
129 | generic/gridg.cpp \ | |
130 | generic/imaglist.cpp \ | |
131 | generic/listctrl.cpp \ | |
341287bf | 132 | generic/laywin.cpp \ |
a1a2adef RR |
133 | generic/msgdlgg.cpp \ |
134 | generic/panelg.cpp \ | |
135 | generic/printps.cpp \ | |
136 | generic/prntdlgg.cpp \ | |
8710cf5c RR |
137 | generic/prop.cpp \ |
138 | generic/propform.cpp \ | |
139 | generic/proplist.cpp \ | |
341287bf | 140 | generic/sashwin.cpp \ |
a1a2adef RR |
141 | generic/scrolwin.cpp \ |
142 | generic/splitter.cpp \ | |
143 | generic/statusbr.cpp \ | |
144 | generic/tabg.cpp \ | |
de646ed1 | 145 | generic/textdlgg.cpp \ |
76153302 RR |
146 | generic/treectrl.cpp \ |
147 | generic/helpext.cpp | |
e9aad10a | 148 | |
a1a2adef RR |
149 | LIB_C_SRC=\ |
150 | common/extended.c \ | |
151 | \ | |
152 | gtk/win_gtk.c \ | |
153 | \ | |
154 | png/png.c \ | |
155 | png/pngset.c \ | |
156 | png/pngget.c \ | |
157 | png/pngrutil.c \ | |
158 | png/pngtrans.c \ | |
159 | png/pngwutil.c \ | |
160 | png/pngread.c \ | |
161 | png/pngrio.c \ | |
162 | png/pngwio.c \ | |
163 | png/pngwrite.c \ | |
164 | png/pngrtran.c \ | |
165 | png/pngwtran.c \ | |
166 | png/pngmem.c \ | |
167 | png/pngerror.c \ | |
168 | png/pngpread.c \ | |
169 | \ | |
170 | zlib/adler32.c \ | |
171 | zlib/compress.c \ | |
172 | zlib/crc32.c \ | |
173 | zlib/gzio.c \ | |
174 | zlib/uncompr.c \ | |
175 | zlib/deflate.c \ | |
176 | zlib/trees.c \ | |
177 | zlib/zutil.c \ | |
178 | zlib/inflate.c \ | |
179 | zlib/infblock.c \ | |
180 | zlib/inftrees.c \ | |
181 | zlib/infcodes.c \ | |
182 | zlib/infutil.c \ | |
183 | zlib/inffast.c \ |