]>
Commit | Line | Data |
---|---|---|
d7cb14ce JS |
1 | *.spec |
2 | BuildCVS.txt | |
d7cb14ce JS |
3 | *.m4 |
4 | autogen.sh | |
af111fc3 | 5 | configure |
d7cb14ce JS |
6 | config.guess |
7 | config.sub | |
8 | configure.in | |
2723cfeb | 9 | setup.h.in |
d7cb14ce | 10 | install-sh |
d7cb14ce | 11 | mkinstalldirs |
d7cb14ce | 12 | wx-config.in |
a951722b | 13 | wx-config-inplace.in |
2b5f62a0 | 14 | version-script.in |
d1e418ea | 15 | setup.h_vms |
2ce79e48 JS |
16 | regen |
17 | ||
18 | build/bakefiles/*.bkl | |
256b8649 JS |
19 | build/bakefiles/Bakefiles.bkgen |
20 | build/bakefiles/README | |
77ffb593 | 21 | build/bakefiles/*.py* |
256b8649 | 22 | build/bakefiles/*.mk |
77ffb593 JS |
23 | build/bakefiles/formats/*.bkl |
24 | build/bakefiles/formats/*.empy | |
25 | build/bakefiles/formats/README | |
26 | build/bakefiles/formats/*.bkmanifest | |
d7cb14ce | 27 | |
50414e24 JS |
28 | distrib/msw/*.rsp |
29 | distrib/msw/*.bat | |
07e63290 JS |
30 | distrib/msw/*.cpp |
31 | distrib/msw/*.txt | |
33b64e6f | 32 | distrib/msw/tardist |
f6bcfd97 | 33 | distrib/msw/tarwxmotif |
5e0201ea JS |
34 | distrib/msw/tmake/*.t |
35 | distrib/msw/tmake/Makefile | |
36 | distrib/msw/tmake/filelist.txt | |
37 | distrib/msw/tmake/makeall.bat | |
38 | distrib/msw/tmake/makeall.sh | |
39 | distrib/msw/tmake/wxwin.pro | |
07e63290 | 40 | distrib/msw/tmake/tmake.conf |
457814b5 | 41 | |
0bc9b25e | 42 | locale/*.po |
c832ef49 | 43 | locale/Makefile |
0bc9b25e | 44 | |
e564aa15 | 45 | art/*.xpm |
2b5f62a0 VZ |
46 | art/*.ico |
47 | art/*.png | |
733342af JS |
48 | art/motif/*.xpm |
49 | art/gtk/*.xpm | |
2c7b88e6 | 50 | |
457814b5 | 51 | docs/readme.txt |
f6bcfd97 | 52 | docs/readme_vms.txt |
457814b5 | 53 | docs/changes.txt |
457814b5 JS |
54 | docs/todo.txt |
55 | docs/licence.txt | |
a925b006 JS |
56 | docs/licendoc.txt |
57 | docs/preamble.txt | |
58 | docs/gpl.txt | |
59 | docs/lgpl.txt | |
f47cd02d | 60 | docs/index.htm |
7921cf2b JS |
61 | docs/html/*.htm |
62 | docs/html/*.gif | |
7be6137a | 63 | docs/html/images/*.gif |
66f55ec6 | 64 | docs/tech/*.txt |
f6bcfd97 | 65 | docs/tech/*.htm |
457814b5 | 66 | |
af111fc3 | 67 | src/makeenvs/*.env |
af111fc3 | 68 | |
bbcdf8bc JS |
69 | src/*.inc |
70 | src/mkdir | |
2723cfeb JS |
71 | src/make.env.in |
72 | src/makeprog.env.in | |
73 | src/makelib.env.in | |
42d67b61 | 74 | src/files.lst |
bbcdf8bc | 75 | |
457814b5 JS |
76 | src/common/*.cpp |
77 | src/common/dosyacc.c | |
78 | src/common/doslex.c | |
79 | src/common/vmsyacc.c | |
80 | src/common/vmslex.c | |
884360bc | 81 | src/common/extended.c |
d66d9d5b JS |
82 | src/common/unzip.c |
83 | src/common/unzip.h | |
457814b5 JS |
84 | src/common/*.l |
85 | src/common/*.y | |
86 | src/common/*.inc | |
332b8edb | 87 | src/common/base.rc |
457814b5 JS |
88 | |
89 | src/generic/*.cpp | |
90 | src/generic/*.c | |
91 | src/generic/*.inc | |
92 | ||
edc26c4c JS |
93 | src/html/*.cpp |
94 | src/html/*.h | |
95 | src/html/bitmaps/*.xpm | |
96 | ||
58a8ab88 | 97 | src/unix/*.cpp |
5e0201ea | 98 | src/unix/*.c |
58a8ab88 | 99 | |
457814b5 JS |
100 | src/png/*.c |
101 | src/png/*.h | |
72212c28 | 102 | src/png/makefile* |
457814b5 JS |
103 | src/png/INSTALL |
104 | src/png/CHANGES | |
105 | src/png/README | |
106 | src/png/TODO | |
107 | src/png/*.1 | |
108 | src/png/*.3 | |
109 | src/png/*.5 | |
84c9e2f8 JS |
110 | src/png/scripts/*.ppc |
111 | src/png/scripts/*.bat | |
112 | src/png/scripts/makefile* | |
113 | src/png/scripts/*.com | |
114 | src/png/scripts/*.def | |
457814b5 JS |
115 | |
116 | src/zlib/*.c | |
117 | src/zlib/*.h | |
118 | src/zlib/INDEX | |
119 | src/zlib/README | |
120 | src/zlib/ChangeLog | |
121 | src/zlib/configure | |
122 | src/zlib/*.txt | |
72212c28 | 123 | src/zlib/makefile* |
457814b5 JS |
124 | src/zlib/*.com |
125 | src/zlib/*.3 | |
457814b5 | 126 | |
8b283bb8 JS |
127 | src/regex/COPYRIGHT |
128 | src/regex/makefile* | |
129 | src/regex/README | |
130 | src/regex/WHATSNEW | |
131 | src/regex/mkh | |
8b283bb8 JS |
132 | src/regex/*.h |
133 | src/regex/*.ih | |
134 | src/regex/*.c | |
135 | src/regex/tests | |
136 | src/regex/regex.3 | |
137 | src/regex/regex.7 | |
138 | ||
42d9875b JS |
139 | src/iodbc/AUTHORS |
140 | src/iodbc/COPYING | |
141 | src/iodbc/autoconfig | |
142 | src/iodbc/Changes.log | |
143 | src/iodbc/IAFA-PACKAGE | |
144 | src/iodbc/INSTALL | |
145 | src/iodbc/NEWS | |
146 | src/iodbc/README | |
147 | src/iodbc/*.c | |
148 | src/iodbc/*.h | |
149 | src/iodbc/*.ci | |
150 | src/iodbc/*.exp | |
151 | ||
457814b5 | 152 | include/wx/*.h |
f3314fbc | 153 | include/wx/*.inl |
7fe7d506 | 154 | include/wx/*.cpp |
27529614 | 155 | include/wx/protocol/*.h |
457814b5 JS |
156 | include/wx/wx_setup.vms |
157 | include/wx/common/*.h | |
158 | include/wx/generic/*.h | |
5e0201ea | 159 | include/wx/generic/*.xpm |
58a8ab88 | 160 | include/wx/unix/*.h |
d66d9d5b JS |
161 | include/wx/html/*.h |
162 | include/wx/html/msw/*.bmp | |
163 | include/wx/html/msw/*.ico | |
164 | include/wx/html/msw/*.rc | |
457814b5 JS |
165 | lib/dummy |
166 | ||
457814b5 JS |
167 | tools/gettext/*.* |
168 | ||
ccebc98a JS |
169 | misc/afm/*.afm |
170 | misc/gs_afm/*.afm | |
457814b5 | 171 | |
c4839ccf | 172 | utils/*.bkl |
dc1efb1d | 173 | utils/make*.* |
a42b93aa JS |
174 | utils/configure |
175 | utils/configure.in | |
457814b5 | 176 | |
6158481f JS |
177 | utils/hhp2cached/*.h |
178 | utils/hhp2cached/*.cpp | |
179 | utils/hhp2cached/*.def | |
180 | utils/hhp2cached/*.rc | |
181 | utils/hhp2cached/makefile* | |
69f9caa2 | 182 | utils/hhp2cached/*.bkl |
6158481f JS |
183 | utils/hhp2cached/*.xbm |
184 | utils/hhp2cached/*.xpm | |
185 | utils/hhp2cached/*.txt | |
7b28757f | 186 | |
7b28757f | 187 | contrib/lib/dummy |
7c4a59a8 | 188 | |
2ce79e48 | 189 | samples/samples.bkl |
457814b5 | 190 | samples/*.txt |
72212c28 | 191 | samples/makefile* |
2bd0a4dd | 192 | samples/sample.r |
0157e579 | 193 | samples/*.xpm |
457814b5 | 194 | |
f81387bd JS |
195 | samples/access/*.cpp |
196 | samples/access/*.h | |
197 | samples/access/*.def | |
198 | samples/access/makefile* | |
199 | samples/access/*.xbm | |
200 | samples/access/*.xpm | |
201 | samples/access/*.ico | |
202 | samples/access/*.rc | |
203 | samples/access/*.pro | |
2ce79e48 | 204 | samples/access/*.bkl |
69477ac4 JS |
205 | |
206 | samples/artprov/*.cpp | |
207 | samples/artprov/*.h | |
208 | samples/artprov/*.def | |
209 | samples/artprov/makefile* | |
210 | samples/artprov/*.xbm | |
211 | samples/artprov/*.xpm | |
212 | samples/artprov/*.txt | |
213 | samples/artprov/*.ico | |
214 | samples/artprov/*.bmp | |
215 | samples/artprov/*.rc | |
216 | samples/artprov/*.wav | |
217 | samples/artprov/*.pro | |
2ce79e48 | 218 | samples/artprov/*.bkl |
69477ac4 JS |
219 | |
220 | samples/calendar/*.cpp | |
221 | samples/calendar/*.h | |
222 | samples/calendar/makefile* | |
223 | samples/calendar/*.rc | |
224 | samples/calendar/*.def | |
225 | samples/calendar/*.ico | |
226 | samples/calendar/*.xpm | |
227 | samples/calendar/*.txt | |
228 | samples/calendar/*.pro | |
2ce79e48 | 229 | samples/calendar/*.bkl |
69477ac4 JS |
230 | |
231 | samples/caret/*.cpp | |
232 | samples/caret/*.h | |
233 | samples/caret/makefile* | |
234 | samples/caret/*.rc | |
235 | samples/caret/*.def | |
236 | samples/caret/*.bmp | |
237 | samples/caret/*.xpm | |
238 | samples/caret/*.xbm | |
239 | samples/caret/*.png | |
240 | samples/caret/*.ico | |
4e4dc03d JS |
241 | samples/caret/*.txt |
242 | samples/caret/*.pro | |
2ce79e48 | 243 | samples/caret/*.bkl |
69477ac4 JS |
244 | |
245 | samples/checklst/*.cpp | |
246 | samples/checklst/*.h | |
247 | samples/checklst/*.def | |
248 | samples/checklst/*.rc | |
249 | samples/checklst/*.txt | |
250 | samples/checklst/makefile* | |
251 | samples/checklst/*.xbm | |
252 | samples/checklst/*.xpm | |
253 | samples/checklst/*.ico | |
254 | samples/checklst/*.bmp | |
255 | samples/checklst/*.pro | |
2ce79e48 | 256 | samples/checklst/*.bkl |
69477ac4 | 257 | |
bbcdf8bc JS |
258 | samples/config/*.cpp |
259 | samples/config/*.h | |
260 | samples/config/*.def | |
72212c28 | 261 | samples/config/makefile* |
bbcdf8bc JS |
262 | samples/config/*.xbm |
263 | samples/config/*.xpm | |
264 | samples/config/*.txt | |
265 | samples/config/*.ico | |
266 | samples/config/*.bmp | |
267 | samples/config/*.rc | |
268 | samples/config/*.wav | |
69477ac4 | 269 | samples/config/*.pro |
2ce79e48 | 270 | samples/config/*.bkl |
69477ac4 JS |
271 | |
272 | samples/console/testdata.fc | |
273 | samples/console/*.cpp | |
274 | samples/console/*.h | |
275 | samples/console/makefile* | |
276 | samples/console/*.rc | |
277 | samples/console/*.def | |
278 | samples/console/*.bmp | |
279 | samples/console/*.xpm | |
280 | samples/console/*.xbm | |
281 | samples/console/*.png | |
282 | samples/console/*.ico | |
283 | samples/console/*.txt | |
284 | samples/console/*.pro | |
2ce79e48 | 285 | samples/console/*.bkl |
69477ac4 JS |
286 | |
287 | samples/controls/*.cpp | |
288 | samples/controls/*.h | |
289 | samples/controls/*.def | |
290 | samples/controls/makefile* | |
291 | samples/controls/*.xbm | |
292 | samples/controls/*.xpm | |
293 | samples/controls/*.ico | |
294 | samples/controls/*.bmp | |
295 | samples/controls/*.rc | |
296 | samples/controls/*.pro | |
297 | samples/controls/icons/*.bmp | |
298 | samples/controls/icons/*.ico | |
299 | samples/controls/icons/*.xpm | |
2ce79e48 | 300 | samples/controls/*.bkl |
69477ac4 JS |
301 | |
302 | samples/dialup/*.cpp | |
303 | samples/dialup/*.h | |
304 | samples/dialup/makefile* | |
305 | samples/dialup/*.rc | |
306 | samples/dialup/*.def | |
307 | samples/dialup/*.bmp | |
308 | samples/dialup/*.xpm | |
309 | samples/dialup/*.xbm | |
310 | samples/dialup/*.png | |
311 | samples/dialup/*.ico | |
312 | samples/dialup/*.txt | |
313 | samples/dialup/*.pro | |
2ce79e48 | 314 | samples/dialup/*.bkl |
457814b5 | 315 | |
f81387bd JS |
316 | samples/display/*.cpp |
317 | samples/display/*.h | |
318 | samples/display/makefile* | |
319 | samples/display/*.rc | |
320 | samples/display/*.def | |
321 | samples/display/*.bmp | |
322 | samples/display/*.xpm | |
323 | samples/display/*.xbm | |
324 | samples/display/*.png | |
325 | samples/display/*.ico | |
326 | samples/display/*.txt | |
327 | samples/display/*.pro | |
2ce79e48 | 328 | samples/display/*.bkl |
f81387bd | 329 | |
af111fc3 JS |
330 | samples/db/*.cpp |
331 | samples/db/*.h | |
332 | samples/db/*.def | |
333 | samples/db/makefile* | |
334 | samples/db/*.xbm | |
335 | samples/db/*.xpm | |
336 | samples/db/*.txt | |
337 | samples/db/*.ico | |
338 | samples/db/*.bmp | |
339 | samples/db/*.rc | |
340 | samples/db/*.wav | |
69477ac4 | 341 | samples/db/*.pro |
2ce79e48 | 342 | samples/db/*.bkl |
69477ac4 JS |
343 | |
344 | samples/dnd/*.cpp | |
345 | samples/dnd/*.h | |
346 | samples/dnd/makefile* | |
347 | samples/dnd/*.rc | |
348 | samples/dnd/*.wxr | |
349 | samples/dnd/*.def | |
350 | samples/dnd/*.bmp | |
351 | samples/dnd/*.xbm | |
352 | samples/dnd/*.xpm | |
353 | samples/dnd/*.png | |
354 | samples/dnd/*.ico | |
355 | samples/dnd/*.txt | |
356 | samples/dnd/*.cur | |
357 | samples/dnd/*.pro | |
2ce79e48 | 358 | samples/dnd/*.bkl |
69477ac4 JS |
359 | |
360 | samples/drawing/*.cpp | |
361 | samples/drawing/*.h | |
362 | samples/drawing/makefile* | |
363 | samples/drawing/*.rc | |
364 | samples/drawing/*.def | |
365 | samples/drawing/*.bmp | |
366 | samples/drawing/*.xpm | |
367 | samples/drawing/*.xbm | |
368 | samples/drawing/*.png | |
369 | samples/drawing/*.ico | |
370 | samples/drawing/*.txt | |
371 | samples/drawing/*.pro | |
2ce79e48 | 372 | samples/drawing/*.bkl |
69477ac4 JS |
373 | |
374 | samples/dialogs/*.h | |
375 | samples/dialogs/*.cpp | |
376 | samples/dialogs/*.def | |
377 | samples/dialogs/*.rc | |
378 | samples/dialogs/makefile* | |
379 | samples/dialogs/*.xbm | |
380 | samples/dialogs/*.xpm | |
381 | samples/dialogs/*.txt | |
382 | samples/dialogs/*.bmp | |
383 | samples/dialogs/*.ico | |
384 | samples/dialogs/*.pro | |
2ce79e48 | 385 | samples/dialogs/*.bkl |
69477ac4 JS |
386 | |
387 | samples/docview/*.h | |
388 | samples/docview/*.cpp | |
389 | samples/docview/*.def | |
390 | samples/docview/*.rc | |
391 | samples/docview/makefile* | |
392 | samples/docview/*.xbm | |
393 | samples/docview/*.xpm | |
394 | samples/docview/*.txt | |
395 | samples/docview/*.ico | |
396 | samples/docview/*.bmp | |
397 | samples/docview/*.pro | |
2ce79e48 | 398 | samples/docview/*.bkl |
2bd0a4dd | 399 | samples/docview/*.r |
69477ac4 JS |
400 | |
401 | samples/docvwmdi/*.h | |
402 | samples/docvwmdi/*.cpp | |
403 | samples/docvwmdi/*.def | |
404 | samples/docvwmdi/*.rc | |
405 | samples/docvwmdi/makefile* | |
406 | samples/docvwmdi/*.xbm | |
407 | samples/docvwmdi/*.xpm | |
408 | samples/docvwmdi/*.txt | |
409 | samples/docvwmdi/*.ico | |
410 | samples/docvwmdi/*.bmp | |
411 | samples/docvwmdi/*.pro | |
2ce79e48 | 412 | samples/docvwmdi/*.bkl |
69477ac4 JS |
413 | |
414 | samples/dragimag/*.cpp | |
415 | samples/dragimag/*.h | |
416 | samples/dragimag/makefile* | |
417 | samples/dragimag/*.rc | |
418 | samples/dragimag/*.def | |
419 | samples/dragimag/*.ico | |
420 | samples/dragimag/*.xpm | |
421 | samples/dragimag/*.png | |
422 | samples/dragimag/*.bmp | |
423 | samples/dragimag/*.pro | |
2ce79e48 | 424 | samples/dragimag/*.bkl |
af111fc3 | 425 | |
457814b5 JS |
426 | samples/dynamic/*.cpp |
427 | samples/dynamic/*.h | |
428 | samples/dynamic/*.def | |
72212c28 | 429 | samples/dynamic/makefile* |
457814b5 | 430 | samples/dynamic/*.xbm |
81d66cf3 | 431 | samples/dynamic/*.xpm |
457814b5 JS |
432 | samples/dynamic/*.txt |
433 | samples/dynamic/*.ico | |
434 | samples/dynamic/*.bmp | |
435 | samples/dynamic/*.rc | |
436 | samples/dynamic/*.wav | |
69477ac4 | 437 | samples/dynamic/*.pro |
2ce79e48 | 438 | samples/dynamic/*.bkl |
457814b5 | 439 | |
4d2c67a9 JS |
440 | samples/erase/*.cpp |
441 | samples/erase/*.h | |
442 | samples/erase/*.def | |
443 | samples/erase/makefile* | |
444 | samples/erase/*.xbm | |
445 | samples/erase/*.xpm | |
446 | samples/erase/*.txt | |
447 | samples/erase/*.ico | |
448 | samples/erase/*.bmp | |
449 | samples/erase/*.rc | |
450 | samples/erase/*.wav | |
69477ac4 | 451 | samples/erase/*.pro |
2ce79e48 | 452 | samples/erase/*.bkl |
4d2c67a9 | 453 | |
69477ac4 JS |
454 | samples/event/*.cpp |
455 | samples/event/*.h | |
456 | samples/event/*.def | |
457 | samples/event/*.rc | |
458 | samples/event/*.inf | |
459 | samples/event/*.txt | |
460 | samples/event/makefile* | |
461 | samples/event/*.xbm | |
462 | samples/event/*.xpm | |
463 | samples/event/*.ico | |
464 | samples/event/*.bmp | |
465 | samples/event/*.pro | |
2ce79e48 | 466 | samples/event/*.bkl |
69477ac4 | 467 | |
8fb75ec3 VZ |
468 | samples/except/*.cpp |
469 | samples/except/*.h | |
470 | samples/except/makefile* | |
471 | samples/except/*.rc | |
472 | samples/except/*.def | |
473 | samples/except/*.ico | |
474 | samples/except/*.xpm | |
475 | samples/except/*.txt | |
476 | samples/except/*.pro | |
477 | samples/except/*.bkl | |
478 | ||
69477ac4 JS |
479 | samples/exec/*.cpp |
480 | samples/exec/*.h | |
481 | samples/exec/makefile* | |
482 | samples/exec/*.rc | |
483 | samples/exec/*.def | |
484 | samples/exec/*.ico | |
485 | samples/exec/*.xpm | |
486 | samples/exec/*.txt | |
487 | samples/exec/*.pro | |
2ce79e48 | 488 | samples/exec/*.bkl |
69477ac4 JS |
489 | |
490 | samples/font/*.cpp | |
491 | samples/font/*.h | |
492 | samples/font/makefile* | |
493 | samples/font/*.rc | |
494 | samples/font/*.def | |
495 | samples/font/*.bmp | |
496 | samples/font/*.xpm | |
497 | samples/font/*.xbm | |
498 | samples/font/*.png | |
499 | samples/font/*.ico | |
500 | samples/font/*.txt | |
501 | samples/font/*.pro | |
2ce79e48 | 502 | samples/font/*.bkl |
69477ac4 JS |
503 | |
504 | samples/grid/*.cpp | |
505 | samples/grid/*.h | |
506 | samples/grid/*.def | |
507 | samples/grid/*.rc | |
508 | samples/grid/*.txt | |
509 | samples/grid/makefile* | |
510 | samples/grid/*.xbm | |
511 | samples/grid/*.xpm | |
512 | samples/grid/*.ico | |
513 | samples/grid/*.bmp | |
514 | samples/grid/*.pro | |
2ce79e48 | 515 | samples/grid/*.bkl |
fcc6dddd | 516 | |
55acd85e JS |
517 | samples/help/*.cpp |
518 | samples/help/*.h | |
519 | samples/help/*.def | |
520 | samples/help/makefile* | |
521 | samples/help/*.xbm | |
522 | samples/help/*.xpm | |
523 | samples/help/*.ico | |
7c4a59a8 | 524 | samples/help/*.bmp |
281b0186 | 525 | samples/help/*.gif |
55acd85e | 526 | samples/help/*.rc |
7c4a59a8 JS |
527 | samples/help/*.hlp |
528 | samples/help/*.cnt | |
7b28757f JS |
529 | samples/help/*.zip |
530 | samples/help/*.htb | |
f6bcfd97 BP |
531 | samples/help/*.chm |
532 | samples/help/*.hhp | |
533 | samples/help/*.hhk | |
534 | samples/help/*.hhc | |
7c4a59a8 JS |
535 | samples/help/*.hpj |
536 | samples/help/*.tex | |
537 | samples/help/*.ini | |
69477ac4 | 538 | samples/help/*.pro |
e37ce170 | 539 | samples/help/cshelp.txt |
55acd85e JS |
540 | samples/help/doc/*.html |
541 | samples/help/doc/*.htm | |
542 | samples/help/doc/*.class | |
543 | samples/help/doc/*.db | |
544 | samples/help/doc/*.tex | |
545 | samples/help/doc/*.gif | |
546 | samples/help/doc/*.map | |
2ce79e48 | 547 | samples/help/*.bkl |
55acd85e | 548 | |
44cf9b50 JS |
549 | samples/htlbox/*.cpp |
550 | samples/htlbox/*.h | |
551 | samples/htlbox/*.def | |
552 | samples/htlbox/makefile* | |
553 | samples/htlbox/*.xpm | |
554 | samples/htlbox/*.ico | |
555 | samples/htlbox/*.bmp | |
556 | samples/htlbox/*.rc | |
2ce79e48 | 557 | samples/htlbox/*.bkl |
44cf9b50 | 558 | |
69477ac4 JS |
559 | samples/html/makefile* |
560 | samples/html/*.txt | |
2ce79e48 | 561 | samples/html/*.bkl |
457814b5 | 562 | |
69477ac4 JS |
563 | samples/html/about/*.cpp |
564 | samples/html/about/*.h | |
565 | samples/html/about/makefile* | |
566 | samples/html/about/*.rc | |
567 | samples/html/about/*.def | |
568 | samples/html/about/*.bmp | |
569 | samples/html/about/*.xpm | |
570 | samples/html/about/*.xbm | |
571 | samples/html/about/*.png | |
572 | samples/html/about/*.ico | |
573 | samples/html/about/*.txt | |
574 | samples/html/about/*.pro | |
575 | samples/html/about/data/*.htm | |
576 | samples/html/about/data/*.png | |
2ce79e48 | 577 | samples/html/about/*.bkl |
457814b5 | 578 | |
69477ac4 JS |
579 | samples/html/help/*.cpp |
580 | samples/html/help/*.h | |
581 | samples/html/help/makefile* | |
582 | samples/html/help/*.rc | |
583 | samples/html/help/*.def | |
584 | samples/html/help/*.bmp | |
585 | samples/html/help/*.xpm | |
586 | samples/html/help/*.xbm | |
587 | samples/html/help/*.png | |
588 | samples/html/help/*.ico | |
589 | samples/html/help/*.txt | |
590 | samples/html/help/*.pro | |
591 | samples/html/help/helpfiles/*.htm | |
592 | samples/html/help/helpfiles/*.hhc | |
593 | samples/html/help/helpfiles/*.hhk | |
594 | samples/html/help/helpfiles/*.hhp | |
2ce79e48 | 595 | samples/html/help/*.bkl |
69477ac4 JS |
596 | |
597 | samples/html/printing/*.cpp | |
598 | samples/html/printing/*.h | |
599 | samples/html/printing/makefile* | |
600 | samples/html/printing/*.rc | |
601 | samples/html/printing/*.pro | |
602 | samples/html/printing/*.def | |
603 | samples/html/printing/*.bmp | |
604 | samples/html/printing/*.xpm | |
605 | samples/html/printing/*.xbm | |
606 | samples/html/printing/*.png | |
607 | samples/html/printing/*.ico | |
674fdaba | 608 | samples/html/printing/*.gif |
69477ac4 | 609 | samples/html/printing/*.htm |
2ce79e48 | 610 | samples/html/printing/*.bkl |
69477ac4 JS |
611 | |
612 | samples/html/test/*.cpp | |
613 | samples/html/test/*.h | |
614 | samples/html/test/makefile* | |
615 | samples/html/test/*.rc | |
616 | samples/html/test/*.def | |
617 | samples/html/test/*.bmp | |
618 | samples/html/test/*.xpm | |
619 | samples/html/test/*.xbm | |
620 | samples/html/test/*.png | |
621 | samples/html/test/*.ico | |
622 | samples/html/test/*.htm | |
623 | samples/html/test/*.html | |
624 | samples/html/test/*.pro | |
e39081af | 625 | samples/html/test/*.gif |
2ce79e48 | 626 | samples/html/test/*.bkl |
69477ac4 JS |
627 | |
628 | samples/html/virtual/*.cpp | |
629 | samples/html/virtual/*.h | |
630 | samples/html/virtual/makefile* | |
631 | samples/html/virtual/*.rc | |
632 | samples/html/virtual/*.def | |
633 | samples/html/virtual/*.bmp | |
634 | samples/html/virtual/*.xpm | |
635 | samples/html/virtual/*.xbm | |
636 | samples/html/virtual/*.png | |
637 | samples/html/virtual/*.ico | |
638 | samples/html/virtual/*.htm | |
639 | samples/html/virtual/*.html | |
640 | samples/html/virtual/*.pro | |
2ce79e48 | 641 | samples/html/virtual/*.bkl |
69477ac4 JS |
642 | |
643 | samples/html/widget/*.cpp | |
644 | samples/html/widget/*.h | |
645 | samples/html/widget/makefile* | |
646 | samples/html/widget/*.rc | |
647 | samples/html/widget/*.def | |
648 | samples/html/widget/*.bmp | |
649 | samples/html/widget/*.xpm | |
650 | samples/html/widget/*.xbm | |
651 | samples/html/widget/*.png | |
652 | samples/html/widget/*.ico | |
653 | samples/html/widget/*.htm | |
654 | samples/html/widget/*.html | |
655 | samples/html/widget/*.pro | |
2ce79e48 | 656 | samples/html/widget/*.bkl |
69477ac4 JS |
657 | |
658 | samples/html/zip/*.cpp | |
659 | samples/html/zip/*.h | |
660 | samples/html/zip/makefile* | |
661 | samples/html/zip/*.rc | |
662 | samples/html/zip/*.def | |
663 | samples/html/zip/*.bmp | |
664 | samples/html/zip/*.xpm | |
665 | samples/html/zip/*.xbm | |
666 | samples/html/zip/*.png | |
667 | samples/html/zip/*.ico | |
668 | samples/html/zip/*.htm | |
669 | samples/html/zip/*.html | |
670 | samples/html/zip/*.zip | |
671 | samples/html/zip/*.pro | |
2ce79e48 | 672 | samples/html/zip/*.bkl |
69477ac4 JS |
673 | |
674 | samples/html/helpview/*.cpp | |
675 | samples/html/helpview/*.h | |
676 | samples/html/helpview/makefile* | |
677 | samples/html/helpview/*.rc | |
678 | samples/html/helpview/*.def | |
679 | samples/html/helpview/*.bmp | |
680 | samples/html/helpview/*.xpm | |
681 | samples/html/helpview/*.xbm | |
682 | samples/html/helpview/*.png | |
683 | samples/html/helpview/*.ico | |
684 | samples/html/helpview/*.htm | |
685 | samples/html/helpview/*.html | |
686 | samples/html/helpview/*.pro | |
687 | samples/html/helpview/test.zip | |
2ce79e48 | 688 | samples/html/helpview/*.bkl |
2bd0a4dd | 689 | samples/html/helpview/*.r |
69477ac4 JS |
690 | |
691 | samples/image/*.cpp | |
692 | samples/image/*.h | |
693 | samples/image/makefile* | |
694 | samples/image/*.rc | |
695 | samples/image/*.def | |
696 | samples/image/*.bmp | |
697 | samples/image/*.xpm | |
698 | samples/image/*.xbm | |
699 | samples/image/*.png | |
700 | samples/image/*.pnm | |
701 | samples/image/*.pcx | |
702 | samples/image/*.jpg | |
703 | samples/image/*.gif | |
704 | samples/image/*.tif | |
705 | samples/image/*.ico | |
674fdaba | 706 | samples/image/*.cur |
69477ac4 JS |
707 | samples/image/*.txt |
708 | samples/image/*.pro | |
441582dd | 709 | samples/image/*.ani |
2ce79e48 | 710 | samples/image/*.bkl |
69477ac4 JS |
711 | |
712 | samples/internat/*.cpp | |
713 | samples/internat/*.h | |
714 | samples/internat/*.def | |
715 | samples/internat/*.rc | |
716 | samples/internat/*.txt | |
717 | samples/internat/makefile* | |
718 | samples/internat/*.xbm | |
719 | samples/internat/*.xpm | |
720 | samples/internat/*.po | |
721 | samples/internat/*.ico | |
722 | samples/internat/*.bmp | |
723 | samples/internat/*.mo | |
724 | samples/internat/*.pro | |
43adccf8 JS |
725 | samples/internat/bg/*.mo |
726 | samples/internat/bg/*.po | |
727 | samples/internat/cs/*.mo | |
728 | samples/internat/cs/*.po | |
69477ac4 JS |
729 | samples/internat/fr/*.mo |
730 | samples/internat/fr/*.po | |
731 | samples/internat/de/*.mo | |
732 | samples/internat/de/*.po | |
674fdaba JS |
733 | samples/internat/ru/*.mo |
734 | samples/internat/ru/*.po | |
43adccf8 JS |
735 | samples/internat/ja/*.mo |
736 | samples/internat/ja/*.po | |
737 | samples/internat/ka/*.mo | |
738 | samples/internat/ka/*.po | |
a951722b JS |
739 | samples/internat/pl/*.mo |
740 | samples/internat/pl/*.po | |
2ce79e48 | 741 | samples/internat/*.bkl |
69477ac4 JS |
742 | |
743 | samples/ipc/*.cpp | |
744 | samples/ipc/*.h | |
745 | samples/ipc/makefile* | |
746 | samples/ipc/client.vc | |
747 | samples/ipc/server.vc | |
748 | samples/ipc/client.wat | |
749 | samples/ipc/server.wat | |
750 | samples/ipc/client.b32 | |
751 | samples/ipc/server.b32 | |
752 | samples/ipc/client.bcc | |
753 | samples/ipc/server.bcc | |
754 | samples/ipc/client.dos | |
755 | samples/ipc/server.dos | |
756 | samples/ipc/client.g95 | |
757 | samples/ipc/server.g95 | |
758 | samples/ipc/*.rc | |
759 | samples/ipc/*.def | |
760 | samples/ipc/*.bmp | |
761 | samples/ipc/*.xpm | |
762 | samples/ipc/*.xbm | |
763 | samples/ipc/*.png | |
764 | samples/ipc/*.ico | |
765 | samples/ipc/*.txt | |
766 | samples/ipc/*.pro | |
2ce79e48 | 767 | samples/ipc/*.bkl |
69477ac4 | 768 | |
52f52ebc JS |
769 | samples/joytest/*.h |
770 | samples/joytest/*.cpp | |
771 | samples/joytest/*.def | |
772 | samples/joytest/*.rc | |
773 | samples/joytest/makefile.* | |
774 | samples/joytest/*.txt | |
775 | samples/joytest/*.bmp | |
776 | samples/joytest/*.wav | |
777 | samples/joytest/*.ico | |
778 | samples/joytest/*.bkl | |
779 | ||
12d1ab44 JS |
780 | samples/keyboard/*.cpp |
781 | samples/keyboard/*.h | |
782 | samples/keyboard/*.def | |
783 | samples/keyboard/*.rc | |
784 | samples/keyboard/*.txt | |
785 | samples/keyboard/makefile* | |
786 | samples/keyboard/*.xbm | |
787 | samples/keyboard/*.xpm | |
788 | samples/keyboard/*.ico | |
789 | samples/keyboard/*.bmp | |
790 | samples/keyboard/*.pro | |
2ce79e48 | 791 | samples/keyboard/*.bkl |
12d1ab44 | 792 | |
69477ac4 JS |
793 | samples/layout/*.cpp |
794 | samples/layout/*.h | |
795 | samples/layout/*.def | |
796 | samples/layout/makefile* | |
797 | samples/layout/*.xbm | |
798 | samples/layout/*.xpm | |
799 | samples/layout/*.ico | |
800 | samples/layout/*.rc | |
801 | samples/layout/*.bmp | |
802 | samples/layout/*.pro | |
2ce79e48 | 803 | samples/layout/*.bkl |
69477ac4 | 804 | |
332b8edb JS |
805 | samples/listbox/*.cpp |
806 | samples/listbox/*.h | |
807 | samples/listbox/*.def | |
808 | samples/listbox/*.rc | |
809 | samples/listbox/*.txt | |
810 | samples/listbox/makefile* | |
811 | samples/listbox/*.xpm | |
2ce79e48 | 812 | samples/listbox/*.bkl |
332b8edb | 813 | |
69477ac4 JS |
814 | samples/listctrl/*.cpp |
815 | samples/listctrl/*.h | |
816 | samples/listctrl/*.def | |
817 | samples/listctrl/*.rc | |
818 | samples/listctrl/*.txt | |
819 | samples/listctrl/makefile* | |
820 | samples/listctrl/*.xbm | |
821 | samples/listctrl/*.xpm | |
822 | samples/listctrl/bitmaps/*.xbm | |
823 | samples/listctrl/bitmaps/*.xpm | |
824 | samples/listctrl/*.ico | |
825 | samples/listctrl/*.bmp | |
826 | samples/listctrl/*.pro | |
827 | samples/listctrl/bitmaps/*.bmp | |
828 | samples/listctrl/bitmaps/*.ico | |
2ce79e48 | 829 | samples/listctrl/*.bkl |
457814b5 JS |
830 | |
831 | samples/mdi/*.cpp | |
832 | samples/mdi/*.h | |
833 | samples/mdi/*.def | |
72212c28 | 834 | samples/mdi/makefile* |
457814b5 | 835 | samples/mdi/*.xbm |
81d66cf3 | 836 | samples/mdi/*.xpm |
457814b5 JS |
837 | samples/mdi/*.ico |
838 | samples/mdi/*.rc | |
69477ac4 | 839 | samples/mdi/*.pro |
457814b5 JS |
840 | samples/mdi/bitmaps/*.bmp |
841 | samples/mdi/bitmaps/*.ico | |
72212c28 JS |
842 | samples/mdi/bitmaps/*.xpm |
843 | samples/mdi/bitmaps/*.xbm | |
2ce79e48 | 844 | samples/mdi/*.bkl |
457814b5 | 845 | |
69477ac4 JS |
846 | samples/menu/*.cpp |
847 | samples/menu/*.h | |
848 | samples/menu/makefile* | |
849 | samples/menu/*.rc | |
850 | samples/menu/*.def | |
851 | samples/menu/*.bmp | |
852 | samples/menu/*.xpm | |
853 | samples/menu/*.xbm | |
854 | samples/menu/*.png | |
855 | samples/menu/*.ico | |
856 | samples/menu/*.txt | |
857 | samples/menu/*.pro | |
2ce79e48 | 858 | samples/menu/*.bkl |
69477ac4 JS |
859 | |
860 | samples/memcheck/*.h | |
861 | samples/memcheck/*.cpp | |
862 | samples/memcheck/*.def | |
863 | samples/memcheck/*.rc | |
864 | samples/memcheck/makefile* | |
865 | samples/memcheck/*.xbm | |
866 | samples/memcheck/*.xpm | |
867 | samples/memcheck/*.txt | |
868 | samples/memcheck/*.ico | |
869 | samples/memcheck/*.bmp | |
870 | samples/memcheck/*.pro | |
2ce79e48 | 871 | samples/memcheck/*.bkl |
69477ac4 | 872 | |
457814b5 JS |
873 | samples/minimal/*.cpp |
874 | samples/minimal/*.h | |
875 | samples/minimal/*.def | |
72212c28 | 876 | samples/minimal/makefile* |
457814b5 | 877 | samples/minimal/*.xbm |
81d66cf3 | 878 | samples/minimal/*.xpm |
457814b5 JS |
879 | samples/minimal/*.ico |
880 | samples/minimal/*.rc | |
69477ac4 | 881 | samples/minimal/*.pro |
2ce79e48 | 882 | samples/minimal/*.bkl |
2bd0a4dd | 883 | samples/minimal/*.r |
457814b5 | 884 | |
69477ac4 JS |
885 | samples/minifram/*.h |
886 | samples/minifram/*.cpp | |
887 | samples/minifram/*.def | |
888 | samples/minifram/*.rc | |
889 | samples/minifram/makefile* | |
890 | samples/minifram/*.xbm | |
891 | samples/minifram/*.xpm | |
892 | samples/minifram/*.txt | |
893 | samples/minifram/*.ico | |
894 | samples/minifram/*.bmp | |
895 | samples/minifram/*.pro | |
896 | samples/minifram/bitmaps/*.bmp | |
897 | samples/minifram/bitmaps/*.xpm | |
2ce79e48 | 898 | samples/minifram/*.bkl |
457814b5 | 899 | |
332b8edb JS |
900 | samples/mobile/styles/*.cpp |
901 | samples/mobile/styles/*.h | |
902 | samples/mobile/styles/*.xpm | |
903 | samples/mobile/styles/*.jpg | |
904 | samples/mobile/wxedit/*.cpp | |
905 | samples/mobile/wxedit/*.h | |
906 | samples/mobile/wxedit/*.xpm | |
2ce79e48 JS |
907 | samples/mobile/styles/*.bkl |
908 | samples/mobile/wxedit/*.bkl | |
52f52ebc JS |
909 | samples/mobile/make* |
910 | samples/mobile/*.bkl | |
332b8edb JS |
911 | |
912 | samples/multimon/*.h | |
913 | samples/multimon/*.cpp | |
914 | samples/multimon/*.def | |
915 | samples/multimon/*.rc | |
916 | samples/multimon/makefile* | |
917 | samples/multimon/*.xbm | |
918 | samples/multimon/*.xpm | |
919 | samples/multimon/*.txt | |
920 | samples/multimon/*.ico | |
921 | samples/multimon/*.bmp | |
922 | samples/multimon/*.pro | |
2ce79e48 | 923 | samples/multimon/*.bkl |
332b8edb | 924 | |
69477ac4 JS |
925 | samples/notebook/*.cpp |
926 | samples/notebook/*.h | |
927 | samples/notebook/makefile* | |
928 | samples/notebook/*.rc | |
929 | samples/notebook/*.def | |
930 | samples/notebook/*.bmp | |
931 | samples/notebook/*.xbm | |
932 | samples/notebook/*.xpm | |
933 | samples/notebook/*.ico | |
934 | samples/notebook/*.txt | |
935 | samples/notebook/*.pro | |
2ce79e48 | 936 | samples/notebook/*.bkl |
457814b5 JS |
937 | |
938 | samples/odbc/*.h | |
939 | samples/odbc/*.cpp | |
940 | samples/odbc/*.def | |
941 | samples/odbc/*.rc | |
72212c28 | 942 | samples/odbc/makefile* |
457814b5 JS |
943 | samples/odbc/*.inf |
944 | samples/odbc/*.xbm | |
81d66cf3 | 945 | samples/odbc/*.xpm |
457814b5 JS |
946 | samples/odbc/*.ico |
947 | samples/odbc/*.bmp | |
948 | samples/odbc/*.dbf | |
949 | samples/odbc/*.cdx | |
69477ac4 | 950 | samples/odbc/*.pro |
2ce79e48 | 951 | samples/odbc/*.bkl |
457814b5 | 952 | |
52f52ebc JS |
953 | samples/opengl/*.bkl |
954 | samples/opengl/make* | |
69477ac4 JS |
955 | samples/opengl/cube/*.cpp |
956 | samples/opengl/cube/*.h | |
957 | samples/opengl/cube/*.rc | |
958 | samples/opengl/cube/*.ico | |
959 | samples/opengl/cube/*.xbm | |
960 | samples/opengl/cube/*.pro | |
961 | samples/opengl/cube/make*.* | |
2ce79e48 | 962 | samples/opengl/cube/*.bkl |
457814b5 | 963 | |
69477ac4 JS |
964 | samples/opengl/isosurf/*.cpp |
965 | samples/opengl/isosurf/*.h | |
966 | samples/opengl/isosurf/*.rc | |
967 | samples/opengl/isosurf/*.ico | |
968 | samples/opengl/isosurf/*.xbm | |
969 | samples/opengl/isosurf/*.pro | |
970 | samples/opengl/isosurf/*.dat.gz | |
971 | samples/opengl/isosurf/make*.* | |
2ce79e48 | 972 | samples/opengl/isosurf/*.bkl |
457814b5 | 973 | |
69477ac4 JS |
974 | samples/opengl/penguin/*.cpp |
975 | samples/opengl/penguin/*.c | |
976 | samples/opengl/penguin/*.h | |
977 | samples/opengl/penguin/*.rc | |
978 | samples/opengl/penguin/*.ico | |
979 | samples/opengl/penguin/*.xbm | |
980 | samples/opengl/penguin/*.xpm | |
981 | samples/opengl/penguin/*.pro | |
982 | samples/opengl/penguin/make*.* | |
983 | samples/opengl/penguin/penguin.lwo | |
2ce79e48 | 984 | samples/opengl/penguin/*.bkl |
457814b5 | 985 | |
69477ac4 JS |
986 | samples/png/*.cpp |
987 | samples/png/*.h | |
988 | samples/png/makefile* | |
989 | samples/png/*.rc | |
990 | samples/png/*.def | |
991 | samples/png/*.bmp | |
992 | samples/png/*.xpm | |
993 | samples/png/*.xbm | |
994 | samples/png/*.ico | |
995 | samples/png/*.txt | |
996 | samples/png/*.png | |
997 | samples/png/*.pro | |
2ce79e48 | 998 | samples/png/*.bkl |
457814b5 | 999 | |
69477ac4 JS |
1000 | samples/printing/*.cpp |
1001 | samples/printing/*.h | |
1002 | samples/printing/*.def | |
1003 | samples/printing/makefile* | |
1004 | samples/printing/*.xbm | |
1005 | samples/printing/*.xpm | |
1006 | samples/printing/*.txt | |
1007 | samples/printing/*.ico | |
1008 | samples/printing/*.bmp | |
1009 | samples/printing/*.rc | |
1010 | samples/printing/*.afm | |
1011 | samples/printing/*.pro | |
2ce79e48 | 1012 | samples/printing/*.bkl |
457814b5 | 1013 | |
69477ac4 JS |
1014 | samples/propsize/*.cpp |
1015 | samples/propsize/*.h | |
1016 | samples/propsize/*.def | |
1017 | samples/propsize/makefile* | |
1018 | samples/propsize/*.xbm | |
1019 | samples/propsize/*.xpm | |
1020 | samples/propsize/*.ico | |
1021 | samples/propsize/*.bmp | |
1022 | samples/propsize/*.rc | |
1023 | samples/propsize/*.pro | |
2ce79e48 JS |
1024 | samples/propsize/*.bkl |
1025 | ||
1026 | samples/render/*.cpp | |
1027 | samples/render/*.h | |
1028 | samples/render/*.def | |
1029 | samples/render/makefile* | |
1030 | samples/render/*.xbm | |
1031 | samples/render/*.xpm | |
1032 | samples/render/*.ico | |
1033 | samples/render/*.bmp | |
1034 | samples/render/*.rc | |
1035 | samples/render/*.pro | |
1036 | samples/render/*.bkl | |
457814b5 | 1037 | |
69477ac4 JS |
1038 | samples/rotate/*.cpp |
1039 | samples/rotate/*.h | |
1040 | samples/rotate/makefile* | |
1041 | samples/rotate/*.rc | |
1042 | samples/rotate/*.def | |
1043 | samples/rotate/*.ico | |
1044 | samples/rotate/*.xpm | |
1045 | samples/rotate/*.txt | |
1046 | samples/rotate/*.bmp | |
1047 | samples/rotate/*.pro | |
2ce79e48 | 1048 | samples/rotate/*.bkl |
1a7f3062 | 1049 | |
69477ac4 JS |
1050 | samples/sashtest/*.cpp |
1051 | samples/sashtest/*.h | |
1052 | samples/sashtest/*.def | |
1053 | samples/sashtest/*.rc | |
1054 | samples/sashtest/*.txt | |
1055 | samples/sashtest/makefile* | |
1056 | samples/sashtest/*.xbm | |
1057 | samples/sashtest/*.xpm | |
1058 | samples/sashtest/*.ico | |
1059 | samples/sashtest/*.pro | |
2ce79e48 | 1060 | samples/sashtest/*.bkl |
af111fc3 | 1061 | |
69477ac4 JS |
1062 | samples/scroll/*.cpp |
1063 | samples/scroll/*.h | |
1064 | samples/scroll/makefile* | |
1065 | samples/scroll/*.rc | |
1066 | samples/scroll/*.def | |
1067 | samples/scroll/*.bmp | |
1068 | samples/scroll/*.xpm | |
1069 | samples/scroll/*.xbm | |
1070 | samples/scroll/*.png | |
1071 | samples/scroll/*.ico | |
1072 | samples/scroll/*.txt | |
1073 | samples/scroll/*.pro | |
2ce79e48 | 1074 | samples/scroll/*.bkl |
af111fc3 JS |
1075 | |
1076 | samples/scrollsub/*.cpp | |
1077 | samples/scrollsub/*.h | |
1078 | samples/scrollsub/makefile* | |
1079 | samples/scrollsub/*.rc | |
1080 | samples/scrollsub/*.def | |
1081 | samples/scrollsub/*.bmp | |
1082 | samples/scrollsub/*.xpm | |
1083 | samples/scrollsub/*.xbm | |
1084 | samples/scrollsub/*.png | |
1085 | samples/scrollsub/*.ico | |
1086 | samples/scrollsub/*.txt | |
69477ac4 | 1087 | samples/scrollsub/*.pro |
2ce79e48 | 1088 | samples/scrollsub/*.bkl |
af111fc3 | 1089 | |
4a9dba0e JS |
1090 | samples/shaped/*.cpp |
1091 | samples/shaped/*.h | |
1092 | samples/shaped/makefile* | |
1093 | samples/shaped/*.rc | |
1094 | samples/shaped/*.def | |
1095 | samples/shaped/*.bmp | |
1096 | samples/shaped/*.xpm | |
1097 | samples/shaped/*.xbm | |
1098 | samples/shaped/*.png | |
1099 | samples/shaped/*.ico | |
1100 | samples/shaped/*.txt | |
1101 | samples/shaped/*.pro | |
2ce79e48 | 1102 | samples/shaped/*.bkl |
4a9dba0e | 1103 | |
daa9deb2 WS |
1104 | samples/splash/*.h |
1105 | samples/splash/*.cpp | |
1106 | samples/splash/*.def | |
1107 | samples/splash/*.rc | |
1108 | samples/splash/makefile* | |
1109 | samples/splash/*.xbm | |
1110 | samples/splash/*.xpm | |
1111 | samples/splash/*.txt | |
1112 | samples/splash/*.ico | |
1113 | samples/splash/*.bmp | |
1114 | samples/splash/*.png | |
1115 | samples/splash/*.pro | |
1116 | samples/splash/*.bkl | |
1117 | ||
69477ac4 JS |
1118 | samples/splitter/*.cpp |
1119 | samples/splitter/*.h | |
1120 | samples/splitter/*.def | |
1121 | samples/splitter/*.rc | |
1122 | samples/splitter/*.txt | |
1123 | samples/splitter/makefile* | |
1124 | samples/splitter/*.xbm | |
1125 | samples/splitter/*.xpm | |
1126 | samples/splitter/*.ico | |
1127 | samples/splitter/*.bmp | |
1128 | samples/splitter/*.pro | |
2ce79e48 | 1129 | samples/splitter/*.bkl |
0e528b99 | 1130 | |
69477ac4 JS |
1131 | samples/sockets/*.cpp |
1132 | samples/sockets/*.h | |
1133 | samples/sockets/*.def | |
1134 | samples/sockets/makefile* | |
1135 | samples/sockets/client.wat | |
1136 | samples/sockets/server.wat | |
1137 | samples/sockets/client.vc | |
1138 | samples/sockets/server.vc | |
1139 | samples/sockets/client.dos | |
1140 | samples/sockets/server.dos | |
1141 | samples/sockets/client.b32 | |
1142 | samples/sockets/server.b32 | |
1143 | samples/sockets/client.bcc | |
1144 | samples/sockets/server.bcc | |
1145 | samples/sockets/client.g95 | |
1146 | samples/sockets/server.g95 | |
1147 | samples/sockets/*.xbm | |
1148 | samples/sockets/*.xpm | |
1149 | samples/sockets/*.ico | |
1150 | samples/sockets/*.rc | |
1151 | samples/sockets/*.pro | |
2ce79e48 | 1152 | samples/sockets/*.bkl |
40219523 | 1153 | |
816c1e80 JS |
1154 | samples/sound/*.cpp |
1155 | samples/sound/*.h | |
1156 | samples/sound/makefile* | |
1157 | samples/sound/*.rc | |
1158 | samples/sound/*.def | |
1159 | samples/sound/*.ico | |
1160 | samples/sound/*.xpm | |
1161 | samples/sound/*.bmp | |
1162 | samples/sound/*.wav | |
1163 | samples/sound/*.pro | |
1164 | samples/sound/*.bkl | |
1165 | ||
dc1efb1d JS |
1166 | samples/statbar/*.cpp |
1167 | samples/statbar/*.h | |
1168 | samples/statbar/makefile* | |
1169 | samples/statbar/*.rc | |
1170 | samples/statbar/*.def | |
1171 | samples/statbar/*.ico | |
1172 | samples/statbar/*.xpm | |
0d3a69ec | 1173 | samples/statbar/*.bmp |
dc1efb1d | 1174 | samples/statbar/*.txt |
69477ac4 | 1175 | samples/statbar/*.pro |
2ce79e48 | 1176 | samples/statbar/*.bkl |
dc1efb1d | 1177 | |
c4839ccf JS |
1178 | samples/taskbar/*.cpp |
1179 | samples/taskbar/*.h | |
1180 | samples/taskbar/makefile.* | |
1181 | samples/taskbar/*.rc | |
1182 | samples/taskbar/*.def | |
1183 | samples/taskbar/*.bmp | |
1184 | samples/taskbar/*.ico | |
1185 | samples/taskbar/*.txt | |
1186 | ||
69477ac4 JS |
1187 | samples/text/*.cpp |
1188 | samples/text/*.h | |
1189 | samples/text/makefile* | |
1190 | samples/text/*.rc | |
1191 | samples/text/*.def | |
1192 | samples/text/*.bmp | |
1193 | samples/text/*.xpm | |
1194 | samples/text/*.xbm | |
1195 | samples/text/*.png | |
1196 | samples/text/*.ico | |
1197 | samples/text/*.txt | |
1198 | samples/text/*.pro | |
2ce79e48 | 1199 | samples/text/*.bkl |
9bb3479c | 1200 | |
69477ac4 JS |
1201 | samples/thread/*.cpp |
1202 | samples/thread/*.h | |
1203 | samples/thread/makefile* | |
1204 | samples/thread/*.rc | |
1205 | samples/thread/*.def | |
1206 | samples/thread/*.bmp | |
1207 | samples/thread/*.xpm | |
1208 | samples/thread/*.xbm | |
1209 | samples/thread/*.png | |
1210 | samples/thread/*.ico | |
1211 | samples/thread/*.txt | |
1212 | samples/thread/*.pro | |
2ce79e48 | 1213 | samples/thread/*.bkl |
68be9f09 | 1214 | |
69477ac4 JS |
1215 | samples/typetest/*.cpp |
1216 | samples/typetest/*.h | |
1217 | samples/typetest/*.def | |
1218 | samples/typetest/*.rc | |
1219 | samples/typetest/*.txt | |
1220 | samples/typetest/makefile* | |
1221 | samples/typetest/*.xbm | |
1222 | samples/typetest/*.xpm | |
1223 | samples/typetest/*.ico | |
1224 | samples/typetest/*.pro | |
2ce79e48 | 1225 | samples/typetest/*.bkl |
babc9758 | 1226 | |
69477ac4 JS |
1227 | samples/toolbar/*.cpp |
1228 | samples/toolbar/*.h | |
1229 | samples/toolbar/*.def | |
1230 | samples/toolbar/makefile* | |
1231 | samples/toolbar/*.txt | |
1232 | samples/toolbar/*.xbm | |
1233 | samples/toolbar/*.xpm | |
1234 | samples/toolbar/bitmaps/*.xbm | |
1235 | samples/toolbar/bitmaps/*.xpm | |
1236 | samples/toolbar/*.ico | |
1237 | samples/toolbar/*.bmp | |
1238 | samples/toolbar/*.rc | |
1239 | samples/toolbar/*.pro | |
1240 | samples/toolbar/bitmaps/*.bmp | |
2ce79e48 | 1241 | samples/toolbar/*.bkl |
babc9758 | 1242 | |
69477ac4 JS |
1243 | samples/treectrl/*.cpp |
1244 | samples/treectrl/*.h | |
1245 | samples/treectrl/*.def | |
1246 | samples/treectrl/*.rc | |
1247 | samples/treectrl/*.txt | |
1248 | samples/treectrl/makefile* | |
1249 | samples/treectrl/*.xbm | |
1250 | samples/treectrl/*.xpm | |
1251 | samples/treectrl/bitmaps/*.xbm | |
1252 | samples/treectrl/bitmaps/*.xpm | |
1253 | samples/treectrl/*.ico | |
1254 | samples/treectrl/*.bmp | |
1255 | samples/treectrl/*.pro | |
1256 | samples/treectrl/bitmaps/*.bmp | |
1257 | samples/treectrl/bitmaps/*.ico | |
2ce79e48 | 1258 | samples/treectrl/*.bkl |
69477ac4 JS |
1259 | |
1260 | samples/validate/*.cpp | |
1261 | samples/validate/*.h | |
1262 | samples/validate/*.def | |
1263 | samples/validate/*.rc | |
1264 | samples/validate/*.inf | |
1265 | samples/validate/*.txt | |
1266 | samples/validate/makefile* | |
1267 | samples/validate/*.xbm | |
1268 | samples/validate/*.xpm | |
1269 | samples/validate/*.ico | |
1270 | samples/validate/*.bmp | |
1271 | samples/validate/*.pro | |
2ce79e48 | 1272 | samples/validate/*.bkl |
babc9758 | 1273 | |
52f52ebc JS |
1274 | samples/vscroll/*.cpp |
1275 | samples/vscroll/*.rc | |
1276 | samples/vscroll/makefile* | |
1277 | samples/vscroll/*.xpm | |
1278 | samples/vscroll/*.bkl | |
1279 | ||
8f3fc6b4 JS |
1280 | samples/widgets/*.cpp |
1281 | samples/widgets/*.h | |
1282 | samples/widgets/makefile* | |
1283 | samples/widgets/*.rc | |
1284 | samples/widgets/*.def | |
1285 | samples/widgets/*.ico | |
1286 | samples/widgets/*.xpm | |
1287 | samples/widgets/*.txt | |
1288 | samples/widgets/*.bmp | |
69477ac4 | 1289 | samples/widgets/*.pro |
7ff3f367 | 1290 | samples/widgets/icons/*.xpm |
2ce79e48 | 1291 | samples/widgets/*.bkl |
69477ac4 JS |
1292 | |
1293 | samples/wizard/*.cpp | |
1294 | samples/wizard/*.h | |
1295 | samples/wizard/makefile* | |
1296 | samples/wizard/*.rc | |
1297 | samples/wizard/*.def | |
1298 | samples/wizard/*.bmp | |
1299 | samples/wizard/*.xpm | |
1300 | samples/wizard/*.xbm | |
1301 | samples/wizard/*.png | |
1302 | samples/wizard/*.ico | |
1303 | samples/wizard/*.txt | |
1304 | samples/wizard/*.pro | |
2ce79e48 | 1305 | samples/wizard/*.bkl |
8f3fc6b4 | 1306 | |
2ce79e48 | 1307 | demos/demos.bkl |
9bb3479c | 1308 | demos/makefile* |
a42b93aa | 1309 | |
1cf4526d JS |
1310 | demos/bombs/*.cpp |
1311 | demos/bombs/*.h | |
1312 | demos/bombs/*.def | |
1313 | demos/bombs/makefile* | |
1314 | demos/bombs/*.xbm | |
1315 | demos/bombs/*.xpm | |
1316 | demos/bombs/*.txt | |
1317 | demos/bombs/*.ico | |
1318 | demos/bombs/*.bmp | |
1319 | demos/bombs/*.rc | |
69477ac4 | 1320 | demos/bombs/*.pro |
2ce79e48 | 1321 | demos/bombs/*.bkl |
1cf4526d JS |
1322 | |
1323 | demos/forty/*.cpp | |
1324 | demos/forty/*.h | |
1325 | demos/forty/makefile* | |
1326 | demos/forty/*.rc | |
1327 | demos/forty/*.def | |
1328 | demos/forty/*.bmp | |
1329 | demos/forty/*.xpm | |
1330 | demos/forty/*.xbm | |
1331 | demos/forty/*.png | |
1332 | demos/forty/*.ico | |
1333 | demos/forty/*.txt | |
69477ac4 | 1334 | demos/forty/*.pro |
2ce79e48 | 1335 | demos/forty/*.bkl |
2bd0a4dd | 1336 | demos/forty/*.r |
a951722b | 1337 | demos/forty/*.htm |
1cf4526d JS |
1338 | |
1339 | demos/fractal/*.cpp | |
1340 | demos/fractal/*.h | |
1341 | demos/fractal/*.def | |
1342 | demos/fractal/makefile* | |
1343 | demos/fractal/*.xbm | |
1344 | demos/fractal/*.xpm | |
1345 | demos/fractal/*.ico | |
1346 | demos/fractal/*.rc | |
69477ac4 | 1347 | demos/fractal/*.pro |
2ce79e48 | 1348 | demos/fractal/*.bkl |
1cf4526d JS |
1349 | |
1350 | demos/life/*.cpp | |
d0b223a1 | 1351 | demos/life/*.inc |
1cf4526d JS |
1352 | demos/life/*.h |
1353 | demos/life/makefile* | |
1354 | demos/life/*.rc | |
1355 | demos/life/*.def | |
1356 | demos/life/*.ico | |
1357 | demos/life/*.xpm | |
1358 | demos/life/*.txt | |
f6bcfd97 | 1359 | demos/life/*.lif |
69477ac4 | 1360 | demos/life/*.pro |
1cf4526d JS |
1361 | demos/life/bitmaps/*.xpm |
1362 | demos/life/bitmaps/*.bmp | |
2ce79e48 | 1363 | demos/life/*.bkl |
1cf4526d JS |
1364 | |
1365 | demos/poem/*.cpp | |
1366 | demos/poem/*.h | |
1367 | demos/poem/*.def | |
1368 | demos/poem/*.rc | |
1369 | demos/poem/*.inf | |
1370 | demos/poem/*.txt | |
1371 | demos/poem/makefile* | |
1372 | demos/poem/*.xbm | |
1373 | demos/poem/*.xpm | |
1374 | demos/poem/*.ico | |
1375 | demos/poem/*.bmp | |
1376 | demos/poem/*.dat | |
69477ac4 | 1377 | demos/poem/*.pro |
2ce79e48 | 1378 | demos/poem/*.bkl |
1cf4526d | 1379 | |
a42b93aa JS |
1380 | demos/dbbrowse/*.cpp |
1381 | demos/dbbrowse/*.h | |
1382 | demos/dbbrowse/*.def | |
1383 | demos/dbbrowse/*.rc | |
1384 | demos/dbbrowse/*.inf | |
1385 | demos/dbbrowse/*.txt | |
1386 | demos/dbbrowse/makefile* | |
1387 | demos/dbbrowse/*.xbm | |
1388 | demos/dbbrowse/*.xpm | |
1389 | demos/dbbrowse/*.ico | |
1390 | demos/dbbrowse/*.bmp | |
69477ac4 | 1391 | demos/dbbrowse/*.pro |
a42b93aa JS |
1392 | demos/dbbrowse/bitmaps/*.bmp |
1393 | demos/dbbrowse/bitmaps/*.ico | |
1394 | demos/dbbrowse/bitmaps/*.xpm | |
1395 | demos/dbbrowse/de/*.po | |
1396 | demos/dbbrowse/de/*.mo | |
1397 | demos/dbbrowse/de/*.cmd | |
1398 | demos/dbbrowse/de/*.cfg | |
1399 | demos/dbbrowse/fr/*.po | |
1400 | demos/dbbrowse/fr/*.mo | |
1401 | demos/dbbrowse/fr/*.cmd | |
1402 | demos/dbbrowse/fr/*.cfg | |
1403 | demos/dbbrowse/help.cz/*.mo | |
1404 | demos/dbbrowse/help.de/*.htm | |
1405 | demos/dbbrowse/help.de/*.hhc | |
1406 | demos/dbbrowse/help.de/*.hhp | |
1407 | demos/dbbrowse/help.de/*.hhk | |
1408 | demos/dbbrowse/help.png/*.png | |
1409 | demos/dbbrowse/help.std/*.htm | |
1410 | demos/dbbrowse/help.std/*.hhc | |
1411 | demos/dbbrowse/help.std/*.hhp | |
1412 | demos/dbbrowse/help.std/*.hhk | |
2ce79e48 | 1413 | demos/dbbrowse/*.bkl |
84c9e2f8 | 1414 | |
69f9caa2 JS |
1415 | tests/*.bkl |
1416 | tests/makefile*.* | |
1417 | tests/test.dsp | |
1418 | tests/test.dsw | |
1419 | tests/*.cpp | |
77ffb593 | 1420 | tests/*.fc |
69f9caa2 | 1421 | |
77ffb593 | 1422 | tests/arrays/*.cpp |
a951722b JS |
1423 | tests/datetime/*.cpp |
1424 | tests/filename/*.cpp | |
69f9caa2 | 1425 | tests/filesys/*.cpp |
a951722b | 1426 | tests/fontmap/*.cpp |
c92ddcd2 | 1427 | tests/formatconverter/*.cpp |
a951722b | 1428 | tests/hashes/*.cpp |
77ffb593 | 1429 | tests/longlong/*.cpp |
69f9caa2 | 1430 | tests/mbconv/*.cpp |
69f9caa2 JS |
1431 | |
1432 | tests/regex/*.cpp | |
69f9caa2 JS |
1433 | tests/regex/*.inc |
1434 | tests/regex/*.pl | |
1435 | tests/regex/*.test | |
1436 | ||
1437 | tests/streams/*.cpp | |
1438 | tests/streams/*.h | |
77ffb593 JS |
1439 | |
1440 | tests/strings/*.cpp | |
69f9caa2 | 1441 |