aboutsummaryrefslogtreecommitdiff
path: root/devel/codeblocks/pkg-plist
blob: 14fda26080671795435633518909f0b47bf9cd8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
bin/cb_console_runner
bin/cb_share_config
bin/codeblocks
bin/codesnippets
include/codeblocks/Assertions.h
include/codeblocks/Attributes.h
include/codeblocks/CharDistribution.h
include/codeblocks/Compiler.h
include/codeblocks/ErrorList.h
include/codeblocks/JpCntx.h
include/codeblocks/Likely.h
include/codeblocks/NullPtr.h
include/codeblocks/StandardInteger.h
include/codeblocks/Types.h
include/codeblocks/Util.h
include/codeblocks/annoyingdialog.h
include/codeblocks/autodetectcompilers.h
include/codeblocks/backgroundthread.h
include/codeblocks/base64.h
include/codeblocks/blockallocated.h
include/codeblocks/cbauibook.h
include/codeblocks/cbcolourmanager.h
include/codeblocks/cbdebugger_interfaces.h
include/codeblocks/cbeditor.h
include/codeblocks/cbeditorprintout.h
include/codeblocks/cbexception.h
include/codeblocks/cbfunctor.h
include/codeblocks/cbplugin.h
include/codeblocks/cbproject.h
include/codeblocks/cbstatusbar.h
include/codeblocks/cbstyledtextctrl.h
include/codeblocks/cbthreadedtask.h
include/codeblocks/cbthreadpool.h
include/codeblocks/cbtool.h
include/codeblocks/cbtreectrl.h
include/codeblocks/cbworkspace.h
include/codeblocks/compileoptionsbase.h
include/codeblocks/compiler.h
include/codeblocks/compilercommandgenerator.h
include/codeblocks/compilerfactory.h
include/codeblocks/compileroptions.h
include/codeblocks/compiletargetbase.h
include/codeblocks/configmanager.h
include/codeblocks/configurationpanel.h
include/codeblocks/configuretoolsdlg.h
include/codeblocks/confirmreplacedlg.h
include/codeblocks/crc32.h
include/codeblocks/debuggermanager.h
include/codeblocks/editarrayfiledlg.h
include/codeblocks/editarrayorderdlg.h
include/codeblocks/editarraystringdlg.h
include/codeblocks/editkeywordsdlg.h
include/codeblocks/editor_hooks.h
include/codeblocks/editorbase.h
include/codeblocks/editorcolourset.h
include/codeblocks/editorlexerloader.h
include/codeblocks/editormanager.h
include/codeblocks/editpairdlg.h
include/codeblocks/editpathdlg.h
include/codeblocks/edittooldlg.h
include/codeblocks/encodingdetector.h
include/codeblocks/externaldepsdlg.h
include/codeblocks/filefilters.h
include/codeblocks/filegroupsandmasks.h
include/codeblocks/filemanager.h
include/codeblocks/findreplacebase.h
include/codeblocks/findreplacedlg.h
include/codeblocks/genericmultilinenotesdlg.h
include/codeblocks/globals.h
include/codeblocks/ibaseloader.h
include/codeblocks/ibaseworkspaceloader.h
include/codeblocks/id.h
include/codeblocks/importers_globals.h
include/codeblocks/incrementalselectlistdlg.h
include/codeblocks/infowindow.h
include/codeblocks/licenses.h
include/codeblocks/logger.h
include/codeblocks/loggers.h
include/codeblocks/logmanager.h
include/codeblocks/macrosmanager.h
include/codeblocks/managedthread.h
include/codeblocks/manager.h
include/codeblocks/menuitemsmanager.h
include/codeblocks/misctreeitemdata.h
include/codeblocks/multiselectdlg.h
include/codeblocks/newfromtemplatedlg.h
include/codeblocks/nsBig5Prober.h
include/codeblocks/nsCharSetProber.h
include/codeblocks/nsCodingStateMachine.h
include/codeblocks/nsDebug.h
include/codeblocks/nsEUCJPProber.h
include/codeblocks/nsEUCKRProber.h
include/codeblocks/nsEUCTWProber.h
include/codeblocks/nsError.h
include/codeblocks/nsEscCharsetProber.h
include/codeblocks/nsGB2312Prober.h
include/codeblocks/nsHebrewProber.h
include/codeblocks/nsLatin1Prober.h
include/codeblocks/nsMBCSGroupProber.h
include/codeblocks/nsMemory.h
include/codeblocks/nsPkgInt.h
include/codeblocks/nsSBCSGroupProber.h
include/codeblocks/nsSBCharSetProber.h
include/codeblocks/nsSJISProber.h
include/codeblocks/nsUTF8Prober.h
include/codeblocks/nsUniversalDetector.h
include/codeblocks/nscore.h
include/codeblocks/personalitymanager.h
include/codeblocks/pipedprocess.h
include/codeblocks/pluginmanager.h
include/codeblocks/pluginsconfigurationdlg.h
include/codeblocks/prcpucfg.h
include/codeblocks/prcpucfg_darwin.h
include/codeblocks/prcpucfg_linux.h
include/codeblocks/prcpucfg_openbsd.h
include/codeblocks/prcpucfg_win95.h
include/codeblocks/prcpucfg_winnt.h
include/codeblocks/prep.h
include/codeblocks/printing_types.h
include/codeblocks/prmem.h
include/codeblocks/projectbuildtarget.h
include/codeblocks/projectdepsdlg.h
include/codeblocks/projectfile.h
include/codeblocks/projectfileoptionsdlg.h
include/codeblocks/projectlayoutloader.h
include/codeblocks/projectloader.h
include/codeblocks/projectloader_hooks.h
include/codeblocks/projectmanager.h
include/codeblocks/projectsfilemasksdlg.h
include/codeblocks/projecttemplateloader.h
include/codeblocks/prtypes.h
include/codeblocks/safedelete.h
include/codeblocks/scripting/bindings/sc_base_types.h
include/codeblocks/scripting/bindings/sc_plugin.h
include/codeblocks/scripting/include/sqdbgserver.h
include/codeblocks/scripting/include/sqrdbg.h
include/codeblocks/scripting/include/sqstdaux.h
include/codeblocks/scripting/include/sqstdblob.h
include/codeblocks/scripting/include/sqstdio.h
include/codeblocks/scripting/include/sqstdmath.h
include/codeblocks/scripting/include/sqstdstring.h
include/codeblocks/scripting/include/sqstdsystem.h
include/codeblocks/scripting/include/squirrel.h
include/codeblocks/scripting/sqplus/SqPlusConst.h
include/codeblocks/scripting/sqplus/SquirrelBindingsUtils.h
include/codeblocks/scripting/sqplus/SquirrelObject.h
include/codeblocks/scripting/sqplus/SquirrelVM.h
include/codeblocks/scripting/sqplus/sqplus.h
include/codeblocks/scriptingmanager.h
include/codeblocks/scriptsecuritywarningdlg.h
include/codeblocks/scrollingdialog.h
include/codeblocks/sdk.h
include/codeblocks/sdk_common.h
include/codeblocks/sdk_events.h
include/codeblocks/sdk_precomp.h
include/codeblocks/searchresultslog.h
include/codeblocks/selecttargetdlg.h
include/codeblocks/settings.h
include/codeblocks/templatemanager.h
include/codeblocks/tinyxml/tinystr.h
include/codeblocks/tinyxml/tinywxuni.h
include/codeblocks/tinyxml/tinyxml.h
include/codeblocks/toolsmanager.h
include/codeblocks/uservarmanager.h
include/codeblocks/virtualbuildtargetsdlg.h
include/codeblocks/workspaceloader.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularMeter.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpCheckBox.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpSwitcher.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDClock.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDWindow.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearMeter.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h
include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/TimeAlarm.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularmeterhandler.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularregulatorhandler.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcdclockhandler.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcddisplayhandler.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearmeterhandler.h
include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearregulatorhandler.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h
include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h
include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h
include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h
include/codeblocks/wxContribItems/wxTreeList/include/wx/treelistctrl.h
include/codeblocks/wxContribItems/wxchart/include/wx/axis.h
include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h
include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h
include/codeblocks/wxContribItems/wxchart/include/wx/chart.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartcolors.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartctrl.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartdef.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartpoints.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartpointstypes.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartsizes.h
include/codeblocks/wxContribItems/wxchart/include/wx/charttypes.h
include/codeblocks/wxContribItems/wxchart/include/wx/chartwindow.h
include/codeblocks/wxContribItems/wxchart/include/wx/legend.h
include/codeblocks/wxContribItems/wxchart/include/wx/legendwindow.h
include/codeblocks/wxContribItems/wxchart/include/wx/pie3dchartpoints.h
include/codeblocks/wxContribItems/wxchart/include/wx/piechartpoints.h
include/codeblocks/wxContribItems/wxchart/include/wx/points.h
include/codeblocks/wxContribItems/wxchart/include/wx/xaxis.h
include/codeblocks/wxContribItems/wxchart/include/wx/xaxiswindow.h
include/codeblocks/wxContribItems/wxchart/include/wx/yaxis.h
include/codeblocks/wxContribItems/wxchart/include/wx/yaxiswindow.h
include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/gizmos.h
include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ledctrl.h
include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/lcdwindow.h
include/codeblocks/wxContribItems/wxled/led/include/wx/led.h
include/codeblocks/wxContribItems/wxled/led/include/wx/stateLed.h
include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_ledHandler.h
include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_stateLedHandler.h
include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/advancedmatrixobject.h
include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/matrixobject.h
include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h
include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h
include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h
include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h
include/codeblocks/wxpropgrid/include/wx/propgrid/advprops.h
include/codeblocks/wxpropgrid/include/wx/propgrid/editors.h
include/codeblocks/wxpropgrid/include/wx/propgrid/extras.h
include/codeblocks/wxpropgrid/include/wx/propgrid/manager.h
include/codeblocks/wxpropgrid/include/wx/propgrid/odcombo.h
include/codeblocks/wxpropgrid/include/wx/propgrid/pg_dox_mainpage.h
include/codeblocks/wxpropgrid/include/wx/propgrid/propdev.h
include/codeblocks/wxpropgrid/include/wx/propgrid/propgrid.h
include/codeblocks/wxpropgrid/include/wx/propgrid/props.h
include/codeblocks/wxpropgrid/include/wx/propgrid/xh_propgrid.h
include/codeblocks/wxscintilla/include/wx/wxscintilla.h
include/codeblocks/xtra_res.h
include/wxsmith/properties/wxsarraystringeditordlg.h
include/wxsmith/properties/wxsarraystringproperty.h
include/wxsmith/properties/wxsboolproperty.h
include/wxsmith/properties/wxscustomeditorproperty.h
include/wxsmith/properties/wxseditenumproperty.h
include/wxsmith/properties/wxsemptyproperty.h
include/wxsmith/properties/wxsenumproperty.h
include/wxsmith/properties/wxsflagsproperty.h
include/wxsmith/properties/wxsfloatproperty.h
include/wxsmith/properties/wxslongproperty.h
include/wxsmith/properties/wxsproperties.h
include/wxsmith/properties/wxsproperty.h
include/wxsmith/properties/wxspropertycontainer.h
include/wxsmith/properties/wxspropertygridmanager.h
include/wxsmith/properties/wxspropertystream.h
include/wxsmith/properties/wxsquickpropspanel.h
include/wxsmith/properties/wxsstringproperty.h
include/wxsmith/wxsadvqpp.h
include/wxsmith/wxsadvqppchild.h
include/wxsmith/wxsautoresourcetreeimage.h
include/wxsmith/wxscodinglang.h
include/wxsmith/wxseditor.h
include/wxsmith/wxsgui.h
include/wxsmith/wxsguifactory.h
include/wxsmith/wxsproject.h
include/wxsmith/wxsresource.h
include/wxsmith/wxsresourcefactory.h
include/wxsmith/wxsresourcetree.h
include/wxsmith/wxsresourcetreeitemdata.h
include/wxsmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h
include/wxsmith/wxwidgets/properties/wxsarraystringcheckproperty.h
include/wxsmith/wxwidgets/properties/wxsbitmapiconeditordlg.h
include/wxsmith/wxwidgets/properties/wxsbitmapiconproperty.h
include/wxsmith/wxwidgets/properties/wxscolourproperty.h
include/wxsmith/wxwidgets/properties/wxsdimensionproperty.h
include/wxsmith/wxwidgets/properties/wxsfonteditordlg.h
include/wxsmith/wxwidgets/properties/wxsfontfaceeditordlg.h
include/wxsmith/wxwidgets/properties/wxsfontproperty.h
include/wxsmith/wxwidgets/properties/wxsimagecomboeditordlg.h
include/wxsmith/wxwidgets/properties/wxsimagecomboproperty.h
include/wxsmith/wxwidgets/properties/wxsimagelisteditordlg.h
include/wxsmith/wxwidgets/properties/wxsimagelistproperty.h
include/wxsmith/wxwidgets/properties/wxsimageproperty.h
include/wxsmith/wxwidgets/properties/wxsimagetreeeditordlg.h
include/wxsmith/wxwidgets/properties/wxsimagetreeproperty.h
include/wxsmith/wxwidgets/properties/wxspositionsizeproperty.h
include/wxsmith/wxwidgets/properties/wxssimplefonteditordlg.h
include/wxsmith/wxwidgets/properties/wxssizerflagsproperty.h
include/wxsmith/wxwidgets/properties/wxsstyleproperty.h
include/wxsmith/wxwidgets/wxsbaseproperties.h
include/wxsmith/wxwidgets/wxscodegenerator.h
include/wxsmith/wxwidgets/wxscodercontext.h
include/wxsmith/wxwidgets/wxscontainer.h
include/wxsmith/wxwidgets/wxscorrector.h
include/wxsmith/wxwidgets/wxscustomwidgetxmlhandler.h
include/wxsmith/wxwidgets/wxsdeleteitemres.h
include/wxsmith/wxwidgets/wxsdialogres.h
include/wxsmith/wxwidgets/wxsdrawingwindow.h
include/wxsmith/wxwidgets/wxsevents.h
include/wxsmith/wxwidgets/wxseventseditor.h
include/wxsmith/wxwidgets/wxsexproperties.h
include/wxsmith/wxwidgets/wxsflags.h
include/wxsmith/wxwidgets/wxsframeres.h
include/wxsmith/wxwidgets/wxsgridpanel.h
include/wxsmith/wxwidgets/wxsitem.h
include/wxsmith/wxwidgets/wxsitemeditor.h
include/wxsmith/wxwidgets/wxsitemeditorcontent.h
include/wxsmith/wxwidgets/wxsitemeditordragassist.h
include/wxsmith/wxwidgets/wxsitemfactory.h
include/wxsmith/wxwidgets/wxsiteminfo.h
include/wxsmith/wxwidgets/wxsitemres.h
include/wxsmith/wxwidgets/wxsitemresdata.h
include/wxsmith/wxwidgets/wxsitemresdataobject.h
include/wxsmith/wxwidgets/wxsitemrestreedata.h
include/wxsmith/wxwidgets/wxsitemundobuffer.h
include/wxsmith/wxwidgets/wxsnewwindowdlg.h
include/wxsmith/wxwidgets/wxspanelres.h
include/wxsmith/wxwidgets/wxsparent.h
include/wxsmith/wxwidgets/wxspredefinedids.h
include/wxsmith/wxwidgets/wxsscrollingdialogres.h
include/wxsmith/wxwidgets/wxssizer.h
include/wxsmith/wxwidgets/wxssizerparentqp.h
include/wxsmith/wxwidgets/wxsstyle.h
include/wxsmith/wxwidgets/wxstool.h
include/wxsmith/wxwidgets/wxstoolspace.h
include/wxsmith/wxwidgets/wxswidget.h
include/wxsmith/wxwidgets/wxwidgetsgui.h
include/wxsmith/wxwidgets/wxwidgetsguiappadoptingdlg.h
include/wxsmith/wxwidgets/wxwidgetsguiconfigpanel.h
include/wxsmith/wxwidgets/wxwidgetsres.h
include/wxsmith/wxwidgets/wxwidgetsresfactory.h
lib/codeblocks/plugins/libAutoVersioning.so
lib/codeblocks/plugins/libBrowseTracker.so
lib/codeblocks/plugins/libCccc.so
lib/codeblocks/plugins/libCppCheck.so
lib/codeblocks/plugins/libCscope.so
lib/codeblocks/plugins/libDoxyBlocks.so
lib/codeblocks/plugins/libEditorConfig.so
lib/codeblocks/plugins/libEditorTweaks.so
lib/codeblocks/plugins/libFileManager.so
lib/codeblocks/plugins/libHexEditor.so
lib/codeblocks/plugins/libIncrementalSearch.so
lib/codeblocks/plugins/libMouseSap.so
lib/codeblocks/plugins/libNassiShneiderman.so
lib/codeblocks/plugins/libProfiler.so
lib/codeblocks/plugins/libRegExTestbed.so
lib/codeblocks/plugins/libReopenEditor.so
lib/codeblocks/plugins/libSmartIndentCpp.so
lib/codeblocks/plugins/libSmartIndentFortran.so
lib/codeblocks/plugins/libSmartIndentHDL.so
lib/codeblocks/plugins/libSmartIndentLua.so
lib/codeblocks/plugins/libSmartIndentPascal.so
lib/codeblocks/plugins/libSmartIndentPython.so
lib/codeblocks/plugins/libSmartIndentXML.so
lib/codeblocks/plugins/libSpellChecker.so
lib/codeblocks/plugins/libSymTab.so
lib/codeblocks/plugins/libThreadSearch.so
lib/codeblocks/plugins/libToolsPlus.so
lib/codeblocks/plugins/libValgrind.so
lib/codeblocks/plugins/libabbreviations.so
lib/codeblocks/plugins/libastyle.so
lib/codeblocks/plugins/libautosave.so
lib/codeblocks/plugins/libbyogames.so
lib/codeblocks/plugins/libcb_koders.so
lib/codeblocks/plugins/libclasswizard.so
lib/codeblocks/plugins/libcodecompletion.so
lib/codeblocks/plugins/libcodesnippets.so
lib/codeblocks/plugins/libcodestat.so
lib/codeblocks/plugins/libcompiler.so
lib/codeblocks/plugins/libcopystrings.so
lib/codeblocks/plugins/libdebugger.so
lib/codeblocks/plugins/libdefaultmimehandler.so
lib/codeblocks/plugins/libdragscroll.so
lib/codeblocks/plugins/libenvvars.so
lib/codeblocks/plugins/libexporter.so
lib/codeblocks/plugins/libheaderfixup.so
lib/codeblocks/plugins/libhelp_plugin.so
lib/codeblocks/plugins/libkeybinder.so
lib/codeblocks/plugins/liblib_finder.so
lib/codeblocks/plugins/liboccurrenceshighlighting.so
lib/codeblocks/plugins/libopenfileslist.so
lib/codeblocks/plugins/libprojectsimporter.so
lib/codeblocks/plugins/libscriptedwizard.so
lib/codeblocks/plugins/libtodo.so
lib/codeblocks/plugins/libwxSmithAui.so
lib/codeblocks/plugins/libwxsmith.so
lib/codeblocks/plugins/libwxsmithcontribitems.so
lib/codeblocks/wxContribItems/libwxchartctrl.so
lib/codeblocks/wxContribItems/libwxchartctrl.so.0
lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
lib/codeblocks/wxContribItems/libwxcustombutton.so
lib/codeblocks/wxContribItems/libwxcustombutton.so.0
lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
lib/codeblocks/wxContribItems/libwxflatnotebook.so
lib/codeblocks/wxContribItems/libwxflatnotebook.so.0
lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
lib/codeblocks/wxContribItems/libwximagepanel.so
lib/codeblocks/wxContribItems/libwximagepanel.so.0
lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
lib/codeblocks/wxContribItems/libwxkwic.so
lib/codeblocks/wxContribItems/libwxkwic.so.0
lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
lib/codeblocks/wxContribItems/libwxled.so
lib/codeblocks/wxContribItems/libwxled.so.0
lib/codeblocks/wxContribItems/libwxled.so.0.0.1
lib/codeblocks/wxContribItems/libwxspeedbutton.so
lib/codeblocks/wxContribItems/libwxspeedbutton.so.0
lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
lib/codeblocks/wxContribItems/libwxtreelist.so
lib/codeblocks/wxContribItems/libwxtreelist.so.0
lib/codeblocks/wxContribItems/libwxtreelist.so.0.0.1
lib/libcodeblocks.so
lib/libcodeblocks.so.0
lib/libcodeblocks.so.0.0.1
lib/libwxsmithlib.so
lib/libwxsmithlib.so.0
lib/libwxsmithlib.so.0.0.1
libdata/pkgconfig/cb_wxKWIC.pc
libdata/pkgconfig/cb_wxchartctrl.pc
libdata/pkgconfig/cb_wxcontrib.pc
libdata/pkgconfig/cb_wxcustombutton.pc
libdata/pkgconfig/cb_wxflatnotebook.pc
libdata/pkgconfig/cb_wximagepanel.pc
libdata/pkgconfig/cb_wxled.pc
libdata/pkgconfig/cb_wxspeedbutton.pc
libdata/pkgconfig/cb_wxtreelist.pc
libdata/pkgconfig/codeblocks.pc
libdata/pkgconfig/wxsmith-contrib.pc
libdata/pkgconfig/wxsmith.pc
libdata/pkgconfig/wxsmithaui.pc
man/man1/cb_console_runner.1.gz
man/man1/cb_share_config.1.gz
man/man1/codeblocks.1.gz
man/man1/codesnippets.1.gz
share/applications/codeblocks.desktop
share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png
share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png
share/mime/packages/codeblocks.xml
share/pixmaps/codeblocks.png
%%DATADIR%%/AutoVersioning.zip
%%DATADIR%%/BrowseTracker.zip
%%DATADIR%%/Cccc.zip
%%DATADIR%%/CppCheck.zip
%%DATADIR%%/Cscope.zip
%%DATADIR%%/DoxyBlocks.zip
%%DATADIR%%/EditorConfig.zip
%%DATADIR%%/EditorTweaks.zip
%%DATADIR%%/FileManager.zip
%%DATADIR%%/HexEditor.zip
%%DATADIR%%/IncrementalSearch.zip
%%DATADIR%%/MouseSap.zip
%%DATADIR%%/NassiShneiderman.zip
%%DATADIR%%/Profiler.zip
%%DATADIR%%/RegExTestbed.zip
%%DATADIR%%/ReopenEditor.zip
%%DATADIR%%/SmartIndentCpp.zip
%%DATADIR%%/SmartIndentFortran.zip
%%DATADIR%%/SmartIndentHDL.zip
%%DATADIR%%/SmartIndentLua.zip
%%DATADIR%%/SmartIndentPascal.zip
%%DATADIR%%/SmartIndentPython.zip
%%DATADIR%%/SmartIndentXML.zip
%%DATADIR%%/SpellChecker.zip
%%DATADIR%%/SpellChecker/OnlineSpellChecking.xml
%%DATADIR%%/SpellChecker/de_AT.png
%%DATADIR%%/SpellChecker/de_CH.png
%%DATADIR%%/SpellChecker/de_DE.png
%%DATADIR%%/SpellChecker/disabled.png
%%DATADIR%%/SpellChecker/en_AU.png
%%DATADIR%%/SpellChecker/en_CA.png
%%DATADIR%%/SpellChecker/en_GB.png
%%DATADIR%%/SpellChecker/en_NZ.png
%%DATADIR%%/SpellChecker/en_US.png
%%DATADIR%%/SpellChecker/fr_FR.png
%%DATADIR%%/SymTab.zip
%%DATADIR%%/ThreadSearch.zip
%%DATADIR%%/ToolsPlus.zip
%%DATADIR%%/Valgrind.zip
%%DATADIR%%/abbreviations.zip
%%DATADIR%%/astyle.zip
%%DATADIR%%/autosave.zip
%%DATADIR%%/byogames.zip
%%DATADIR%%/cb_koders.zip
%%DATADIR%%/classwizard.zip
%%DATADIR%%/codecompletion.zip
%%DATADIR%%/codesnippets.zip
%%DATADIR%%/codestat.zip
%%DATADIR%%/compiler.zip
%%DATADIR%%/compilers/compiler_avr-gcc.xml
%%DATADIR%%/compilers/compiler_bcc.xml
%%DATADIR%%/compilers/compiler_clang.xml
%%DATADIR%%/compilers/compiler_dmc.xml
%%DATADIR%%/compilers/compiler_dmd.xml
%%DATADIR%%/compilers/compiler_ldc.xml
%%DATADIR%%/compilers/compiler_msp430-gcc.xml
%%DATADIR%%/compilers/compiler_null.xml
%%DATADIR%%/compilers/compiler_pgifortran.xml
%%DATADIR%%/compilers/compiler_ppc-gcc.xml
%%DATADIR%%/compilers/compiler_sdcc.xml
%%DATADIR%%/compilers/compiler_tcc.xml
%%DATADIR%%/compilers/compiler_tricore-gcc.xml
%%DATADIR%%/compilers/options_arm-elf-gcc.xml
%%DATADIR%%/compilers/options_avr-gcc.xml
%%DATADIR%%/compilers/options_bcc.xml
%%DATADIR%%/compilers/options_clang.xml
%%DATADIR%%/compilers/options_common_architecture.xml
%%DATADIR%%/compilers/options_common_cmds.xml
%%DATADIR%%/compilers/options_common_codegen.xml
%%DATADIR%%/compilers/options_common_optimization.xml
%%DATADIR%%/compilers/options_common_optimize-msvc.xml
%%DATADIR%%/compilers/options_common_re-gf.xml
%%DATADIR%%/compilers/options_common_re-iar.xml
%%DATADIR%%/compilers/options_common_re-msvc.xml
%%DATADIR%%/compilers/options_common_re.xml
%%DATADIR%%/compilers/options_common_runtime.xml
%%DATADIR%%/compilers/options_common_sort.xml
%%DATADIR%%/compilers/options_common_warnings-msvc.xml
%%DATADIR%%/compilers/options_common_warnings.xml
%%DATADIR%%/compilers/options_cygwin.xml
%%DATADIR%%/compilers/options_dmc.xml
%%DATADIR%%/compilers/options_dmd.xml
%%DATADIR%%/compilers/options_g95.xml
%%DATADIR%%/compilers/options_gcc.xml
%%DATADIR%%/compilers/options_gdc.xml
%%DATADIR%%/compilers/options_gfortran.xml
%%DATADIR%%/compilers/options_iar8051.xml
%%DATADIR%%/compilers/options_iararm.xml
%%DATADIR%%/compilers/options_icc.xml
%%DATADIR%%/compilers/options_keilc51.xml
%%DATADIR%%/compilers/options_keilcx51.xml
%%DATADIR%%/compilers/options_lcc.xml
%%DATADIR%%/compilers/options_ldc.xml
%%DATADIR%%/compilers/options_msp430-gcc.xml
%%DATADIR%%/compilers/options_msvc10.xml
%%DATADIR%%/compilers/options_msvc8.xml
%%DATADIR%%/compilers/options_msvctk.xml
%%DATADIR%%/compilers/options_null.xml
%%DATADIR%%/compilers/options_ow.xml
%%DATADIR%%/compilers/options_pgifortran.xml
%%DATADIR%%/compilers/options_ppc-gcc.xml
%%DATADIR%%/compilers/options_sdcc.xml
%%DATADIR%%/compilers/options_tcc.xml
%%DATADIR%%/compilers/options_tricore-gcc.xml
%%DATADIR%%/copystrings.zip
%%DATADIR%%/debugger.zip
%%DATADIR%%/defaultmimehandler.zip
%%DATADIR%%/dragscroll.zip
%%DATADIR%%/envvars.zip
%%DATADIR%%/exporter.zip
%%DATADIR%%/headerfixup.zip
%%DATADIR%%/help_plugin.zip
%%DATADIR%%/icons/app.xpm
%%DATADIR%%/icons/app_64.xpm
%%DATADIR%%/icons/c64.xpm
%%DATADIR%%/icons/cbp64.xpm
%%DATADIR%%/icons/cg64.xpm
%%DATADIR%%/icons/cpp64.xpm
%%DATADIR%%/icons/csd64.xpm
%%DATADIR%%/icons/d64.xpm
%%DATADIR%%/icons/dev64.xpm
%%DATADIR%%/icons/dsp64.xpm
%%DATADIR%%/icons/dsw64.xpm
%%DATADIR%%/icons/f64.xpm
%%DATADIR%%/icons/h64.xpm
%%DATADIR%%/icons/proj64.xpm
%%DATADIR%%/icons/rc64.xpm
%%DATADIR%%/images/16x16/bookmark_add.png
%%DATADIR%%/images/16x16/dbginfo.png
%%DATADIR%%/images/16x16/dbgnext.png
%%DATADIR%%/images/16x16/dbgnexti.png
%%DATADIR%%/images/16x16/dbgpause.png
%%DATADIR%%/images/16x16/dbgrun.png
%%DATADIR%%/images/16x16/dbgrunto.png
%%DATADIR%%/images/16x16/dbgstep.png
%%DATADIR%%/images/16x16/dbgstepi.png
%%DATADIR%%/images/16x16/dbgstepout.png
%%DATADIR%%/images/16x16/dbgstop.png
%%DATADIR%%/images/16x16/dbgwindow.png
%%DATADIR%%/images/16x16/editcopy.png
%%DATADIR%%/images/16x16/editcut.png
%%DATADIR%%/images/16x16/editpaste.png
%%DATADIR%%/images/16x16/exit.png
%%DATADIR%%/images/16x16/fileclose.png
%%DATADIR%%/images/16x16/filefind.png
%%DATADIR%%/images/16x16/filefindnext.png
%%DATADIR%%/images/16x16/filefindprev.png
%%DATADIR%%/images/16x16/filenew.png
%%DATADIR%%/images/16x16/fileopen.png
%%DATADIR%%/images/16x16/fileprint.png
%%DATADIR%%/images/16x16/filequickprint.png
%%DATADIR%%/images/16x16/filesave.png
%%DATADIR%%/images/16x16/filesaveall.png
%%DATADIR%%/images/16x16/filesaveas.png
%%DATADIR%%/images/16x16/findf.png
%%DATADIR%%/images/16x16/folder.png
%%DATADIR%%/images/16x16/folder_new.png
%%DATADIR%%/images/16x16/folder_open.png
%%DATADIR%%/images/16x16/folder_yel.png
%%DATADIR%%/images/16x16/folder_yel_open.png
%%DATADIR%%/images/16x16/goto.png
%%DATADIR%%/images/16x16/history_clear.png
%%DATADIR%%/images/16x16/idea.png
%%DATADIR%%/images/16x16/info.png
%%DATADIR%%/images/16x16/mark.png
%%DATADIR%%/images/16x16/mark_clear.png
%%DATADIR%%/images/16x16/mark_next.png
%%DATADIR%%/images/16x16/mark_prev.png
%%DATADIR%%/images/16x16/newproject.png
%%DATADIR%%/images/16x16/next.png
%%DATADIR%%/images/16x16/plug.png
%%DATADIR%%/images/16x16/prev.png
%%DATADIR%%/images/16x16/project-readonly.png
%%DATADIR%%/images/16x16/project.png
%%DATADIR%%/images/16x16/projectnew.png
%%DATADIR%%/images/16x16/redo.png
%%DATADIR%%/images/16x16/run.png
%%DATADIR%%/images/16x16/searchreplace.png
%%DATADIR%%/images/16x16/searchreplacef.png
%%DATADIR%%/images/16x16/undo.png
%%DATADIR%%/images/16x16/view_sidetree.png
%%DATADIR%%/images/16x16/view_tree.png
%%DATADIR%%/images/16x16/window_fullscreen.png
%%DATADIR%%/images/16x16/workspace-readonly.png
%%DATADIR%%/images/16x16/workspace.png
%%DATADIR%%/images/DoxyBlocks/16x16/chm.png
%%DATADIR%%/images/DoxyBlocks/16x16/comment_block.png
%%DATADIR%%/images/DoxyBlocks/16x16/comment_line.png
%%DATADIR%%/images/DoxyBlocks/16x16/configure.png
%%DATADIR%%/images/DoxyBlocks/16x16/doxywizard.png
%%DATADIR%%/images/DoxyBlocks/16x16/extract.png
%%DATADIR%%/images/DoxyBlocks/16x16/html.png
%%DATADIR%%/images/DoxyBlocks/chm.png
%%DATADIR%%/images/DoxyBlocks/comment_block.png
%%DATADIR%%/images/DoxyBlocks/comment_line.png
%%DATADIR%%/images/DoxyBlocks/configure.png
%%DATADIR%%/images/DoxyBlocks/doxywizard.png
%%DATADIR%%/images/DoxyBlocks/extract.png
%%DATADIR%%/images/DoxyBlocks/html.png
%%DATADIR%%/images/ThreadSearch/16x16/findf.png
%%DATADIR%%/images/ThreadSearch/16x16/findfdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/folder.png
%%DATADIR%%/images/ThreadSearch/16x16/folderdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/folderselected.png
%%DATADIR%%/images/ThreadSearch/16x16/off.png
%%DATADIR%%/images/ThreadSearch/16x16/offdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/on.png
%%DATADIR%%/images/ThreadSearch/16x16/ondisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/openfiles.png
%%DATADIR%%/images/ThreadSearch/16x16/openfiles1.png
%%DATADIR%%/images/ThreadSearch/16x16/openfiles1disabled.png
%%DATADIR%%/images/ThreadSearch/16x16/openfiles1selected.png
%%DATADIR%%/images/ThreadSearch/16x16/openfilesdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/openfilesselected.png
%%DATADIR%%/images/ThreadSearch/16x16/options.png
%%DATADIR%%/images/ThreadSearch/16x16/optionsactive.png
%%DATADIR%%/images/ThreadSearch/16x16/optionsdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/project.png
%%DATADIR%%/images/ThreadSearch/16x16/project1.png
%%DATADIR%%/images/ThreadSearch/16x16/project1disabled.png
%%DATADIR%%/images/ThreadSearch/16x16/project1selected.png
%%DATADIR%%/images/ThreadSearch/16x16/projectdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/projectselected.png
%%DATADIR%%/images/ThreadSearch/16x16/showdir.png
%%DATADIR%%/images/ThreadSearch/16x16/showdirdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/stop.png
%%DATADIR%%/images/ThreadSearch/16x16/stopdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/target.png
%%DATADIR%%/images/ThreadSearch/16x16/target1.png
%%DATADIR%%/images/ThreadSearch/16x16/target1disabled.png
%%DATADIR%%/images/ThreadSearch/16x16/target1selected.png
%%DATADIR%%/images/ThreadSearch/16x16/targetdisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/targetselected.png
%%DATADIR%%/images/ThreadSearch/16x16/workspace.png
%%DATADIR%%/images/ThreadSearch/16x16/workspacedisabled.png
%%DATADIR%%/images/ThreadSearch/16x16/workspaceselected.png
%%DATADIR%%/images/ThreadSearch/22x22/file.png
%%DATADIR%%/images/ThreadSearch/22x22/findf.png
%%DATADIR%%/images/ThreadSearch/22x22/findfdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/folder.png
%%DATADIR%%/images/ThreadSearch/22x22/folderdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/folderselected.png
%%DATADIR%%/images/ThreadSearch/22x22/lookingglass.png
%%DATADIR%%/images/ThreadSearch/22x22/off.png
%%DATADIR%%/images/ThreadSearch/22x22/offdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/on.png
%%DATADIR%%/images/ThreadSearch/22x22/ondisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/openfiles.png
%%DATADIR%%/images/ThreadSearch/22x22/openfilesdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/openfilesselected.png
%%DATADIR%%/images/ThreadSearch/22x22/options.png
%%DATADIR%%/images/ThreadSearch/22x22/optionsactive.png
%%DATADIR%%/images/ThreadSearch/22x22/optionsdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/project.png
%%DATADIR%%/images/ThreadSearch/22x22/project1.png
%%DATADIR%%/images/ThreadSearch/22x22/project1disabled.png
%%DATADIR%%/images/ThreadSearch/22x22/project1selected.png
%%DATADIR%%/images/ThreadSearch/22x22/project2.png
%%DATADIR%%/images/ThreadSearch/22x22/project2d.png
%%DATADIR%%/images/ThreadSearch/22x22/project2s.png
%%DATADIR%%/images/ThreadSearch/22x22/projectdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/projectselected.png
%%DATADIR%%/images/ThreadSearch/22x22/showdir.png
%%DATADIR%%/images/ThreadSearch/22x22/showdirdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/stop.png
%%DATADIR%%/images/ThreadSearch/22x22/stopdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/target.png
%%DATADIR%%/images/ThreadSearch/22x22/target1.png
%%DATADIR%%/images/ThreadSearch/22x22/target1disabled.png
%%DATADIR%%/images/ThreadSearch/22x22/target1selected.png
%%DATADIR%%/images/ThreadSearch/22x22/targetdisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/targetselected.png
%%DATADIR%%/images/ThreadSearch/22x22/workspace.png
%%DATADIR%%/images/ThreadSearch/22x22/workspacedisabled.png
%%DATADIR%%/images/ThreadSearch/22x22/workspaceselected.png
%%DATADIR%%/images/ThreadSearch/folder.png
%%DATADIR%%/images/ThreadSearch/folderdisabled.png
%%DATADIR%%/images/ThreadSearch/folderselected.png
%%DATADIR%%/images/ThreadSearch/off.png
%%DATADIR%%/images/ThreadSearch/on.png
%%DATADIR%%/images/ThreadSearch/openfiles.png
%%DATADIR%%/images/ThreadSearch/openfilesdisabled.png
%%DATADIR%%/images/ThreadSearch/openfilesselected.png
%%DATADIR%%/images/ThreadSearch/project.png
%%DATADIR%%/images/ThreadSearch/project1.png
%%DATADIR%%/images/ThreadSearch/project1disabled.png
%%DATADIR%%/images/ThreadSearch/project1selected.png
%%DATADIR%%/images/ThreadSearch/projectdisabled.png
%%DATADIR%%/images/ThreadSearch/projectselected.png
%%DATADIR%%/images/ThreadSearch/showdir.png
%%DATADIR%%/images/ThreadSearch/showdirdisabled.png
%%DATADIR%%/images/ThreadSearch/target.png
%%DATADIR%%/images/ThreadSearch/target1.png
%%DATADIR%%/images/ThreadSearch/target1disabled.png
%%DATADIR%%/images/ThreadSearch/target1selected.png
%%DATADIR%%/images/ThreadSearch/targetdisabled.png
%%DATADIR%%/images/ThreadSearch/targetselected.png
%%DATADIR%%/images/ThreadSearch/workspace.png
%%DATADIR%%/images/ThreadSearch/workspacedisabled.png
%%DATADIR%%/images/ThreadSearch/workspaceselected.png
%%DATADIR%%/images/ascii.png
%%DATADIR%%/images/closebutton.png
%%DATADIR%%/images/codeblocks.png
%%DATADIR%%/images/codecompletion/class.png
%%DATADIR%%/images/codecompletion/class_folder.png
%%DATADIR%%/images/codecompletion/class_private.png
%%DATADIR%%/images/codecompletion/class_protected.png
%%DATADIR%%/images/codecompletion/class_public.png
%%DATADIR%%/images/codecompletion/ctor_private.png
%%DATADIR%%/images/codecompletion/ctor_protected.png
%%DATADIR%%/images/codecompletion/ctor_public.png
%%DATADIR%%/images/codecompletion/dtor_private.png
%%DATADIR%%/images/codecompletion/dtor_protected.png
%%DATADIR%%/images/codecompletion/dtor_public.png
%%DATADIR%%/images/codecompletion/enum.png
%%DATADIR%%/images/codecompletion/enum_private.png
%%DATADIR%%/images/codecompletion/enum_protected.png
%%DATADIR%%/images/codecompletion/enum_public.png
%%DATADIR%%/images/codecompletion/enumerator.png
%%DATADIR%%/images/codecompletion/enums_folder.png
%%DATADIR%%/images/codecompletion/folder.png
%%DATADIR%%/images/codecompletion/folder_blue.png
%%DATADIR%%/images/codecompletion/folder_blue_open.png
%%DATADIR%%/images/codecompletion/folder_green.png
%%DATADIR%%/images/codecompletion/folder_green_open.png
%%DATADIR%%/images/codecompletion/folder_open.png
%%DATADIR%%/images/codecompletion/funcs_folder.png
%%DATADIR%%/images/codecompletion/macro.png
%%DATADIR%%/images/codecompletion/macro_folder.png
%%DATADIR%%/images/codecompletion/macro_private.png
%%DATADIR%%/images/codecompletion/macro_protected.png
%%DATADIR%%/images/codecompletion/macro_public.png
%%DATADIR%%/images/codecompletion/method_private.png
%%DATADIR%%/images/codecompletion/method_protected.png
%%DATADIR%%/images/codecompletion/method_public.png
%%DATADIR%%/images/codecompletion/namespace.png
%%DATADIR%%/images/codecompletion/others_folder.png
%%DATADIR%%/images/codecompletion/preproc.png
%%DATADIR%%/images/codecompletion/preproc_folder.png
%%DATADIR%%/images/codecompletion/symbols_folder.png
%%DATADIR%%/images/codecompletion/typedef.png
%%DATADIR%%/images/codecompletion/typedef_private.png
%%DATADIR%%/images/codecompletion/typedef_protected.png
%%DATADIR%%/images/codecompletion/typedef_public.png
%%DATADIR%%/images/codecompletion/typedefs_folder.png
%%DATADIR%%/images/codecompletion/var_private.png
%%DATADIR%%/images/codecompletion/var_protected.png
%%DATADIR%%/images/codecompletion/var_public.png
%%DATADIR%%/images/codecompletion/vars_folder.png
%%DATADIR%%/images/codesnippets/allsnippets.png
%%DATADIR%%/images/codesnippets/category.png
%%DATADIR%%/images/codesnippets/findf.png
%%DATADIR%%/images/codesnippets/findfdisabled.png
%%DATADIR%%/images/codesnippets/options.png
%%DATADIR%%/images/codesnippets/optionsdisabled.png
%%DATADIR%%/images/codesnippets/snippet.png
%%DATADIR%%/images/codesnippets/stop.png
%%DATADIR%%/images/codesnippets/stopdisabled.png
%%DATADIR%%/images/compile.png
%%DATADIR%%/images/compilerun.png
%%DATADIR%%/images/contents_16x16.png
%%DATADIR%%/images/dbginfo.png
%%DATADIR%%/images/dbgnext.png
%%DATADIR%%/images/dbgnexti.png
%%DATADIR%%/images/dbgpause.png
%%DATADIR%%/images/dbgrun.png
%%DATADIR%%/images/dbgrunto.png
%%DATADIR%%/images/dbgstep.png
%%DATADIR%%/images/dbgstepi.png
%%DATADIR%%/images/dbgstepout.png
%%DATADIR%%/images/dbgstop.png
%%DATADIR%%/images/dbgwindow.png
%%DATADIR%%/images/edit_16x16.png
%%DATADIR%%/images/editcopy.png
%%DATADIR%%/images/editcut.png
%%DATADIR%%/images/editpaste.png
%%DATADIR%%/images/file-missing.png
%%DATADIR%%/images/file-modified.png
%%DATADIR%%/images/file-readonly.png
%%DATADIR%%/images/file.png
%%DATADIR%%/images/filefind.png
%%DATADIR%%/images/filenew.png
%%DATADIR%%/images/fileopen.png
%%DATADIR%%/images/fileprint.png
%%DATADIR%%/images/filesave.png
%%DATADIR%%/images/filesaveall.png
%%DATADIR%%/images/filesaveas.png
%%DATADIR%%/images/flag_16x16.png
%%DATADIR%%/images/folder.png
%%DATADIR%%/images/folder_new.png
%%DATADIR%%/images/folder_open.png
%%DATADIR%%/images/misc_16x16.png
%%DATADIR%%/images/modified_file.png
%%DATADIR%%/images/newproject.png
%%DATADIR%%/images/project-readonly.png
%%DATADIR%%/images/project.png
%%DATADIR%%/images/rc-file-added.png
%%DATADIR%%/images/rc-file-conflict.png
%%DATADIR%%/images/rc-file-external.png
%%DATADIR%%/images/rc-file-gotlock.png
%%DATADIR%%/images/rc-file-lockstolen.png
%%DATADIR%%/images/rc-file-mismatch.png
%%DATADIR%%/images/rc-file-missing.png
%%DATADIR%%/images/rc-file-modified.png
%%DATADIR%%/images/rc-file-noncontrolled.png
%%DATADIR%%/images/rc-file-outofdate.png
%%DATADIR%%/images/rc-file-requireslock.png
%%DATADIR%%/images/rc-file-uptodate.png
%%DATADIR%%/images/rebuild.png
%%DATADIR%%/images/redo.png
%%DATADIR%%/images/run.png
%%DATADIR%%/images/searchreplace.png
%%DATADIR%%/images/settings/DoxyBlocks-off.png
%%DATADIR%%/images/settings/DoxyBlocks.png
%%DATADIR%%/images/settings/SpellChecker-off.png
%%DATADIR%%/images/settings/SpellChecker.png
%%DATADIR%%/images/settings/ThreadSearch-off.png
%%DATADIR%%/images/settings/ThreadSearch.png
%%DATADIR%%/images/settings/ToolsPlus-off.png
%%DATADIR%%/images/settings/ToolsPlus.png
%%DATADIR%%/images/settings/abbrev-off.png
%%DATADIR%%/images/settings/abbrev.png
%%DATADIR%%/images/settings/astyle-plugin-off.png
%%DATADIR%%/images/settings/astyle-plugin.png
%%DATADIR%%/images/settings/autosave-off.png
%%DATADIR%%/images/settings/autosave.png
%%DATADIR%%/images/settings/batch-off.png
%%DATADIR%%/images/settings/batch.png
%%DATADIR%%/images/settings/codecompletion-off.png
%%DATADIR%%/images/settings/codecompletion.png
%%DATADIR%%/images/settings/codestats-off.png
%%DATADIR%%/images/settings/codestats.png
%%DATADIR%%/images/settings/colours-off.png
%%DATADIR%%/images/settings/colours.png
%%DATADIR%%/images/settings/compiler-off.png
%%DATADIR%%/images/settings/compiler.png
%%DATADIR%%/images/settings/debugger-off.png
%%DATADIR%%/images/settings/debugger.png
%%DATADIR%%/images/settings/default-code-off.png
%%DATADIR%%/images/settings/default-code.png
%%DATADIR%%/images/settings/dialogs-off.png
%%DATADIR%%/images/settings/dialogs.png
%%DATADIR%%/images/settings/dragscroll-off.png
%%DATADIR%%/images/settings/dragscroll.png
%%DATADIR%%/images/settings/editor-off.png
%%DATADIR%%/images/settings/editor.png
%%DATADIR%%/images/settings/envvars-off.png
%%DATADIR%%/images/settings/envvars.png
%%DATADIR%%/images/settings/extensions-off.png
%%DATADIR%%/images/settings/extensions.png
%%DATADIR%%/images/settings/folding-off.png
%%DATADIR%%/images/settings/folding.png
%%DATADIR%%/images/settings/general-prefs-off.png
%%DATADIR%%/images/settings/general-prefs.png
%%DATADIR%%/images/settings/generic-plugin-off.png
%%DATADIR%%/images/settings/generic-plugin.png
%%DATADIR%%/images/settings/gutter-margin-off.png
%%DATADIR%%/images/settings/gutter-margin.png
%%DATADIR%%/images/settings/help-plugin-off.png
%%DATADIR%%/images/settings/help-plugin.png
%%DATADIR%%/images/settings/incsearch-off.png
%%DATADIR%%/images/settings/incsearch.png
%%DATADIR%%/images/settings/net-off.png
%%DATADIR%%/images/settings/net.png
%%DATADIR%%/images/settings/notebook-appearance-off.png
%%DATADIR%%/images/settings/notebook-appearance.png
%%DATADIR%%/images/settings/onekeytobindthem-off.png
%%DATADIR%%/images/settings/onekeytobindthem.png
%%DATADIR%%/images/settings/profiler-off.png
%%DATADIR%%/images/settings/profiler.png
%%DATADIR%%/images/settings/syntax-highlight-off.png
%%DATADIR%%/images/settings/syntax-highlight.png
%%DATADIR%%/images/settings/todo-off.png
%%DATADIR%%/images/settings/todo.png
%%DATADIR%%/images/settings/valgrind-off.png
%%DATADIR%%/images/settings/valgrind.png
%%DATADIR%%/images/settings/view-off.png
%%DATADIR%%/images/settings/view.png
%%DATADIR%%/images/settings/wxsmith-off.png
%%DATADIR%%/images/settings/wxsmith.png
%%DATADIR%%/images/source.png
%%DATADIR%%/images/splash.png
%%DATADIR%%/images/splash_0802.png
%%DATADIR%%/images/splash_1005.png
%%DATADIR%%/images/splash_1211.png
%%DATADIR%%/images/splash_1312.png
%%DATADIR%%/images/stop.png
%%DATADIR%%/images/undo.png
%%DATADIR%%/images/vfolder_open.png
%%DATADIR%%/images/workspace-readonly.png
%%DATADIR%%/images/workspace.png
%%DATADIR%%/images/wxsmith/Custom16.png
%%DATADIR%%/images/wxsmith/Custom32.png
%%DATADIR%%/images/wxsmith/Spacer16.png
%%DATADIR%%/images/wxsmith/Spacer32.png
%%DATADIR%%/images/wxsmith/deletewidget16.png
%%DATADIR%%/images/wxsmith/deletewidget32.png
%%DATADIR%%/images/wxsmith/insertafter16.png
%%DATADIR%%/images/wxsmith/insertafter32.png
%%DATADIR%%/images/wxsmith/insertbefore16.png
%%DATADIR%%/images/wxsmith/insertbefore32.png
%%DATADIR%%/images/wxsmith/insertinto16.png
%%DATADIR%%/images/wxsmith/insertinto32.png
%%DATADIR%%/images/wxsmith/insertpoint16.png
%%DATADIR%%/images/wxsmith/insertpoint32.png
%%DATADIR%%/images/wxsmith/quickpropsclose16.png
%%DATADIR%%/images/wxsmith/quickpropsclose32.png
%%DATADIR%%/images/wxsmith/quickpropsopen16.png
%%DATADIR%%/images/wxsmith/quickpropsopen32.png
%%DATADIR%%/images/wxsmith/selected16.png
%%DATADIR%%/images/wxsmith/selected32.png
%%DATADIR%%/images/wxsmith/showpreview16.png
%%DATADIR%%/images/wxsmith/showpreview32.png
%%DATADIR%%/images/wxsmith/wxAnimationCtrl16.png
%%DATADIR%%/images/wxsmith/wxAnimationCtrl32.png
%%DATADIR%%/images/wxsmith/wxBitmapButton16.png
%%DATADIR%%/images/wxsmith/wxBitmapButton32.png
%%DATADIR%%/images/wxsmith/wxBitmapComboBox16.png
%%DATADIR%%/images/wxsmith/wxBitmapComboBox32.png
%%DATADIR%%/images/wxsmith/wxBoxSizer16.png
%%DATADIR%%/images/wxsmith/wxBoxSizer32.png
%%DATADIR%%/images/wxsmith/wxButton16.png
%%DATADIR%%/images/wxsmith/wxButton32.png
%%DATADIR%%/images/wxsmith/wxCalendarCtrl16.png
%%DATADIR%%/images/wxsmith/wxCalendarCtrl32.png
%%DATADIR%%/images/wxsmith/wxCheckBox16.png
%%DATADIR%%/images/wxsmith/wxCheckBox32.png
%%DATADIR%%/images/wxsmith/wxCheckListBox16.png
%%DATADIR%%/images/wxsmith/wxCheckListBox32.png
%%DATADIR%%/images/wxsmith/wxChoice16.png
%%DATADIR%%/images/wxsmith/wxChoice32.png
%%DATADIR%%/images/wxsmith/wxChoicebook16.png
%%DATADIR%%/images/wxsmith/wxChoicebook32.png
%%DATADIR%%/images/wxsmith/wxColourDialog16.png
%%DATADIR%%/images/wxsmith/wxColourDialog32.png
%%DATADIR%%/images/wxsmith/wxColourPickerCtrl16.png
%%DATADIR%%/images/wxsmith/wxColourPickerCtrl32.png
%%DATADIR%%/images/wxsmith/wxComboBox16.png
%%DATADIR%%/images/wxsmith/wxComboBox32.png
%%DATADIR%%/images/wxsmith/wxContextHelpButton16.png
%%DATADIR%%/images/wxsmith/wxContextHelpButton32.png
%%DATADIR%%/images/wxsmith/wxDatePickerCtrl16.png
%%DATADIR%%/images/wxsmith/wxDatePickerCtrl32.png
%%DATADIR%%/images/wxsmith/wxDialUpManager16.png
%%DATADIR%%/images/wxsmith/wxDialUpManager32.png
%%DATADIR%%/images/wxsmith/wxDialog16.png
%%DATADIR%%/images/wxsmith/wxDialog32.png
%%DATADIR%%/images/wxsmith/wxDirDialog16.png
%%DATADIR%%/images/wxsmith/wxDirDialog32.png
%%DATADIR%%/images/wxsmith/wxDirPickerCtrl16.png
%%DATADIR%%/images/wxsmith/wxDirPickerCtrl32.png
%%DATADIR%%/images/wxsmith/wxFileDialog16.png
%%DATADIR%%/images/wxsmith/wxFileDialog32.png
%%DATADIR%%/images/wxsmith/wxFilePickerCtrl16.png
%%DATADIR%%/images/wxsmith/wxFilePickerCtrl32.png
%%DATADIR%%/images/wxsmith/wxFindReplaceDialog16.png
%%DATADIR%%/images/wxsmith/wxFindReplaceDialog32.png
%%DATADIR%%/images/wxsmith/wxFlexGridSizer16.png
%%DATADIR%%/images/wxsmith/wxFlexGridSizer32.png
%%DATADIR%%/images/wxsmith/wxFontDialog16.png
%%DATADIR%%/images/wxsmith/wxFontDialog32.png
%%DATADIR%%/images/wxsmith/wxFontPickerCtrl16.png
%%DATADIR%%/images/wxsmith/wxFontPickerCtrl32.png
%%DATADIR%%/images/wxsmith/wxFrame16.png
%%DATADIR%%/images/wxsmith/wxFrame32.png
%%DATADIR%%/images/wxsmith/wxGLCanvas16.png
%%DATADIR%%/images/wxsmith/wxGLCanvas32.png
%%DATADIR%%/images/wxsmith/wxGauge16.png
%%DATADIR%%/images/wxsmith/wxGauge32.png
%%DATADIR%%/images/wxsmith/wxGenericDirCtrl16.png
%%DATADIR%%/images/wxsmith/wxGenericDirCtrl32.png
%%DATADIR%%/images/wxsmith/wxGrid16.png
%%DATADIR%%/images/wxsmith/wxGrid32.png
%%DATADIR%%/images/wxsmith/wxGridSizer16.png
%%DATADIR%%/images/wxsmith/wxGridSizer32.png
%%DATADIR%%/images/wxsmith/wxHtmlEasyPrinting16.png
%%DATADIR%%/images/wxsmith/wxHtmlEasyPrinting32.png
%%DATADIR%%/images/wxsmith/wxHtmlWindow16.png
%%DATADIR%%/images/wxsmith/wxHtmlWindow32.png
%%DATADIR%%/images/wxsmith/wxHyperlinkCtrl16.png
%%DATADIR%%/images/wxsmith/wxHyperlinkCtrl32.png
%%DATADIR%%/images/wxsmith/wxImage16.png
%%DATADIR%%/images/wxsmith/wxImage32.png
%%DATADIR%%/images/wxsmith/wxImageList16.png
%%DATADIR%%/images/wxsmith/wxImageList32.png
%%DATADIR%%/images/wxsmith/wxListBox16.png
%%DATADIR%%/images/wxsmith/wxListBox32.png
%%DATADIR%%/images/wxsmith/wxListCtrl16.png
%%DATADIR%%/images/wxsmith/wxListCtrl32.png
%%DATADIR%%/images/wxsmith/wxListView16.png
%%DATADIR%%/images/wxsmith/wxListView32.png
%%DATADIR%%/images/wxsmith/wxListbook16.png
%%DATADIR%%/images/wxsmith/wxListbook32.png
%%DATADIR%%/images/wxsmith/wxMediaCtrl16.png
%%DATADIR%%/images/wxsmith/wxMediaCtrl32.png
%%DATADIR%%/images/wxsmith/wxMenu16.png
%%DATADIR%%/images/wxsmith/wxMenu32.png
%%DATADIR%%/images/wxsmith/wxMenuBar16.png
%%DATADIR%%/images/wxsmith/wxMenuBar32.png
%%DATADIR%%/images/wxsmith/wxMenuItem16.png
%%DATADIR%%/images/wxsmith/wxMenuItem32.png
%%DATADIR%%/images/wxsmith/wxMessageDialog16.png
%%DATADIR%%/images/wxsmith/wxMessageDialog32.png
%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog16.png
%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog32.png
%%DATADIR%%/images/wxsmith/wxNotebook16.png
%%DATADIR%%/images/wxsmith/wxNotebook32.png
%%DATADIR%%/images/wxsmith/wxPageSetupDialog16.png
%%DATADIR%%/images/wxsmith/wxPageSetupDialog32.png
%%DATADIR%%/images/wxsmith/wxPanel16.png
%%DATADIR%%/images/wxsmith/wxPanel32.png
%%DATADIR%%/images/wxsmith/wxPasswordEntryDialog16.png
%%DATADIR%%/images/wxsmith/wxPasswordEntryDialog32.png
%%DATADIR%%/images/wxsmith/wxPrintDialog16.png
%%DATADIR%%/images/wxsmith/wxPrintDialog32.png
%%DATADIR%%/images/wxsmith/wxProgressDialog16.png
%%DATADIR%%/images/wxsmith/wxProgressDialog32.png
%%DATADIR%%/images/wxsmith/wxRadioBox16.png
%%DATADIR%%/images/wxsmith/wxRadioBox32.png
%%DATADIR%%/images/wxsmith/wxRadioButton16.png
%%DATADIR%%/images/wxsmith/wxRadioButton32.png
%%DATADIR%%/images/wxsmith/wxRichTextCtrl16.png
%%DATADIR%%/images/wxsmith/wxRichTextCtrl32.png
%%DATADIR%%/images/wxsmith/wxRichTextFormattingDialog16.png
%%DATADIR%%/images/wxsmith/wxRichTextFormattingDialog32.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleComboCtrl16.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleComboCtrl32.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleListBox16.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleListBox32.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleListCtrl16.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleListCtrl32.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleOrganiserDialog16.png
%%DATADIR%%/images/wxsmith/wxRichTextStyleOrganiserDialog32.png
%%DATADIR%%/images/wxsmith/wxSashLayoutWindow16.png
%%DATADIR%%/images/wxsmith/wxSashLayoutWindow32.png
%%DATADIR%%/images/wxsmith/wxSashWindow16.png
%%DATADIR%%/images/wxsmith/wxSashWindow32.png
%%DATADIR%%/images/wxsmith/wxScrollBar16.png
%%DATADIR%%/images/wxsmith/wxScrollBar32.png
%%DATADIR%%/images/wxsmith/wxScrolledWindow16.png
%%DATADIR%%/images/wxsmith/wxScrolledWindow32.png
%%DATADIR%%/images/wxsmith/wxScrollingDialog16.png
%%DATADIR%%/images/wxsmith/wxScrollingDialog32.png
%%DATADIR%%/images/wxsmith/wxSearchCtrl16.png
%%DATADIR%%/images/wxsmith/wxSearchCtrl32.png
%%DATADIR%%/images/wxsmith/wxSimpleHtmlListBox16.png
%%DATADIR%%/images/wxsmith/wxSimpleHtmlListBox32.png
%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog16.png
%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog32.png
%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker16.png
%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker32.png
%%DATADIR%%/images/wxsmith/wxSlider16.png
%%DATADIR%%/images/wxsmith/wxSlider32.png
%%DATADIR%%/images/wxsmith/wxSmith16.png
%%DATADIR%%/images/wxsmith/wxSmith32.png
%%DATADIR%%/images/wxsmith/wxSpinButton16.png
%%DATADIR%%/images/wxsmith/wxSpinButton32.png
%%DATADIR%%/images/wxsmith/wxSpinCtrl16.png
%%DATADIR%%/images/wxsmith/wxSpinCtrl32.png
%%DATADIR%%/images/wxsmith/wxSplitterWindow16.png
%%DATADIR%%/images/wxsmith/wxSplitterWindow32.png
%%DATADIR%%/images/wxsmith/wxStaticBitmap16.png
%%DATADIR%%/images/wxsmith/wxStaticBitmap32.png
%%DATADIR%%/images/wxsmith/wxStaticBox16.png
%%DATADIR%%/images/wxsmith/wxStaticBox32.png
%%DATADIR%%/images/wxsmith/wxStaticBoxSizer16.png
%%DATADIR%%/images/wxsmith/wxStaticBoxSizer32.png
%%DATADIR%%/images/wxsmith/wxStaticLine16.png
%%DATADIR%%/images/wxsmith/wxStaticLine32.png
%%DATADIR%%/images/wxsmith/wxStaticText16.png
%%DATADIR%%/images/wxsmith/wxStaticText32.png
%%DATADIR%%/images/wxsmith/wxStatusBar16.png
%%DATADIR%%/images/wxsmith/wxStatusBar32.png
%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer16.png
%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer32.png
%%DATADIR%%/images/wxsmith/wxStopWatch16.png
%%DATADIR%%/images/wxsmith/wxStopWatch32.png
%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog16.png
%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog32.png
%%DATADIR%%/images/wxsmith/wxTextCtrl16.png
%%DATADIR%%/images/wxsmith/wxTextCtrl32.png
%%DATADIR%%/images/wxsmith/wxTextEntryDialog16.png
%%DATADIR%%/images/wxsmith/wxTextEntryDialog32.png
%%DATADIR%%/images/wxsmith/wxTimer16.png
%%DATADIR%%/images/wxsmith/wxTimer32.png
%%DATADIR%%/images/wxsmith/wxToggleButton16.png
%%DATADIR%%/images/wxsmith/wxToggleButton32.png
%%DATADIR%%/images/wxsmith/wxToolBar16.png
%%DATADIR%%/images/wxsmith/wxToolBar32.png
%%DATADIR%%/images/wxsmith/wxToolBarItem16.png
%%DATADIR%%/images/wxsmith/wxToolBarItem32.png
%%DATADIR%%/images/wxsmith/wxTreeCtrl16.png
%%DATADIR%%/images/wxsmith/wxTreeCtrl32.png
%%DATADIR%%/images/wxsmith/wxTreebook16.png
%%DATADIR%%/images/wxsmith/wxTreebook32.png
%%DATADIR%%/keybinder.zip
%%DATADIR%%/lexers/lexer_A68k.sample
%%DATADIR%%/lexers/lexer_A68k.xml
%%DATADIR%%/lexers/lexer_OgreCompositor.sample
%%DATADIR%%/lexers/lexer_OgreCompositor.xml
%%DATADIR%%/lexers/lexer_OgreMaterial.sample
%%DATADIR%%/lexers/lexer_OgreMaterial.xml
%%DATADIR%%/lexers/lexer_ada.sample
%%DATADIR%%/lexers/lexer_ada.xml
%%DATADIR%%/lexers/lexer_angelscript.sample
%%DATADIR%%/lexers/lexer_angelscript.xml
%%DATADIR%%/lexers/lexer_bash.sample
%%DATADIR%%/lexers/lexer_bash.xml
%%DATADIR%%/lexers/lexer_batch.sample
%%DATADIR%%/lexers/lexer_batch.xml
%%DATADIR%%/lexers/lexer_bibtex.xml
%%DATADIR%%/lexers/lexer_caml.sample
%%DATADIR%%/lexers/lexer_caml.xml
%%DATADIR%%/lexers/lexer_cg.sample
%%DATADIR%%/lexers/lexer_cg.xml
%%DATADIR%%/lexers/lexer_cmake.sample
%%DATADIR%%/lexers/lexer_cmake.xml
%%DATADIR%%/lexers/lexer_cpp.sample
%%DATADIR%%/lexers/lexer_cpp.xml
%%DATADIR%%/lexers/lexer_css.sample
%%DATADIR%%/lexers/lexer_css.xml
%%DATADIR%%/lexers/lexer_d.sample
%%DATADIR%%/lexers/lexer_d.xml
%%DATADIR%%/lexers/lexer_diff.sample
%%DATADIR%%/lexers/lexer_diff.xml
%%DATADIR%%/lexers/lexer_f77.sample
%%DATADIR%%/lexers/lexer_f77.xml
%%DATADIR%%/lexers/lexer_fortran.sample
%%DATADIR%%/lexers/lexer_fortran.xml
%%DATADIR%%/lexers/lexer_glsl.sample
%%DATADIR%%/lexers/lexer_glsl.xml
%%DATADIR%%/lexers/lexer_gm.sample
%%DATADIR%%/lexers/lexer_gm.xml
%%DATADIR%%/lexers/lexer_haskell.sample
%%DATADIR%%/lexers/lexer_haskell.xml
%%DATADIR%%/lexers/lexer_hitasm.sample
%%DATADIR%%/lexers/lexer_hitasm.xml
%%DATADIR%%/lexers/lexer_html.sample
%%DATADIR%%/lexers/lexer_html.xml
%%DATADIR%%/lexers/lexer_java.sample
%%DATADIR%%/lexers/lexer_java.xml
%%DATADIR%%/lexers/lexer_latex.sample
%%DATADIR%%/lexers/lexer_latex.xml
%%DATADIR%%/lexers/lexer_lisp.sample
%%DATADIR%%/lexers/lexer_lisp.xml
%%DATADIR%%/lexers/lexer_lua.sample
%%DATADIR%%/lexers/lexer_lua.xml
%%DATADIR%%/lexers/lexer_make.sample
%%DATADIR%%/lexers/lexer_make.xml
%%DATADIR%%/lexers/lexer_masm.sample
%%DATADIR%%/lexers/lexer_masm.xml
%%DATADIR%%/lexers/lexer_matlab.sample
%%DATADIR%%/lexers/lexer_matlab.xml
%%DATADIR%%/lexers/lexer_nsis.sample
%%DATADIR%%/lexers/lexer_nsis.xml
%%DATADIR%%/lexers/lexer_objc.sample
%%DATADIR%%/lexers/lexer_objc.xml
%%DATADIR%%/lexers/lexer_pascal.sample
%%DATADIR%%/lexers/lexer_pascal.xml
%%DATADIR%%/lexers/lexer_perl.sample
%%DATADIR%%/lexers/lexer_perl.xml
%%DATADIR%%/lexers/lexer_postscript.sample
%%DATADIR%%/lexers/lexer_postscript.xml
%%DATADIR%%/lexers/lexer_prg.sample
%%DATADIR%%/lexers/lexer_prg.xml
%%DATADIR%%/lexers/lexer_properties.sample
%%DATADIR%%/lexers/lexer_properties.xml
%%DATADIR%%/lexers/lexer_python.sample
%%DATADIR%%/lexers/lexer_python.xml
%%DATADIR%%/lexers/lexer_rc.sample
%%DATADIR%%/lexers/lexer_rc.xml
%%DATADIR%%/lexers/lexer_ruby.sample
%%DATADIR%%/lexers/lexer_ruby.xml
%%DATADIR%%/lexers/lexer_smalltalk.sample
%%DATADIR%%/lexers/lexer_smalltalk.xml
%%DATADIR%%/lexers/lexer_sql.sample
%%DATADIR%%/lexers/lexer_sql.xml
%%DATADIR%%/lexers/lexer_squirrel.sample
%%DATADIR%%/lexers/lexer_squirrel.xml
%%DATADIR%%/lexers/lexer_vbscript.sample
%%DATADIR%%/lexers/lexer_vbscript.xml
%%DATADIR%%/lexers/lexer_verilog.sample
%%DATADIR%%/lexers/lexer_verilog.xml
%%DATADIR%%/lexers/lexer_vhdl.sample
%%DATADIR%%/lexers/lexer_vhdl.xml
%%DATADIR%%/lexers/lexer_xml.sample
%%DATADIR%%/lexers/lexer_xml.xml
%%DATADIR%%/lib_finder.zip
%%DATADIR%%/lib_finder/codeblocks_sdk.xml
%%DATADIR%%/lib_finder/glfw.xml
%%DATADIR%%/lib_finder/wxwidgets.xml
%%DATADIR%%/manager_resources.zip
%%DATADIR%%/occurrenceshighlighting.zip
%%DATADIR%%/openfileslist.zip
%%DATADIR%%/projectsimporter.zip
%%DATADIR%%/resources.zip
%%DATADIR%%/scriptedwizard.zip
%%DATADIR%%/scripts/edit_startup_script.script
%%DATADIR%%/scripts/gdb_types.script
%%DATADIR%%/scripts/make_dist.script
%%DATADIR%%/scripts/plugin_find_broken_files.script
%%DATADIR%%/scripts/sample_plugin.script
%%DATADIR%%/scripts/startup.script
%%DATADIR%%/scripts/stl-views-1.0.3.gdb
%%DATADIR%%/scripts/wx_help.script
%%DATADIR%%/start_here.zip
%%DATADIR%%/templates/console-main-c.cpp
%%DATADIR%%/templates/console-main-cpp.cpp
%%DATADIR%%/templates/console.cbp
%%DATADIR%%/templates/console.png
%%DATADIR%%/templates/console.template
%%DATADIR%%/templates/dll.png
%%DATADIR%%/templates/glfw-main.cpp
%%DATADIR%%/templates/glfw-static.cbp
%%DATADIR%%/templates/glfw.png
%%DATADIR%%/templates/glfw.template
%%DATADIR%%/templates/glut-main.cpp
%%DATADIR%%/templates/glut.png
%%DATADIR%%/templates/irr_linux.cbp
%%DATADIR%%/templates/irr_main.cpp
%%DATADIR%%/templates/irrlicht.png
%%DATADIR%%/templates/irrlicht.template
%%DATADIR%%/templates/ogre-main.cpp
%%DATADIR%%/templates/ogre.template
%%DATADIR%%/templates/ogre_linux.cbp
%%DATADIR%%/templates/ogrelogo.png
%%DATADIR%%/templates/qt-main.cpp
%%DATADIR%%/templates/qt.cbp
%%DATADIR%%/templates/qt.template
%%DATADIR%%/templates/qtlogo32.png
%%DATADIR%%/templates/sdccapp-main.c
%%DATADIR%%/templates/sdccapp.cbp
%%DATADIR%%/templates/sdccapp.png
%%DATADIR%%/templates/sdccapp.template
%%DATADIR%%/templates/sdl-cb.bmp
%%DATADIR%%/templates/sdl-main.cpp
%%DATADIR%%/templates/sdl.png
%%DATADIR%%/templates/sdlapp.cbp
%%DATADIR%%/templates/sdlapp.template
%%DATADIR%%/templates/sfml-cb.bmp
%%DATADIR%%/templates/sfml-main.cpp
%%DATADIR%%/templates/sfml.cbp
%%DATADIR%%/templates/sfml.png
%%DATADIR%%/templates/sfml.template
%%DATADIR%%/templates/sharedlib-sample.c
%%DATADIR%%/templates/sharedlib.cbp
%%DATADIR%%/templates/sharedlib.template
%%DATADIR%%/templates/staticlib-sample.c
%%DATADIR%%/templates/staticlib.cbp
%%DATADIR%%/templates/staticlib.template
%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h
%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/main.c
%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/main.c
%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/main.c
%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c
%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/main.c
%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c
%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c
%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/main.c
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c
%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S
%%DATADIR%%/templates/wizard/arm/logo.png
%%DATADIR%%/templates/wizard/arm/wizard.png
%%DATADIR%%/templates/wizard/arm/wizard.script
%%DATADIR%%/templates/wizard/avr/files/FuseExt.c
%%DATADIR%%/templates/wizard/avr/files/FuseFuse0to4.c
%%DATADIR%%/templates/wizard/avr/files/FuseHigh.c
%%DATADIR%%/templates/wizard/avr/files/FuseLow.c
%%DATADIR%%/templates/wizard/avr/files/main.c
%%DATADIR%%/templates/wizard/avr/logo.png
%%DATADIR%%/templates/wizard/avr/wizard.png
%%DATADIR%%/templates/wizard/avr/wizard.script
%%DATADIR%%/templates/wizard/avr/wizard.xrc
%%DATADIR%%/templates/wizard/c_file/logo.png
%%DATADIR%%/templates/wizard/c_file/wizard.png
%%DATADIR%%/templates/wizard/c_file/wizard.script
%%DATADIR%%/templates/wizard/common_functions.script
%%DATADIR%%/templates/wizard/config.script
%%DATADIR%%/templates/wizard/console/c/main.c
%%DATADIR%%/templates/wizard/console/cpp/main.cpp
%%DATADIR%%/templates/wizard/console/logo.png
%%DATADIR%%/templates/wizard/console/wizard.png
%%DATADIR%%/templates/wizard/console/wizard.script
%%DATADIR%%/templates/wizard/d/console/hello.d
%%DATADIR%%/templates/wizard/d/logo.png
%%DATADIR%%/templates/wizard/d/wizard.png
%%DATADIR%%/templates/wizard/d/wizard.script
%%DATADIR%%/templates/wizard/directx/dx8/main.cpp
%%DATADIR%%/templates/wizard/directx/dx9/main.cpp
%%DATADIR%%/templates/wizard/directx/logo.png
%%DATADIR%%/templates/wizard/directx/wizard.png
%%DATADIR%%/templates/wizard/directx/wizard.script
%%DATADIR%%/templates/wizard/dll/files/main.cpp
%%DATADIR%%/templates/wizard/dll/files/main.h
%%DATADIR%%/templates/wizard/dll/logo.png
%%DATADIR%%/templates/wizard/dll/wizard.png
%%DATADIR%%/templates/wizard/dll/wizard.script
%%DATADIR%%/templates/wizard/empty/logo.png
%%DATADIR%%/templates/wizard/empty/wizard.png
%%DATADIR%%/templates/wizard/empty/wizard.script
%%DATADIR%%/templates/wizard/empty_file/logo.png
%%DATADIR%%/templates/wizard/empty_file/wizard.png
%%DATADIR%%/templates/wizard/empty_file/wizard.script
%%DATADIR%%/templates/wizard/fltk/files/main.cpp
%%DATADIR%%/templates/wizard/fltk/fluid/main.cpp
%%DATADIR%%/templates/wizard/fltk/fluid/main.fld
%%DATADIR%%/templates/wizard/fltk/fluid/main.h
%%DATADIR%%/templates/wizard/fltk/logo.png
%%DATADIR%%/templates/wizard/fltk/wizard.png
%%DATADIR%%/templates/wizard/fltk/wizard.script
%%DATADIR%%/templates/wizard/fortran/app/files/main.f95
%%DATADIR%%/templates/wizard/fortran/app/logo.png
%%DATADIR%%/templates/wizard/fortran/app/wizard.png
%%DATADIR%%/templates/wizard/fortran/app/wizard.script
%%DATADIR%%/templates/wizard/fortran/dll/files/main.f95
%%DATADIR%%/templates/wizard/fortran/dll/logo.png
%%DATADIR%%/templates/wizard/fortran/dll/wizard.png
%%DATADIR%%/templates/wizard/fortran/dll/wizard.script
%%DATADIR%%/templates/wizard/fortran/file/logo.png
%%DATADIR%%/templates/wizard/fortran/file/wizard.png
%%DATADIR%%/templates/wizard/fortran/file/wizard.script
%%DATADIR%%/templates/wizard/fortran/lib/files/main.f95
%%DATADIR%%/templates/wizard/fortran/lib/logo.png
%%DATADIR%%/templates/wizard/fortran/lib/wizard.png
%%DATADIR%%/templates/wizard/fortran/lib/wizard.script
%%DATADIR%%/templates/wizard/glfw/files/main.cpp
%%DATADIR%%/templates/wizard/glfw/logo.png
%%DATADIR%%/templates/wizard/glfw/wizard.png
%%DATADIR%%/templates/wizard/glfw/wizard.script
%%DATADIR%%/templates/wizard/glut/files/main.cpp
%%DATADIR%%/templates/wizard/glut/logo.png
%%DATADIR%%/templates/wizard/glut/wizard.png
%%DATADIR%%/templates/wizard/glut/wizard.script
%%DATADIR%%/templates/wizard/gtk/files/main.c
%%DATADIR%%/templates/wizard/gtk/logo.png
%%DATADIR%%/templates/wizard/gtk/wizard.png
%%DATADIR%%/templates/wizard/gtk/wizard.script
%%DATADIR%%/templates/wizard/h_file/logo.png
%%DATADIR%%/templates/wizard/h_file/wizard.png
%%DATADIR%%/templates/wizard/h_file/wizard.script
%%DATADIR%%/templates/wizard/irrlicht/files/main.cpp
%%DATADIR%%/templates/wizard/irrlicht/logo.png
%%DATADIR%%/templates/wizard/irrlicht/wizard.png
%%DATADIR%%/templates/wizard/irrlicht/wizard.script
%%DATADIR%%/templates/wizard/lf/files/quick/main.cpp
%%DATADIR%%/templates/wizard/lf/files/structured/CMain.cpp
%%DATADIR%%/templates/wizard/lf/files/structured/CMain.h
%%DATADIR%%/templates/wizard/lf/files/structured/main.cpp
%%DATADIR%%/templates/wizard/lf/logo.png
%%DATADIR%%/templates/wizard/lf/wizard.png
%%DATADIR%%/templates/wizard/lf/wizard.script
%%DATADIR%%/templates/wizard/lf/wizard.xrc
%%DATADIR%%/templates/wizard/matlab_csf/files/lccstub.c
%%DATADIR%%/templates/wizard/matlab_csf/files/mexversion.rc
%%DATADIR%%/templates/wizard/matlab_csf/files/sfuntmpl.c
%%DATADIR%%/templates/wizard/matlab_csf/logo.png
%%DATADIR%%/templates/wizard/matlab_csf/wizard.png
%%DATADIR%%/templates/wizard/matlab_csf/wizard.script
%%DATADIR%%/templates/wizard/matlab_csf/wizard.xrc
%%DATADIR%%/templates/wizard/mcs51/files/main.c
%%DATADIR%%/templates/wizard/mcs51/logo.png
%%DATADIR%%/templates/wizard/mcs51/wizard.png
%%DATADIR%%/templates/wizard/mcs51/wizard.script
%%DATADIR%%/templates/wizard/mcs51/wizard.xrc
%%DATADIR%%/templates/wizard/ogre/files/main.cpp
%%DATADIR%%/templates/wizard/ogre/logo.png
%%DATADIR%%/templates/wizard/ogre/wizard.png
%%DATADIR%%/templates/wizard/ogre/wizard.script
%%DATADIR%%/templates/wizard/opencv/files/lena.jpg
%%DATADIR%%/templates/wizard/opencv/files/main.cpp
%%DATADIR%%/templates/wizard/opencv/logo.png
%%DATADIR%%/templates/wizard/opencv/wizard.png
%%DATADIR%%/templates/wizard/opencv/wizard.script
%%DATADIR%%/templates/wizard/opencv/wizard.xrc
%%DATADIR%%/templates/wizard/opengl/files_unix/main.c
%%DATADIR%%/templates/wizard/opengl/files_win/main.c
%%DATADIR%%/templates/wizard/opengl/logo.png
%%DATADIR%%/templates/wizard/opengl/wizard.png
%%DATADIR%%/templates/wizard/opengl/wizard.script
%%DATADIR%%/templates/wizard/plugins/logo.png
%%DATADIR%%/templates/wizard/plugins/templates/generic_template.cpp
%%DATADIR%%/templates/wizard/plugins/templates/generic_template.h
%%DATADIR%%/templates/wizard/plugins/templates/manifest_template.xml
%%DATADIR%%/templates/wizard/plugins/templates/mime_template.cpp
%%DATADIR%%/templates/wizard/plugins/templates/mime_template.h
%%DATADIR%%/templates/wizard/plugins/templates/tool_template.cpp
%%DATADIR%%/templates/wizard/plugins/templates/tool_template.h
%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.cpp
%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.h
%%DATADIR%%/templates/wizard/plugins/wizard.png
%%DATADIR%%/templates/wizard/plugins/wizard.script
%%DATADIR%%/templates/wizard/plugins/wizard.xrc
%%DATADIR%%/templates/wizard/ppc/files/MPC5200/h/mpc5200.h
%%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld/target.ld
%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/crt0.S
%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/main.c
%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/traptable.S
%%DATADIR%%/templates/wizard/ppc/files/MPC565/h/mpc555.h
%%DATADIR%%/templates/wizard/ppc/files/MPC565/ld/target.ld
%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/crt0.S
%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/main.c
%%DATADIR%%/templates/wizard/ppc/logo.png
%%DATADIR%%/templates/wizard/ppc/wizard.png
%%DATADIR%%/templates/wizard/ppc/wizard.script
%%DATADIR%%/templates/wizard/qt4/files/main.cpp
%%DATADIR%%/templates/wizard/qt4/logo.png
%%DATADIR%%/templates/wizard/qt4/wizard.png
%%DATADIR%%/templates/wizard/qt4/wizard.script
%%DATADIR%%/templates/wizard/sdl/files/cb.bmp
%%DATADIR%%/templates/wizard/sdl/files/main.cpp
%%DATADIR%%/templates/wizard/sdl/logo.png
%%DATADIR%%/templates/wizard/sdl/wizard.png
%%DATADIR%%/templates/wizard/sdl/wizard.script
%%DATADIR%%/templates/wizard/sfml/logo.png
%%DATADIR%%/templates/wizard/sfml/sfml1/cb.bmp
%%DATADIR%%/templates/wizard/sfml/sfml1/main.cpp
%%DATADIR%%/templates/wizard/sfml/sfml2/cb.bmp
%%DATADIR%%/templates/wizard/sfml/sfml2/main.cpp
%%DATADIR%%/templates/wizard/sfml/wizard.png
%%DATADIR%%/templates/wizard/sfml/wizard.script
%%DATADIR%%/templates/wizard/sharedlib/c/main.c
%%DATADIR%%/templates/wizard/sharedlib/cpp/main.cpp
%%DATADIR%%/templates/wizard/sharedlib/logo.png
%%DATADIR%%/templates/wizard/sharedlib/wizard.png
%%DATADIR%%/templates/wizard/sharedlib/wizard.script
%%DATADIR%%/templates/wizard/smartwin/files/main.cpp
%%DATADIR%%/templates/wizard/smartwin/logo.png
%%DATADIR%%/templates/wizard/smartwin/wizard.png
%%DATADIR%%/templates/wizard/smartwin/wizard.script
%%DATADIR%%/templates/wizard/staticlib/files/main.c
%%DATADIR%%/templates/wizard/staticlib/logo.png
%%DATADIR%%/templates/wizard/staticlib/wizard.png
%%DATADIR%%/templates/wizard/staticlib/wizard.script
%%DATADIR%%/templates/wizard/stlport/files/main.cpp
%%DATADIR%%/templates/wizard/stlport/logo.png
%%DATADIR%%/templates/wizard/stlport/wizard.png
%%DATADIR%%/templates/wizard/stlport/wizard.script
%%DATADIR%%/templates/wizard/sys/files/driver.c
%%DATADIR%%/templates/wizard/sys/logo.png
%%DATADIR%%/templates/wizard/sys/wizard.png
%%DATADIR%%/templates/wizard/sys/wizard.script
%%DATADIR%%/templates/wizard/tricore/logo.png
%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld
%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld
%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM-intern.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM-intern.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM-intern.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/main.c
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x
%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c
%%DATADIR%%/templates/wizard/tricore/wizard.png
%%DATADIR%%/templates/wizard/tricore/wizard.script
%%DATADIR%%/templates/wizard/tricore/wizard.xrc
%%DATADIR%%/templates/wizard/win32gui/files/dialog/main.cpp
%%DATADIR%%/templates/wizard/win32gui/files/dialog/manifest.xml
%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.h
%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.rc
%%DATADIR%%/templates/wizard/win32gui/files/frame/main.cpp
%%DATADIR%%/templates/wizard/win32gui/logo.png
%%DATADIR%%/templates/wizard/win32gui/wizard.png
%%DATADIR%%/templates/wizard/win32gui/wizard.script
%%DATADIR%%/templates/wizard/wxwidgets/common/app.cpp
%%DATADIR%%/templates/wizard/wxwidgets/common/app.h
%%DATADIR%%/templates/wizard/wxwidgets/common/main.cpp
%%DATADIR%%/templates/wizard/wxwidgets/common/main.h
%%DATADIR%%/templates/wizard/wxwidgets/logo.png
%%DATADIR%%/templates/wizard/wxwidgets/pch/wx_pch.h
%%DATADIR%%/templates/wizard/wxwidgets/rc/resource.rc
%%DATADIR%%/templates/wizard/wxwidgets/wizard.png
%%DATADIR%%/templates/wizard/wxwidgets/wizard.script
%%DATADIR%%/templates/wizard/wxwidgets/wizard.xrc
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h
%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp
%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/app.cpp
%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.cpp
%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.h
%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/resource.wxs
%%DATADIR%%/templates/wx-app-ash.cpp
%%DATADIR%%/templates/wx-app-ash.h
%%DATADIR%%/templates/wx-main-ash.cpp
%%DATADIR%%/templates/wx-main-ash.h
%%DATADIR%%/templates/wx-main-s.cpp
%%DATADIR%%/templates/wx-main-sh.cpp
%%DATADIR%%/templates/wx-main-sh.h
%%DATADIR%%/templates/wx_pch.h
%%DATADIR%%/templates/wxwidgets.cbp
%%DATADIR%%/templates/wxwidgets.png
%%DATADIR%%/templates/wxwidgets.template
%%DATADIR%%/tips.txt
%%DATADIR%%/todo.zip
%%DATADIR%%/wxSmithAui.zip
%%DATADIR%%/wxsmith.zip
%%DATADIR%%/wxsmithcontribitems.zip
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrmtry share/icons/hicolor/48x48/mimetypes
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrm lib/codeblocks/wxContribItems
@dirrm lib/codeblocks/plugins
@dirrm lib/codeblocks
@dirrm include/wxsmith/wxwidgets/properties
@dirrm include/wxsmith/wxwidgets
@dirrm include/wxsmith/properties
@dirrm include/wxsmith
@dirrm include/codeblocks/wxscintilla/include/wx
@dirrm include/codeblocks/wxscintilla/include
@dirrm include/codeblocks/wxscintilla
@dirrm include/codeblocks/wxpropgrid/include/wx/propgrid
@dirrm include/codeblocks/wxpropgrid/include/wx
@dirrm include/codeblocks/wxpropgrid/include
@dirrm include/codeblocks/wxpropgrid
@dirrm include/codeblocks/wxContribItems/wxthings/include/wx/things
@dirrm include/codeblocks/wxContribItems/wxthings/include/wx
@dirrm include/codeblocks/wxContribItems/wxthings/include
@dirrm include/codeblocks/wxContribItems/wxthings
@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include/wx
@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include
@dirrm include/codeblocks/wxContribItems/wxled/ledpanel
@dirrm include/codeblocks/wxContribItems/wxled/led/include/xrc
@dirrm include/codeblocks/wxContribItems/wxled/led/include/wx
@dirrm include/codeblocks/wxContribItems/wxled/led/include
@dirrm include/codeblocks/wxContribItems/wxled/led
@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx
@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include
@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow
@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos
@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx
@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include
@dirrm include/codeblocks/wxContribItems/wxled/gizmosled
@dirrm include/codeblocks/wxContribItems/wxled
@dirrm include/codeblocks/wxContribItems/wxchart/include/wx
@dirrm include/codeblocks/wxContribItems/wxchart/include
@dirrm include/codeblocks/wxContribItems/wxchart
@dirrm include/codeblocks/wxContribItems/wxTreeList/include/wx
@dirrm include/codeblocks/wxContribItems/wxTreeList/include
@dirrm include/codeblocks/wxContribItems/wxTreeList
@dirrm include/codeblocks/wxContribItems/wxSpeedButton
@dirrm include/codeblocks/wxContribItems/wxImagePanel/include/wx
@dirrm include/codeblocks/wxContribItems/wxImagePanel/include
@dirrm include/codeblocks/wxContribItems/wxImagePanel
@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook
@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx
@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include
@dirrm include/codeblocks/wxContribItems/wxFlatNotebook
@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/xrc
@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/KWIC
@dirrm include/codeblocks/wxContribItems/KWIC/include/wx
@dirrm include/codeblocks/wxContribItems/KWIC/include
@dirrm include/codeblocks/wxContribItems/KWIC
@dirrm include/codeblocks/wxContribItems
@dirrm include/codeblocks/tinyxml
@dirrm include/codeblocks/scripting/sqplus
@dirrm include/codeblocks/scripting/include
@dirrm include/codeblocks/scripting/bindings
@dirrm include/codeblocks/scripting
@dirrm include/codeblocks
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxsmith
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/rc
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/pch
@dirrm %%DATADIR%%/templates/wizard/wxwidgets/common
@dirrm %%DATADIR%%/templates/wizard/wxwidgets
@dirrm %%DATADIR%%/templates/wizard/win32gui/files/frame
@dirrm %%DATADIR%%/templates/wizard/win32gui/files/dialog
@dirrm %%DATADIR%%/templates/wizard/win32gui/files
@dirrm %%DATADIR%%/templates/wizard/win32gui
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796
@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767
@dirrm %%DATADIR%%/templates/wizard/tricore/templates
@dirrm %%DATADIR%%/templates/wizard/tricore
@dirrm %%DATADIR%%/templates/wizard/sys/files
@dirrm %%DATADIR%%/templates/wizard/sys
@dirrm %%DATADIR%%/templates/wizard/stlport/files
@dirrm %%DATADIR%%/templates/wizard/stlport
@dirrm %%DATADIR%%/templates/wizard/staticlib/files
@dirrm %%DATADIR%%/templates/wizard/staticlib
@dirrm %%DATADIR%%/templates/wizard/smartwin/files
@dirrm %%DATADIR%%/templates/wizard/smartwin
@dirrm %%DATADIR%%/templates/wizard/sharedlib/cpp
@dirrm %%DATADIR%%/templates/wizard/sharedlib/c
@dirrm %%DATADIR%%/templates/wizard/sharedlib
@dirrm %%DATADIR%%/templates/wizard/sfml/sfml2
@dirrm %%DATADIR%%/templates/wizard/sfml/sfml1
@dirrm %%DATADIR%%/templates/wizard/sfml
@dirrm %%DATADIR%%/templates/wizard/sdl/files
@dirrm %%DATADIR%%/templates/wizard/sdl
@dirrm %%DATADIR%%/templates/wizard/qt4/files
@dirrm %%DATADIR%%/templates/wizard/qt4
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/src
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/ld
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/h
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/src
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/h
@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200
@dirrm %%DATADIR%%/templates/wizard/ppc/files
@dirrm %%DATADIR%%/templates/wizard/ppc
@dirrm %%DATADIR%%/templates/wizard/plugins/templates
@dirrm %%DATADIR%%/templates/wizard/plugins
@dirrm %%DATADIR%%/templates/wizard/opengl/files_win
@dirrm %%DATADIR%%/templates/wizard/opengl/files_unix
@dirrm %%DATADIR%%/templates/wizard/opengl
@dirrm %%DATADIR%%/templates/wizard/opencv/files
@dirrm %%DATADIR%%/templates/wizard/opencv
@dirrm %%DATADIR%%/templates/wizard/ogre/files
@dirrm %%DATADIR%%/templates/wizard/ogre
@dirrm %%DATADIR%%/templates/wizard/mcs51/files
@dirrm %%DATADIR%%/templates/wizard/mcs51
@dirrm %%DATADIR%%/templates/wizard/matlab_csf/files
@dirrm %%DATADIR%%/templates/wizard/matlab_csf
@dirrm %%DATADIR%%/templates/wizard/lf/files/structured
@dirrm %%DATADIR%%/templates/wizard/lf/files/quick
@dirrm %%DATADIR%%/templates/wizard/lf/files
@dirrm %%DATADIR%%/templates/wizard/lf
@dirrm %%DATADIR%%/templates/wizard/irrlicht/files
@dirrm %%DATADIR%%/templates/wizard/irrlicht
@dirrm %%DATADIR%%/templates/wizard/h_file
@dirrm %%DATADIR%%/templates/wizard/gtk/files
@dirrm %%DATADIR%%/templates/wizard/gtk
@dirrm %%DATADIR%%/templates/wizard/glut/files
@dirrm %%DATADIR%%/templates/wizard/glut
@dirrm %%DATADIR%%/templates/wizard/glfw/files
@dirrm %%DATADIR%%/templates/wizard/glfw
@dirrm %%DATADIR%%/templates/wizard/fortran/lib/files
@dirrm %%DATADIR%%/templates/wizard/fortran/lib
@dirrm %%DATADIR%%/templates/wizard/fortran/file
@dirrm %%DATADIR%%/templates/wizard/fortran/dll/files
@dirrm %%DATADIR%%/templates/wizard/fortran/dll
@dirrm %%DATADIR%%/templates/wizard/fortran/app/files
@dirrm %%DATADIR%%/templates/wizard/fortran/app
@dirrm %%DATADIR%%/templates/wizard/fortran
@dirrm %%DATADIR%%/templates/wizard/fltk/fluid
@dirrm %%DATADIR%%/templates/wizard/fltk/files
@dirrm %%DATADIR%%/templates/wizard/fltk
@dirrm %%DATADIR%%/templates/wizard/empty_file
@dirrm %%DATADIR%%/templates/wizard/empty
@dirrm %%DATADIR%%/templates/wizard/dll/files
@dirrm %%DATADIR%%/templates/wizard/dll
@dirrm %%DATADIR%%/templates/wizard/directx/dx9
@dirrm %%DATADIR%%/templates/wizard/directx/dx8
@dirrm %%DATADIR%%/templates/wizard/directx
@dirrm %%DATADIR%%/templates/wizard/d/console
@dirrm %%DATADIR%%/templates/wizard/d
@dirrm %%DATADIR%%/templates/wizard/console/cpp
@dirrm %%DATADIR%%/templates/wizard/console/c
@dirrm %%DATADIR%%/templates/wizard/console
@dirrm %%DATADIR%%/templates/wizard/c_file
@dirrm %%DATADIR%%/templates/wizard/avr/files
@dirrm %%DATADIR%%/templates/wizard/avr
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx
@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404
@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3
@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src
@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld
@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h
@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t
@dirrm %%DATADIR%%/templates/wizard/arm/files
@dirrm %%DATADIR%%/templates/wizard/arm
@dirrm %%DATADIR%%/templates/wizard
@dirrm %%DATADIR%%/templates
@dirrm %%DATADIR%%/scripts
@dirrm %%DATADIR%%/lib_finder
@dirrm %%DATADIR%%/lexers
@dirrm %%DATADIR%%/images/wxsmith
@dirrm %%DATADIR%%/images/settings
@dirrm %%DATADIR%%/images/codesnippets
@dirrm %%DATADIR%%/images/codecompletion
@dirrm %%DATADIR%%/images/ThreadSearch/22x22
@dirrm %%DATADIR%%/images/ThreadSearch/16x16
@dirrm %%DATADIR%%/images/ThreadSearch
@dirrm %%DATADIR%%/images/DoxyBlocks/16x16
@dirrm %%DATADIR%%/images/DoxyBlocks
@dirrm %%DATADIR%%/images/16x16
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/compilers
@dirrm %%DATADIR%%/SpellChecker
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime