ecere/ecere.epj: Excluding things from StaticGLES Config
[sdk] / ecere / ecere.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ecere",
4    "ModuleVersion" : "0.44",
5    "Description" : "Ecere Runtime library",
6    "License" : "The Ecere SDK v0.44.14 - http://ecere.org
7
8 The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY
9 expressed or implied to the extent permitted by law.
10
11 Applications built with it can be distributed both commercially and non
12 commercially, along with the supporting Ecere runtime library(ies):
13
14    * libecere.so / ecere.dll
15       - Core eC framework + GUI toolkit, 2D/3D graphics engine, networking
16    * libecereCOM.so / ecereCOM.dll
17       - Core eC framework only
18    * libEDA.so / EDA.dll
19       - Data Access System
20    * libEDASQLite.so / EDASQLite.dll
21       - SQLite driver for EDA
22    * libEcereAudio.so / EcereAudio.dll
23       - Audio output library (using ALSA / DirectSound)
24
25 The Ecere SDK is distributed under the New BSD license:
26
27 ================================================================================
28
29    Copyright (c) 1996-2016, Jerome Jacovella-St-Louis
30    Copyright (c) 2005-2016, Ecere Corporation
31
32    All rights reserved.
33
34    Redistribution and use in source and binary forms, with or without
35    modification, are permitted provided that the following conditions are met:
36
37     * Redistributions of source code must retain the above copyright notice,
38       this list of conditions and the following disclaimer.
39     * Redistributions in binary form must reproduce the above copyright notice,
40       this list of conditions and the following disclaimer in the documentation
41       and/or other materials provided with the distribution.
42     * Neither the name of Ecere Corporation nor the names of its contributors
43       may be used to endorse or promote products derived from this software
44       without specific prior written permission.
45
46    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47    \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
49    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
50    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
51    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
52    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
53    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
54    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
55    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
56    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57
58 ================================================================================
59
60 This software makes use of other software components whose licenses may also
61 apply, which are found in their respective source directories (most under
62 deps/).
63
64 Among them: zlib, libPNG, libJPEG, giflib or libungif, HarfBuzz, FreeType,
65    Tango icons
66
67 For EDA: SQLite (EDASQLite), libffi
68
69 On Windows, applications built statically with the MinGW-w64 runtime should
70 include the MinGW-w64 runtime license in their application.
71    See ecere-sdk/extras/res/licenses/MinGW-w64.LICENSE or
72        Program Files/Ecere SDK/tdm/licenses/COPYING.MinGW-w64-runtime.txt
73
74 The Ecere IDE also communicates with GCC for compiling
75 (MinGW/MinGW-w64 on Windows), GDB for debugging, and UPX for optionally
76 compressing executables.
77
78 Each of these have their own license, which can be found from wherever you
79 obtained them or under:
80    Program Files/Ecere SDK/tdm/licenses/  and
81    Program Files/Ecere SDK/upx/doc/
82 if distributed with the Ecere SDK Windows installer.
83 ",
84    "Options" : {
85       "Warnings" : "All",
86       "PreprocessorDefinitions" : [
87          "BUILDING_ECERE_COM"
88       ],
89       "IncludeDirs" : [
90          "src/gfx/drivers/harfbuzz",
91          "/usr/X11R6/include",
92          "/usr/X11R6/include/freetype2",
93          "src/gfx/drivers/gl3"
94       ],
95       "DefaultNameSpace" : "ecere",
96       "TargetType" : "SharedLibrary",
97       "TargetFileName" : "ecere",
98       "TargetDirectory" : "",
99       "Libraries" : [
100          "jpeg",
101          "png",
102          "z",
103          "freetype"
104       ]
105    },
106    "Platforms" : [
107       {
108          "Name" : "Linux",
109          "Options" : {
110             "IncludeDirs" : [
111                "/usr/include/freetype2"
112             ],
113             "Libraries" : [
114                "ncurses",
115                "pthread",
116                "m",
117                "dl",
118                "fontconfig",
119                "gif",
120                "X11",
121                "Xext",
122                "Xrender",
123                "GL",
124                "ssl",
125                "crypto"
126             ],
127             "LibraryDirs" : [
128                "/usr/X11R6/lib"
129             ]
130          }
131       },
132       {
133          "Name" : "Win32",
134          "Options" : {
135             "IncludeDirs" : [
136                "../deps/jpeg-9a",
137                "../deps/libpng-1.6.12",
138                "../deps/libungif-4.1.1/lib",
139                "../deps/zlib-1.2.8",
140                "../deps/freetype-2.3.12/include",
141                "../deps/glext",
142                "$(OPENSSL_INCLUDE_DIR)"
143             ],
144             "Libraries" : [
145                "dxguid",
146                "ddraw",
147                "dinput",
148                "winmm",
149                "opengl32",
150                "ws2_32",
151                "kernel32",
152                "user32",
153                "gdi32",
154                "mpr",
155                "advapi32",
156                "shell32",
157                "winspool",
158                "imm32",
159                "ungif",
160                "eay32",
161                "ssleay32"
162             ],
163             "LibraryDirs" : [
164                "../deps/zlib-1.2.8/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
165                "../deps/jpeg-9a/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
166                "../deps/libpng-1.6.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
167                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
168                "../deps/freetype-2.3.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
169                "$(OPENSSL_BIN_DIR)",
170                "$(OPENSSL_LIB_DIR)"
171             ]
172          }
173       },
174       {
175          "Name" : "apple",
176          "Options" : {
177             "IncludeDirs" : [
178                "/usr/include/freetype2",
179                "$(SYSROOT)/usr/X11/include/freetype2",
180                "$(SYSROOT)/usr/X11/include",
181                "/usr/X11R6/include/freetype2",
182                "/usr/X11R6/include",
183                "../deps/jpeg-9a",
184                "../deps/libpng-1.6.12",
185                "../deps/libungif-4.1.1/lib"
186             ],
187             "Libraries" : [
188                "curses",
189                "pthread",
190                "m",
191                "dl",
192                "fontconfig",
193                "ungif",
194                "X11",
195                "Xext",
196                "Xrender",
197                "GL",
198                "ssl",
199                "crypto"
200             ],
201             "LibraryDirs" : [
202                "$(SYSROOT)/usr/X11/lib",
203                "/usr/X11R6/lib",
204                "../deps/jpeg-9a/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
205                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
206             ]
207          }
208       }
209    ],
210    "Configurations" : [
211       {
212          "Name" : "Debug",
213          "Options" : {
214             "Debug" : true,
215             "PreprocessorDefinitions" : [
216                "_DEBUG"
217             ]
218          }
219       },
220       {
221          "Name" : "MemoryGuard",
222          "Options" : {
223             "Debug" : true,
224             "MemoryGuard" : true,
225             "PreprocessorDefinitions" : [
226                "BUILDING_ECERE_COM",
227                "_DEBUG",
228                "MEMINFO",
229                "REDZONE=32"
230             ]
231          }
232       },
233       {
234          "Name" : "MemoryGuardRelease",
235          "Options" : {
236             "MemoryGuard" : true,
237             "Optimization" : "Speed",
238             "PreprocessorDefinitions" : [
239                "BUILDING_ECERE_COM",
240                "MEMINFO",
241                "REDZONE=256"
242             ],
243             "FastMath" : true
244          }
245       },
246       {
247          "Name" : "Profile",
248          "Options" : {
249             "Debug" : true,
250             "Profile" : true,
251             "Optimization" : "Speed",
252             "PreprocessorDefinitions" : [
253                "BUILDING_ECERE_COM",
254                "ECERE_STATIC"
255             ],
256             "TargetType" : "StaticLibrary",
257             "TargetFileName" : "ecereStatic",
258             "FastMath" : true
259          }
260       },
261       {
262          "Name" : "Release",
263          "Options" : {
264             "Warnings" : "All",
265             "NoLineNumbers" : true,
266             "Optimization" : "Speed",
267             "FastMath" : true,
268             "PostbuildCommands" : [
269                "$(call mkdir,../$(SODESTDIR))",
270                "$(call cp,$(TARGET),../$(SODESTDIR))"
271             ],
272             "InstallCommands" : [
273                "$(call cp,$(TARGET),\"$(DESTLIBDIR)/\")",
274                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
275                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
276             ]
277          }
278       },
279       {
280          "Name" : "Static",
281          "Options" : {
282             "Optimization" : "Size",
283             "PreprocessorDefinitions" : [
284                "BUILDING_ECERE_COM",
285                "ECERE_STATIC"
286             ],
287             "TargetType" : "StaticLibrary",
288             "TargetFileName" : "ecereStatic",
289             "Libraries" : [
290                "jpeg",
291                "png",
292                "z",
293                "freetype"
294             ],
295             "Compress" : true
296          }
297       },
298       {
299          "Name" : "Tight",
300          "Options" : {
301             "Optimization" : "Size",
302             "PreprocessorDefinitions" : [
303                "BUILDING_ECERE_COM"
304             ],
305             "Compress" : true
306          }
307       },
308       {
309          "Name" : "PACS",
310          "Options" : {
311             "Optimization" : "Size",
312             "PreprocessorDefinitions" : [
313                "ECERE_STATIC",
314                "ECERE_NOBLENDING",
315                "ECERE_NO3D",
316                "ECERE_NODINPUT",
317                "ECERE_NOTRUETYPE",
318                "ECERE_NOSSL"
319             ],
320             "TargetType" : "StaticLibrary",
321             "TargetFileName" : "ecerePACS"
322          }
323       },
324       {
325          "Name" : "Bootstrap",
326          "Options" : {
327             "NoLineNumbers" : true,
328             "PreprocessorDefinitions" : [
329                "BUILDING_ECERE_COM",
330                "ECERE_STATIC",
331                "ECERE_BOOTSTRAP"
332             ],
333             "IncludeDirs" : [
334                "../compiler/bootstrap/include"
335             ],
336             "TargetType" : "StaticLibrary",
337             "TargetFileName" : "ecereBootstrap",
338             "Libraries" : [
339
340             ]
341          }
342       },
343       {
344          "Name" : "Vanilla",
345          "Options" : {
346             "Warnings" : "None",
347             "NoLineNumbers" : true,
348             "Optimization" : "Size",
349             "PreprocessorDefinitions" : [
350                "BUILDING_ECERE_COM",
351                "ECERE_STATIC",
352                "ECERE_VANILLA",
353                "NOBLENDING"
354             ],
355             "TargetType" : "StaticLibrary",
356             "TargetFileName" : "ecereVanilla",
357             "PostbuildCommands" : [
358                "$(call cp,$(TARGET),../obj/$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)/lib/)"
359             ],
360             "InstallCommands" : [
361                "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(DESTSLIBDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(DESTSLIBDIR)/$(MODULE)$(A))"
362             ]
363          }
364       },
365       {
366          "Name" : "WSMS",
367          "Options" : {
368             "Optimization" : "Size",
369             "PreprocessorDefinitions" : [
370                "ECERE_STATIC",
371                "ECERE_NO3D",
372                "ECERE_NOSSL"
373             ],
374             "TargetType" : "StaticLibrary",
375             "TargetFileName" : "ecereWSMS"
376          },
377          "Platforms" : [
378             {
379                "Name" : "win32",
380                "Options" : {
381                   "PreprocessorDefinitions" : [
382                      "ECERE_NOTRUETYPE",
383                      "ECERE_NOBLENDING",
384                      "ECERE_NODINPUT"
385                   ]
386                }
387             }
388          ]
389       },
390       {
391          "Name" : "Installer",
392          "Options" : {
393             "NoLineNumbers" : true,
394             "Optimization" : "Size",
395             "PreprocessorDefinitions" : [
396                "BUILDING_ECERE_COM",
397                "ECERE_STATIC",
398                "ECERE_NO3D",
399                "ECERE_ONEDRIVER",
400                "ECERE_NONET",
401                "ECERE_NODINPUT"
402             ],
403             "TargetType" : "StaticLibrary",
404             "TargetFileName" : "ecereInstaller"
405          }
406       },
407       {
408          "Name" : "Android",
409          "Options" : {
410             "Debug" : true,
411             "Optimization" : "Speed",
412             "PreprocessorDefinitions" : [
413                "ECERE_NOFONTCONFIG",
414                "HIGH_DPI",
415                "ECERE_NOSSL",
416                "_GLES"
417             ],
418             "IncludeDirs" : [
419                "../deps/jpeg-9a",
420                "../deps/libpng-1.4.0",
421                "../deps/libungif-4.1.1/lib",
422                "../deps/zlib",
423                "../deps/freetype-2.3.12/include",
424                "../deps/glext"
425             ],
426             "FastMath" : true
427          },
428          "Platforms" : [
429             {
430                "Name" : "linux",
431                "Options" : {
432                   "Libraries" : [
433                      "m",
434                      "dl",
435                      "ungif",
436                      "log",
437                      "android",
438                      "EGL",
439                      "GLESv1_CM"
440                   ],
441                   "LibraryDirs" : [
442                      "../deps/libungif-4.1.1/obj/release.$(PLATFORM).$(COMPILER)",
443                      "../deps/libpng-1.6.12/obj/release.$(PLATFORM).$(COMPILER)",
444                      "../deps/jpeg-9a/obj/release.$(PLATFORM).$(COMPILER)",
445                      "../deps/freetype-2.3.12/obj/release.$(PLATFORM).$(COMPILER)"
446                   ]
447                }
448             }
449          ]
450       },
451       {
452          "Name" : "GLES",
453          "Options" : {
454             "PreprocessorDefinitions" : [
455                "_GLES"
456             ]
457          }
458       },
459       {
460          "Name" : "StaticGLES",
461          "Options" : {
462             "Optimization" : "Speed",
463             "PreprocessorDefinitions" : [
464                "_GLES",
465                "ECERE_STATIC",
466                "ECERE_NOSSL"
467             ],
468             "TargetType" : "StaticLibrary",
469             "TargetFileName" : "ecereStatic",
470             "CompilerOptions" : [
471                "-mmmx",
472                "-msse3",
473                "-msse4"
474             ],
475             "FastMath" : true
476          }
477       }
478    ],
479    "Files" : [
480       {
481          "Folder" : "src",
482          "Files" : [
483             {
484                "Folder" : "sys",
485                "Files" : [
486                   "Archive.ec",
487                   {
488                      "FileName" : "BufferedFile.ec",
489                      "Configurations" : [
490                         {
491                            "Name" : "Bootstrap",
492                            "Options" : {
493                               "ExcludeFromBuild" : false
494                            }
495                         }
496                      ]
497                   },
498                   "Date.ec",
499                   {
500                      "FileName" : "DualPipe.ec",
501                      "Configurations" : [
502                         {
503                            "Name" : "Bootstrap",
504                            "Options" : {
505                               "ExcludeFromBuild" : false
506                            }
507                         }
508                      ]
509                   },
510                   "EARArchive.ec",
511                   {
512                      "FileName" : "File.ec",
513                      "Configurations" : [
514                         {
515                            "Name" : "Bootstrap",
516                            "Options" : {
517                               "ExcludeFromBuild" : false
518                            }
519                         }
520                      ]
521                   },
522                   "FileMonitor.ec",
523                   "GlobalAppSettings.ec",
524                   "JSON.ec",
525                   "JSONGlobalSettings.ec",
526                   {
527                      "FileName" : "memory.ec",
528                      "Configurations" : [
529                         {
530                            "Name" : "Bootstrap",
531                            "Options" : {
532                               "ExcludeFromBuild" : false
533                            }
534                         }
535                      ]
536                   },
537                   {
538                      "FileName" : "Mutex.ec",
539                      "Options" : {
540                         "PreprocessorDefinitions" : [
541                            "ECERE_COM_MODULE"
542                         ]
543                      },
544                      "Configurations" : [
545                         {
546                            "Name" : "MemoryGuard",
547                            "Options" : {
548                               "MemoryGuard" : false
549                            }
550                         },
551                         {
552                            "Name" : "MemoryGuardRelease",
553                            "Options" : {
554                               "MemoryGuard" : false
555                            }
556                         }
557                      ]
558                   },
559                   "Semaphore.ec",
560                   {
561                      "FileName" : "System.ec",
562                      "Configurations" : [
563                         {
564                            "Name" : "Bootstrap",
565                            "Options" : {
566                               "ExcludeFromBuild" : false
567                            }
568                         }
569                      ]
570                   },
571                   {
572                      "FileName" : "TempFile.ec",
573                      "Configurations" : [
574                         {
575                            "Name" : "Bootstrap",
576                            "Options" : {
577                               "ExcludeFromBuild" : false
578                            }
579                         }
580                      ]
581                   },
582                   {
583                      "FileName" : "Thread.ec",
584                      "Configurations" : [
585                         {
586                            "Name" : "MemoryGuard",
587                            "Options" : {
588                               "MemoryGuard" : false
589                            }
590                         },
591                         {
592                            "Name" : "MemoryGuardRelease",
593                            "Options" : {
594                               "MemoryGuard" : false
595                            }
596                         }
597                      ]
598                   },
599                   "Time.ec",
600                   "unicode.ec",
601                   "units.ec",
602                   "File.c",
603                   "DualPipe.c",
604                   "System.c",
605                   {
606                      "FileName" : "i18n.ec",
607                      "Options" : {
608                         "PreprocessorDefinitions" : [
609                            "ECERE_COM_MODULE"
610                         ]
611                      },
612                      "Configurations" : [
613                         {
614                            "Name" : "Bootstrap",
615                            "Options" : {
616                               "ExcludeFromBuild" : false
617                            }
618                         }
619                      ]
620                   },
621                   "Condition.ec"
622                ],
623                "Configurations" : [
624                   {
625                      "Name" : "Bootstrap",
626                      "Options" : {
627                         "ExcludeFromBuild" : true
628                      }
629                   }
630                ]
631             },
632             {
633                "Folder" : "gfx",
634                "Files" : [
635                   {
636                      "Folder" : "3D",
637                      "Files" : [
638                         {
639                            "Folder" : "meshes",
640                            "Files" : [
641                               "Cube.ec",
642                               "SkyBox.ec",
643                               "Sphere.ec"
644                            ]
645                         },
646                         {
647                            "Folder" : "models",
648                            "Files" : [
649                               "Object3DSFormat.ec"
650                            ]
651                         },
652                         "Camera.ec",
653                         "Matrix.ec",
654                         "Mesh.ec",
655                         "Object.ec",
656                         "Plane.ec",
657                         "Quaternion.ec",
658                         "Vector3D.ec"
659                      ],
660                      "Configurations" : [
661                         {
662                            "Name" : "PACS",
663                            "Options" : {
664                               "ExcludeFromBuild" : true
665                            }
666                         },
667                         {
668                            "Name" : "Vanilla",
669                            "Options" : {
670                               "ExcludeFromBuild" : true
671                            }
672                         },
673                         {
674                            "Name" : "WSMS",
675                            "Options" : {
676                               "ExcludeFromBuild" : true
677                            }
678                         },
679                         {
680                            "Name" : "Installer",
681                            "Platforms" : [
682                               {
683                                  "Name" : "win32",
684                                  "Options" : {
685                                     "ExcludeFromBuild" : true
686                                  }
687                               }
688                            ]
689                         }
690                      ]
691                   },
692                   {
693                      "Folder" : "bitmaps",
694                      "Files" : [
695                         {
696                            "FileName" : "BMPFormat.ec",
697                            "Configurations" : [
698                               {
699                                  "Name" : "Vanilla",
700                                  "Options" : {
701                                     "ExcludeFromBuild" : false
702                                  }
703                               }
704                            ]
705                         },
706                         {
707                            "FileName" : "GIFFormat.ec",
708                            "Configurations" : [
709                               {
710                                  "Name" : "PACS",
711                                  "Options" : {
712                                     "ExcludeFromBuild" : true
713                                  }
714                               },
715                               {
716                                  "Name" : "WSMS",
717                                  "Options" : {
718                                     "ExcludeFromBuild" : true
719                                  }
720                               },
721                               {
722                                  "Name" : "Installer",
723                                  "Platforms" : [
724                                     {
725                                        "Name" : "win32",
726                                        "Options" : {
727                                           "ExcludeFromBuild" : true
728                                        }
729                                     }
730                                  ]
731                               },
732                               {
733                                  "Name" : "StaticGLES",
734                                  "Options" : {
735                                     "ExcludeFromBuild" : true
736                                  }
737                               }
738                            ]
739                         },
740                         {
741                            "FileName" : "JPEGFormat.ec",
742                            "Configurations" : [
743                               {
744                                  "Name" : "WSMS",
745                                  "Options" : {
746                                     "ExcludeFromBuild" : true
747                                  }
748                               },
749                               {
750                                  "Name" : "Installer",
751                                  "Platforms" : [
752                                     {
753                                        "Name" : "win32",
754                                        "Options" : {
755                                           "ExcludeFromBuild" : true
756                                        }
757                                     }
758                                  ]
759                               }
760                            ]
761                         },
762                         {
763                            "FileName" : "PCXFormat.ec",
764                            "Configurations" : [
765                               {
766                                  "Name" : "PACS",
767                                  "Options" : {
768                                     "ExcludeFromBuild" : true
769                                  }
770                               }
771                            ]
772                         },
773                         "PNGFormat.ec",
774                         {
775                            "FileName" : "RGBFormat.ec",
776                            "Configurations" : [
777                               {
778                                  "Name" : "PACS",
779                                  "Options" : {
780                                     "ExcludeFromBuild" : false
781                                  }
782                               },
783                               {
784                                  "Name" : "WSMS",
785                                  "Options" : {
786                                     "ExcludeFromBuild" : true
787                                  }
788                               },
789                               {
790                                  "Name" : "Installer",
791                                  "Platforms" : [
792                                     {
793                                        "Name" : "win32",
794                                        "Options" : {
795                                           "ExcludeFromBuild" : true
796                                        }
797                                     }
798                                  ]
799                               }
800                            ]
801                         }
802                      ],
803                      "Configurations" : [
804                         {
805                            "Name" : "Vanilla",
806                            "Options" : {
807                               "ExcludeFromBuild" : true
808                            }
809                         }
810                      ]
811                   },
812                   {
813                      "Folder" : "drivers",
814                      "Files" : [
815                         {
816                            "Folder" : "harfbuzz",
817                            "Files" : [
818                               {
819                                  "Folder" : "unicode",
820                                  "Files" : [
821                                     {
822                                        "Folder" : "tables",
823                                        "Files" : [
824                                           "category-properties.h",
825                                           "combining-properties.h",
826                                           "grapheme-break-properties.h",
827                                           "script-properties.h"
828                                        ]
829                                     },
830                                     "harfbuzz-freetype.h",
831                                     "harfbuzz-unicode.h",
832                                     "harfbuzz-freetype.c",
833                                     "harfbuzz-unicode-tables.c",
834                                     "harfbuzz-unicode.c"
835                                  ]
836                               },
837                               "harfbuzz-arabic.c",
838                               "harfbuzz-buffer.c",
839                               "harfbuzz-buffer.h",
840                               "harfbuzz-external.h",
841                               "harfbuzz-gdef-private.h",
842                               "harfbuzz-gdef.c",
843                               "harfbuzz-gdef.h",
844                               "harfbuzz-global.h",
845                               "harfbuzz-gpos-private.h",
846                               "harfbuzz-gpos.c",
847                               "harfbuzz-gpos.h",
848                               "harfbuzz-gsub-private.h",
849                               "harfbuzz-gsub.c",
850                               "harfbuzz-gsub.h",
851                               "harfbuzz-hangul.c",
852                               "harfbuzz-hebrew.c",
853                               "harfbuzz-impl.h",
854                               "harfbuzz-indic.c",
855                               "harfbuzz-khmer.c",
856                               "harfbuzz-myanmar.c",
857                               "harfbuzz-open-private.h",
858                               "harfbuzz-open.c",
859                               "harfbuzz-open.h",
860                               "harfbuzz-shape.h",
861                               "harfbuzz-shaper-private.h",
862                               "harfbuzz-shaper.c",
863                               "harfbuzz-shaper.h",
864                               "harfbuzz-stream.c",
865                               "harfbuzz-stream.h",
866                               "harfbuzz-tibetan.c",
867                               "harfbuzz.h",
868                               "harfbuzz-impl.c",
869                               "harfbuzz-thai.c",
870                               "harfbuzz-buffer-private.h",
871                               "harfbuzz-dump.h",
872                               "harfbuzz-stream-private.h"
873                            ],
874                            "Options" : {
875                               "ExcludeFromBuild" : false
876                            },
877                            "Configurations" : [
878                               {
879                                  "Name" : "Bootstrap",
880                                  "Options" : {
881                                     "ExcludeFromBuild" : true
882                                  }
883                               },
884                               {
885                                  "Name" : "Vanilla",
886                                  "Platforms" : [
887                                     {
888                                        "Name" : "win32",
889                                        "Options" : {
890                                           "ExcludeFromBuild" : true
891                                        }
892                                     }
893                                  ]
894                               },
895                               {
896                                  "Name" : "WSMS",
897                                  "Platforms" : [
898                                     {
899                                        "Name" : "win32",
900                                        "Options" : {
901                                           "ExcludeFromBuild" : true
902                                        }
903                                     }
904                                  ]
905                               },
906                               {
907                                  "Name" : "Installer",
908                                  "Options" : {
909                                     "ExcludeFromBuild" : true
910                                  }
911                               }
912                            ]
913                         },
914                         {
915                            "Folder" : "gl3",
916                            "Files" : [
917                               {
918                                  "FileName" : "gl_core_3_3.c",
919                                  "Configurations" : [
920                                     {
921                                        "Name" : "Debug",
922                                        "Options" : {
923                                           "ExcludeFromBuild" : true
924                                        }
925                                     },
926                                     {
927                                        "Name" : "GLES",
928                                        "Options" : {
929                                           "ExcludeFromBuild" : true
930                                        }
931                                     }
932                                  ]
933                               },
934                               "gl_core_3_3.h",
935                               {
936                                  "FileName" : "glab.ec",
937                                  "Configurations" : [
938                                     {
939                                        "Name" : "Debug",
940                                        "Options" : {
941                                           "ExcludeFromBuild" : false
942                                        }
943                                     },
944                                     {
945                                        "Name" : "GLES",
946                                        "Options" : {
947                                           "ExcludeFromBuild" : false
948                                        }
949                                     },
950                                     {
951                                        "Name" : "Release",
952                                        "Options" : {
953                                           "ExcludeFromBuild" : false
954                                        }
955                                     },
956                                     {
957                                        "Name" : "MemoryGuard",
958                                        "Options" : {
959                                           "ExcludeFromBuild" : false
960                                        }
961                                     },
962                                     {
963                                        "Name" : "Android",
964                                        "Options" : {
965                                           "ExcludeFromBuild" : false
966                                        }
967                                     },
968                                     {
969                                        "Name" : "StaticGLES",
970                                        "Options" : {
971                                           "ExcludeFromBuild" : false
972                                        }
973                                     }
974                                  ]
975                               },
976                               {
977                                  "FileName" : "immediate.ec",
978                                  "Configurations" : [
979                                     {
980                                        "Name" : "Debug",
981                                        "Options" : {
982                                           "ExcludeFromBuild" : false
983                                        }
984                                     },
985                                     {
986                                        "Name" : "GLES",
987                                        "Options" : {
988                                           "ExcludeFromBuild" : false
989                                        }
990                                     },
991                                     {
992                                        "Name" : "Release",
993                                        "Options" : {
994                                           "ExcludeFromBuild" : false
995                                        }
996                                     },
997                                     {
998                                        "Name" : "MemoryGuard",
999                                        "Options" : {
1000                                           "ExcludeFromBuild" : false
1001                                        }
1002                                     },
1003                                     {
1004                                        "Name" : "Android",
1005                                        "Options" : {
1006                                           "ExcludeFromBuild" : false
1007                                        }
1008                                     },
1009                                     {
1010                                        "Name" : "StaticGLES",
1011                                        "Options" : {
1012                                           "ExcludeFromBuild" : false
1013                                        }
1014                                     }
1015                                  ]
1016                               },
1017                               {
1018                                  "FileName" : "matrixStack.ec",
1019                                  "Configurations" : [
1020                                     {
1021                                        "Name" : "Debug",
1022                                        "Options" : {
1023                                           "ExcludeFromBuild" : false
1024                                        }
1025                                     },
1026                                     {
1027                                        "Name" : "GLES",
1028                                        "Options" : {
1029                                           "ExcludeFromBuild" : false
1030                                        }
1031                                     },
1032                                     {
1033                                        "Name" : "Release",
1034                                        "Options" : {
1035                                           "ExcludeFromBuild" : false
1036                                        }
1037                                     },
1038                                     {
1039                                        "Name" : "MemoryGuard",
1040                                        "Options" : {
1041                                           "ExcludeFromBuild" : false
1042                                        }
1043                                     },
1044                                     {
1045                                        "Name" : "Android",
1046                                        "Options" : {
1047                                           "ExcludeFromBuild" : false
1048                                        }
1049                                     },
1050                                     {
1051                                        "Name" : "StaticGLES",
1052                                        "Options" : {
1053                                           "ExcludeFromBuild" : false
1054                                        }
1055                                     }
1056                                  ]
1057                               },
1058                               "wglDefs.h",
1059                               {
1060                                  "FileName" : "egl.ec",
1061                                  "Configurations" : [
1062                                     {
1063                                        "Name" : "Android",
1064                                        "Options" : {
1065                                           "ExcludeFromBuild" : false
1066                                        }
1067                                     }
1068                                  ]
1069                               },
1070                               {
1071                                  "FileName" : "shading.ec",
1072                                  "Configurations" : [
1073                                     {
1074                                        "Name" : "GLES",
1075                                        "Options" : {
1076                                           "ExcludeFromBuild" : false
1077                                        }
1078                                     },
1079                                     {
1080                                        "Name" : "Debug",
1081                                        "Options" : {
1082                                           "ExcludeFromBuild" : false
1083                                        }
1084                                     },
1085                                     {
1086                                        "Name" : "Release",
1087                                        "Options" : {
1088                                           "ExcludeFromBuild" : false
1089                                        }
1090                                     },
1091                                     {
1092                                        "Name" : "MemoryGuard",
1093                                        "Options" : {
1094                                           "ExcludeFromBuild" : false
1095                                        }
1096                                     },
1097                                     {
1098                                        "Name" : "Android",
1099                                        "Options" : {
1100                                           "ExcludeFromBuild" : false
1101                                        }
1102                                     },
1103                                     {
1104                                        "Name" : "StaticGLES",
1105                                        "Options" : {
1106                                           "ExcludeFromBuild" : false
1107                                        }
1108                                     }
1109                                  ]
1110                               },
1111                               {
1112                                  "FileName" : "gl_compat_4_4.c",
1113                                  "Configurations" : [
1114                                     {
1115                                        "Name" : "GLES",
1116                                        "Options" : {
1117                                           "ExcludeFromBuild" : false
1118                                        }
1119                                     },
1120                                     {
1121                                        "Name" : "Debug",
1122                                        "Options" : {
1123                                           "ExcludeFromBuild" : false
1124                                        }
1125                                     },
1126                                     {
1127                                        "Name" : "Release",
1128                                        "Options" : {
1129                                           "ExcludeFromBuild" : false
1130                                        }
1131                                     },
1132                                     {
1133                                        "Name" : "MemoryGuard",
1134                                        "Options" : {
1135                                           "ExcludeFromBuild" : false
1136                                        }
1137                                     },
1138                                     {
1139                                        "Name" : "StaticGLES",
1140                                        "Options" : {
1141                                           "ExcludeFromBuild" : false
1142                                        }
1143                                     }
1144                                  ]
1145                               },
1146                               "gl_compat_4_4.h",
1147                               "fixed.frag",
1148                               "fixed.vertex"
1149                            ]
1150                         },
1151                         {
1152                            "FileName" : "Direct3D8DisplayDriver.ec",
1153                            "Platforms" : [
1154                               {
1155                                  "Name" : "win32",
1156                                  "Options" : {
1157                                     "ExcludeFromBuild" : false
1158                                  }
1159                               }
1160                            ],
1161                            "Configurations" : [
1162                               {
1163                                  "Name" : "WSMS",
1164                                  "Platforms" : [
1165                                     {
1166                                        "Name" : "win32",
1167                                        "Options" : {
1168                                           "ExcludeFromBuild" : true
1169                                        }
1170                                     }
1171                                  ]
1172                               },
1173                               {
1174                                  "Name" : "Vanilla",
1175                                  "Platforms" : [
1176                                     {
1177                                        "Name" : "win32",
1178                                        "Options" : {
1179                                           "ExcludeFromBuild" : true
1180                                        }
1181                                     }
1182                                  ]
1183                               },
1184                               {
1185                                  "Name" : "PACS",
1186                                  "Platforms" : [
1187                                     {
1188                                        "Name" : "win32",
1189                                        "Options" : {
1190                                           "ExcludeFromBuild" : true
1191                                        }
1192                                     }
1193                                  ]
1194                               },
1195                               {
1196                                  "Name" : "Bootstrap",
1197                                  "Platforms" : [
1198                                     {
1199                                        "Name" : "win32",
1200                                        "Options" : {
1201                                           "ExcludeFromBuild" : true
1202                                        }
1203                                     }
1204                                  ]
1205                               },
1206                               {
1207                                  "Name" : "Installer",
1208                                  "Platforms" : [
1209                                     {
1210                                        "Name" : "win32",
1211                                        "Options" : {
1212                                           "ExcludeFromBuild" : true
1213                                        }
1214                                     }
1215                                  ]
1216                               },
1217                               {
1218                                  "Name" : "StaticGLES",
1219                                  "Platforms" : [
1220                                     {
1221                                        "Name" : "win32",
1222                                        "Options" : {
1223                                           "ExcludeFromBuild" : true
1224                                        }
1225                                     }
1226                                  ]
1227                               }
1228                            ]
1229                         },
1230                         {
1231                            "FileName" : "Direct3D9DisplayDriver.ec",
1232                            "Platforms" : [
1233                               {
1234                                  "Name" : "win32",
1235                                  "Options" : {
1236                                     "ExcludeFromBuild" : false
1237                                  }
1238                               }
1239                            ],
1240                            "Configurations" : [
1241                               {
1242                                  "Name" : "WSMS",
1243                                  "Platforms" : [
1244                                     {
1245                                        "Name" : "win32",
1246                                        "Options" : {
1247                                           "ExcludeFromBuild" : true
1248                                        }
1249                                     }
1250                                  ]
1251                               },
1252                               {
1253                                  "Name" : "Vanilla",
1254                                  "Platforms" : [
1255                                     {
1256                                        "Name" : "win32",
1257                                        "Options" : {
1258                                           "ExcludeFromBuild" : true
1259                                        }
1260                                     }
1261                                  ]
1262                               },
1263                               {
1264                                  "Name" : "PACS",
1265                                  "Platforms" : [
1266                                     {
1267                                        "Name" : "win32",
1268                                        "Options" : {
1269                                           "ExcludeFromBuild" : true
1270                                        }
1271                                     }
1272                                  ]
1273                               },
1274                               {
1275                                  "Name" : "Bootstrap",
1276                                  "Platforms" : [
1277                                     {
1278                                        "Name" : "win32",
1279                                        "Options" : {
1280                                           "ExcludeFromBuild" : true
1281                                        }
1282                                     }
1283                                  ]
1284                               },
1285                               {
1286                                  "Name" : "Installer",
1287                                  "Platforms" : [
1288                                     {
1289                                        "Name" : "win32",
1290                                        "Options" : {
1291                                           "ExcludeFromBuild" : true
1292                                        }
1293                                     }
1294                                  ]
1295                               },
1296                               {
1297                                  "Name" : "StaticGLES",
1298                                  "Platforms" : [
1299                                     {
1300                                        "Name" : "win32",
1301                                        "Options" : {
1302                                           "ExcludeFromBuild" : true
1303                                        }
1304                                     }
1305                                  ]
1306                               }
1307                            ]
1308                         },
1309                         {
1310                            "FileName" : "DirectDrawDisplayDriver.ec",
1311                            "Platforms" : [
1312                               {
1313                                  "Name" : "win32",
1314                                  "Options" : {
1315                                     "ExcludeFromBuild" : false
1316                                  }
1317                               }
1318                            ],
1319                            "Configurations" : [
1320                               {
1321                                  "Name" : "WSMS",
1322                                  "Platforms" : [
1323                                     {
1324                                        "Name" : "win32",
1325                                        "Options" : {
1326                                           "ExcludeFromBuild" : true
1327                                        }
1328                                     }
1329                                  ]
1330                               },
1331                               {
1332                                  "Name" : "Vanilla",
1333                                  "Platforms" : [
1334                                     {
1335                                        "Name" : "win32",
1336                                        "Options" : {
1337                                           "ExcludeFromBuild" : true
1338                                        }
1339                                     }
1340                                  ]
1341                               },
1342                               {
1343                                  "Name" : "PACS",
1344                                  "Platforms" : [
1345                                     {
1346                                        "Name" : "win32",
1347                                        "Options" : {
1348                                           "ExcludeFromBuild" : true
1349                                        }
1350                                     }
1351                                  ]
1352                               },
1353                               {
1354                                  "Name" : "Bootstrap",
1355                                  "Platforms" : [
1356                                     {
1357                                        "Name" : "win32",
1358                                        "Options" : {
1359                                           "ExcludeFromBuild" : true
1360                                        }
1361                                     }
1362                                  ]
1363                               },
1364                               {
1365                                  "Name" : "Installer",
1366                                  "Platforms" : [
1367                                     {
1368                                        "Name" : "win32",
1369                                        "Options" : {
1370                                           "ExcludeFromBuild" : true
1371                                        }
1372                                     }
1373                                  ]
1374                               },
1375                               {
1376                                  "Name" : "StaticGLES",
1377                                  "Platforms" : [
1378                                     {
1379                                        "Name" : "win32",
1380                                        "Options" : {
1381                                           "ExcludeFromBuild" : true
1382                                        }
1383                                     }
1384                                  ]
1385                               }
1386                            ]
1387                         },
1388                         {
1389                            "FileName" : "GDIDisplayDriver.ec",
1390                            "Platforms" : [
1391                               {
1392                                  "Name" : "win32",
1393                                  "Options" : {
1394                                     "ExcludeFromBuild" : false
1395                                  }
1396                               }
1397                            ],
1398                            "Configurations" : [
1399                               {
1400                                  "Name" : "Bootstrap",
1401                                  "Platforms" : [
1402                                     {
1403                                        "Name" : "win32",
1404                                        "Options" : {
1405                                           "ExcludeFromBuild" : true
1406                                        }
1407                                     }
1408                                  ]
1409                               }
1410                            ]
1411                         },
1412                         {
1413                            "FileName" : "lfbBlit.ec",
1414                            "Options" : {
1415                               "ExcludeFromBuild" : false
1416                            },
1417                            "Configurations" : [
1418                               {
1419                                  "Name" : "Bootstrap",
1420                                  "Options" : {
1421                                     "ExcludeFromBuild" : true
1422                                  }
1423                               }
1424                            ]
1425                         },
1426                         {
1427                            "FileName" : "lfbConvert.ec",
1428                            "Options" : {
1429                               "ExcludeFromBuild" : false
1430                            },
1431                            "Configurations" : [
1432                               {
1433                                  "Name" : "Bootstrap",
1434                                  "Options" : {
1435                                     "ExcludeFromBuild" : true
1436                                  }
1437                               }
1438                            ]
1439                         },
1440                         {
1441                            "FileName" : "LFBDisplayDriver.ec",
1442                            "Options" : {
1443                               "ExcludeFromBuild" : false
1444                            },
1445                            "Configurations" : [
1446                               {
1447                                  "Name" : "Bootstrap",
1448                                  "Options" : {
1449                                     "ExcludeFromBuild" : true
1450                                  }
1451                               }
1452                            ]
1453                         },
1454                         {
1455                            "FileName" : "NCursesDisplayDriver.ec",
1456                            "Platforms" : [
1457                               {
1458                                  "Name" : "linux",
1459                                  "Options" : {
1460                                     "ExcludeFromBuild" : false
1461                                  }
1462                               },
1463                               {
1464                                  "Name" : "apple",
1465                                  "Options" : {
1466                                     "ExcludeFromBuild" : false
1467                                  }
1468                               }
1469                            ],
1470                            "Configurations" : [
1471                               {
1472                                  "Name" : "WSMS",
1473                                  "Platforms" : [
1474                                     {
1475                                        "Name" : "win32",
1476                                        "Options" : {
1477                                           "ExcludeFromBuild" : true
1478                                        }
1479                                     }
1480                                  ]
1481                               },
1482                               {
1483                                  "Name" : "Bootstrap",
1484                                  "Platforms" : [
1485                                     {
1486                                        "Name" : "linux",
1487                                        "Options" : {
1488                                           "ExcludeFromBuild" : true
1489                                        }
1490                                     },
1491                                     {
1492                                        "Name" : "apple",
1493                                        "Options" : {
1494                                           "ExcludeFromBuild" : true
1495                                        }
1496                                     }
1497                                  ]
1498                               },
1499                               {
1500                                  "Name" : "Android",
1501                                  "Platforms" : [
1502                                     {
1503                                        "Name" : "linux",
1504                                        "Options" : {
1505                                           "ExcludeFromBuild" : true
1506                                        }
1507                                     }
1508                                  ]
1509                               }
1510                            ]
1511                         },
1512                         {
1513                            "FileName" : "OpenGLDisplayDriver.ec",
1514                            "Options" : {
1515                               "ExcludeFromBuild" : false
1516                            },
1517                            "Configurations" : [
1518                               {
1519                                  "Name" : "WSMS",
1520                                  "Options" : {
1521                                     "ExcludeFromBuild" : true
1522                                  }
1523                               },
1524                               {
1525                                  "Name" : "Vanilla",
1526                                  "Options" : {
1527                                     "ExcludeFromBuild" : true
1528                                  }
1529                               },
1530                               {
1531                                  "Name" : "PACS",
1532                                  "Options" : {
1533                                     "ExcludeFromBuild" : true
1534                                  }
1535                               },
1536                               {
1537                                  "Name" : "Bootstrap",
1538                                  "Options" : {
1539                                     "ExcludeFromBuild" : true
1540                                  }
1541                               },
1542                               {
1543                                  "Name" : "Installer",
1544                                  "Options" : {
1545                                     "ExcludeFromBuild" : true
1546                                  }
1547                               }
1548                            ]
1549                         },
1550                         {
1551                            "FileName" : "Win32BitmapPrinterDisplayDriver.ec",
1552                            "Platforms" : [
1553                               {
1554                                  "Name" : "win32",
1555                                  "Options" : {
1556                                     "ExcludeFromBuild" : false
1557                                  }
1558                               }
1559                            ],
1560                            "Configurations" : [
1561                               {
1562                                  "Name" : "WSMS",
1563                                  "Platforms" : [
1564                                     {
1565                                        "Name" : "win32",
1566                                        "Options" : {
1567                                           "ExcludeFromBuild" : true
1568                                        }
1569                                     }
1570                                  ]
1571                               },
1572                               {
1573                                  "Name" : "Vanilla",
1574                                  "Platforms" : [
1575                                     {
1576                                        "Name" : "win32",
1577                                        "Options" : {
1578                                           "ExcludeFromBuild" : true
1579                                        }
1580                                     }
1581                                  ]
1582                               },
1583                               {
1584                                  "Name" : "PACS",
1585                                  "Platforms" : [
1586                                     {
1587                                        "Name" : "win32",
1588                                        "Options" : {
1589                                           "ExcludeFromBuild" : true
1590                                        }
1591                                     }
1592                                  ]
1593                               },
1594                               {
1595                                  "Name" : "Bootstrap",
1596                                  "Platforms" : [
1597                                     {
1598                                        "Name" : "win32",
1599                                        "Options" : {
1600                                           "ExcludeFromBuild" : true
1601                                        }
1602                                     }
1603                                  ]
1604                               },
1605                               {
1606                                  "Name" : "Installer",
1607                                  "Platforms" : [
1608                                     {
1609                                        "Name" : "win32",
1610                                        "Options" : {
1611                                           "ExcludeFromBuild" : true
1612                                        }
1613                                     }
1614                                  ]
1615                               },
1616                               {
1617                                  "Name" : "StaticGLES",
1618                                  "Platforms" : [
1619                                     {
1620                                        "Name" : "win32",
1621                                        "Options" : {
1622                                           "ExcludeFromBuild" : true
1623                                        }
1624                                     }
1625                                  ]
1626                               }
1627                            ]
1628                         },
1629                         {
1630                            "FileName" : "CocoaOpenGLDisplayDriver.ec",
1631                            "Options" : {
1632                               "IncludeDirs" : [
1633                                  "src/gui/drivers/cocoa"
1634                               ]
1635                            },
1636                            "Platforms" : [
1637                               {
1638                                  "Name" : "apple",
1639                                  "Options" : {
1640                                     "ExcludeFromBuild" : false
1641                                  }
1642                               }
1643                            ],
1644                            "Configurations" : [
1645                               {
1646                                  "Name" : "Vanilla",
1647                                  "Options" : {
1648                                     "ExcludeFromBuild" : true
1649                                  },
1650                                  "Platforms" : [
1651                                     {
1652                                        "Name" : "apple",
1653                                        "Options" : {
1654                                           "ExcludeFromBuild" : true
1655                                        }
1656                                     }
1657                                  ]
1658                               },
1659                               {
1660                                  "Name" : "Bootstrap",
1661                                  "Platforms" : [
1662                                     {
1663                                        "Name" : "apple",
1664                                        "Options" : {
1665                                           "ExcludeFromBuild" : true
1666                                        }
1667                                     }
1668                                  ]
1669                               }
1670                            ]
1671                         },
1672                         {
1673                            "FileName" : "Win32ConsoleDisplayDriver.ec",
1674                            "Platforms" : [
1675                               {
1676                                  "Name" : "win32",
1677                                  "Options" : {
1678                                     "ExcludeFromBuild" : false
1679                                  }
1680                               }
1681                            ],
1682                            "Configurations" : [
1683                               {
1684                                  "Name" : "WSMS",
1685                                  "Platforms" : [
1686                                     {
1687                                        "Name" : "win32",
1688                                        "Options" : {
1689                                           "ExcludeFromBuild" : true
1690                                        }
1691                                     }
1692                                  ]
1693                               },
1694                               {
1695                                  "Name" : "Vanilla",
1696                                  "Platforms" : [
1697                                     {
1698                                        "Name" : "win32",
1699                                        "Options" : {
1700                                           "ExcludeFromBuild" : true
1701                                        }
1702                                     }
1703                                  ]
1704                               },
1705                               {
1706                                  "Name" : "PACS",
1707                                  "Platforms" : [
1708                                     {
1709                                        "Name" : "win32",
1710                                        "Options" : {
1711                                           "ExcludeFromBuild" : true
1712                                        }
1713                                     }
1714                                  ]
1715                               },
1716                               {
1717                                  "Name" : "Bootstrap",
1718                                  "Platforms" : [
1719                                     {
1720                                        "Name" : "win32",
1721                                        "Options" : {
1722                                           "ExcludeFromBuild" : true
1723                                        }
1724                                     }
1725                                  ]
1726                               },
1727                               {
1728                                  "Name" : "Installer",
1729                                  "Platforms" : [
1730                                     {
1731                                        "Name" : "win32",
1732                                        "Options" : {
1733                                           "ExcludeFromBuild" : true
1734                                        }
1735                                     }
1736                                  ]
1737                               },
1738                               {
1739                                  "Name" : "StaticGLES",
1740                                  "Platforms" : [
1741                                     {
1742                                        "Name" : "win32",
1743                                        "Options" : {
1744                                           "ExcludeFromBuild" : true
1745                                        }
1746                                     }
1747                                  ]
1748                               }
1749                            ]
1750                         },
1751                         {
1752                            "FileName" : "Win32PrinterDisplayDriver.ec",
1753                            "Platforms" : [
1754                               {
1755                                  "Name" : "win32",
1756                                  "Options" : {
1757                                     "ExcludeFromBuild" : false
1758                                  }
1759                               }
1760                            ],
1761                            "Configurations" : [
1762                               {
1763                                  "Name" : "Vanilla",
1764                                  "Platforms" : [
1765                                     {
1766                                        "Name" : "win32",
1767                                        "Options" : {
1768                                           "ExcludeFromBuild" : true
1769                                        }
1770                                     }
1771                                  ]
1772                               },
1773                               {
1774                                  "Name" : "PACS",
1775                                  "Platforms" : [
1776                                     {
1777                                        "Name" : "win32",
1778                                        "Options" : {
1779                                           "ExcludeFromBuild" : true
1780                                        }
1781                                     }
1782                                  ]
1783                               },
1784                               {
1785                                  "Name" : "Bootstrap",
1786                                  "Platforms" : [
1787                                     {
1788                                        "Name" : "win32",
1789                                        "Options" : {
1790                                           "ExcludeFromBuild" : true
1791                                        }
1792                                     }
1793                                  ]
1794                               },
1795                               {
1796                                  "Name" : "Installer",
1797                                  "Platforms" : [
1798                                     {
1799                                        "Name" : "win32",
1800                                        "Options" : {
1801                                           "ExcludeFromBuild" : true
1802                                        }
1803                                     }
1804                                  ]
1805                               },
1806                               {
1807                                  "Name" : "StaticGLES",
1808                                  "Platforms" : [
1809                                     {
1810                                        "Name" : "win32",
1811                                        "Options" : {
1812                                           "ExcludeFromBuild" : true
1813                                        }
1814                                     }
1815                                  ]
1816                               }
1817                            ]
1818                         },
1819                         {
1820                            "FileName" : "XDisplayDriver.ec",
1821                            "Platforms" : [
1822                               {
1823                                  "Name" : "linux",
1824                                  "Options" : {
1825                                     "ExcludeFromBuild" : false
1826                                  }
1827                               },
1828                               {
1829                                  "Name" : "apple",
1830                                  "Options" : {
1831                                     "ExcludeFromBuild" : false
1832                                  }
1833                               }
1834                            ],
1835                            "Configurations" : [
1836                               {
1837                                  "Name" : "Bootstrap",
1838                                  "Platforms" : [
1839                                     {
1840                                        "Name" : "linux",
1841                                        "Options" : {
1842                                           "ExcludeFromBuild" : true
1843                                        }
1844                                     },
1845                                     {
1846                                        "Name" : "apple",
1847                                        "Options" : {
1848                                           "ExcludeFromBuild" : true
1849                                        }
1850                                     }
1851                                  ]
1852                               },
1853                               {
1854                                  "Name" : "Android",
1855                                  "Platforms" : [
1856                                     {
1857                                        "Name" : "linux",
1858                                        "Options" : {
1859                                           "ExcludeFromBuild" : true
1860                                        }
1861                                     }
1862                                  ]
1863                               }
1864                            ]
1865                         },
1866                         {
1867                            "FileName" : "edtaa3func.ec",
1868                            "Options" : {
1869                               "ExcludeFromBuild" : false
1870                            },
1871                            "Configurations" : [
1872                               {
1873                                  "Name" : "Vanilla",
1874                                  "Options" : {
1875                                     "ExcludeFromBuild" : true
1876                                  }
1877                               },
1878                               {
1879                                  "Name" : "Bootstrap",
1880                                  "Options" : {
1881                                     "ExcludeFromBuild" : true
1882                                  }
1883                               }
1884                            ]
1885                         }
1886                      ],
1887                      "Options" : {
1888                         "ExcludeFromBuild" : true
1889                      },
1890                      "Configurations" : [
1891                         {
1892                            "Name" : "PACS",
1893                            "Options" : {
1894                               "ExcludeFromBuild" : true
1895                            }
1896                         }
1897                      ]
1898                   },
1899                   "Bitmap.ec",
1900                   "BitmapResource.ec",
1901                   "Color.ec",
1902                   "Display.ec",
1903                   "DisplaySystem.ec",
1904                   "FontResource.ec",
1905                   "Resource.ec",
1906                   "Surface.ec"
1907                ],
1908                "Configurations" : [
1909                   {
1910                      "Name" : "Bootstrap",
1911                      "Options" : {
1912                         "ExcludeFromBuild" : true
1913                      }
1914                   }
1915                ]
1916             },
1917             {
1918                "Folder" : "gui",
1919                "Files" : [
1920                   {
1921                      "Folder" : "controls",
1922                      "Files" : [
1923                         "Button.ec",
1924                         "CalendarControl.ec",
1925                         "DataBox.ec",
1926                         "DropBox.ec",
1927                         "EditBox.ec",
1928                         "Label.ec",
1929                         "ListBox.ec",
1930                         "Menu.ec",
1931                         "Picture.ec",
1932                         "ProgressBar.ec",
1933                         "ScrollBar.ec",
1934                         "StatusBar.ec",
1935                         {
1936                            "FileName" : "TabControl.ec",
1937                            "Configurations" : [
1938                               {
1939                                  "Name" : "Vanilla",
1940                                  "Options" : {
1941                                     "ExcludeFromBuild" : true
1942                                  }
1943                               }
1944                            ]
1945                         },
1946                         {
1947                            "FileName" : "PaneSplitter.ec",
1948                            "Configurations" : [
1949                               {
1950                                  "Name" : "Vanilla",
1951                                  "Options" : {
1952                                     "ExcludeFromBuild" : true
1953                                  }
1954                               }
1955                            ]
1956                         },
1957                         "Stacker.ec",
1958                         "PathBox.ec",
1959                         "ToolTip.ec",
1960                         "SelectorBar.ec"
1961                      ]
1962                   },
1963                   {
1964                      "Folder" : "dialogs",
1965                      "Files" : [
1966                         "ColorPicker.ec",
1967                         "FileDialog.ec",
1968                         "FindDialog.ec",
1969                         "GoToDialog.ec",
1970                         "MessageBox.ec",
1971                         "ReplaceDialog.ec",
1972                         "WindowList.ec"
1973                      ]
1974                   },
1975                   {
1976                      "Folder" : "drivers",
1977                      "Files" : [
1978                         {
1979                            "Folder" : "cocoa",
1980                            "Files" : [
1981                               "CocoaDispatch.ec",
1982                               "CocoaEcereBridge.h",
1983                               "CocoaEcereBridge.m",
1984                               "CocoaInterface.ec",
1985                               "EcereView.h",
1986                               "EcereView.m"
1987                            ],
1988                            "Platforms" : [
1989                               {
1990                                  "Name" : "apple",
1991                                  "Options" : {
1992                                     "ExcludeFromBuild" : false
1993                                  }
1994                               }
1995                            ],
1996                            "Configurations" : [
1997                               {
1998                                  "Name" : "Bootstrap",
1999                                  "Platforms" : [
2000                                     {
2001                                        "Name" : "apple",
2002                                        "Options" : {
2003                                           "ExcludeFromBuild" : true
2004                                        }
2005                                     }
2006                                  ]
2007                               },
2008                               {
2009                                  "Name" : "Vanilla",
2010                                  "Platforms" : [
2011                                     {
2012                                        "Name" : "apple",
2013                                        "Options" : {
2014                                           "ExcludeFromBuild" : true
2015                                        }
2016                                     }
2017                                  ]
2018                               }
2019                            ]
2020                         },
2021                         {
2022                            "FileName" : "NCursesInterface.ec",
2023                            "Platforms" : [
2024                               {
2025                                  "Name" : "linux",
2026                                  "Options" : {
2027                                     "ExcludeFromBuild" : false
2028                                  }
2029                               },
2030                               {
2031                                  "Name" : "apple",
2032                                  "Options" : {
2033                                     "ExcludeFromBuild" : false
2034                                  }
2035                               }
2036                            ],
2037                            "Configurations" : [
2038                               {
2039                                  "Name" : "Vanilla",
2040                                  "Options" : {
2041                                     "ExcludeFromBuild" : true
2042                                  }
2043                               },
2044                               {
2045                                  "Name" : "Bootstrap",
2046                                  "Platforms" : [
2047                                     {
2048                                        "Name" : "linux",
2049                                        "Options" : {
2050                                           "ExcludeFromBuild" : true
2051                                        }
2052                                     },
2053                                     {
2054                                        "Name" : "apple",
2055                                        "Options" : {
2056                                           "ExcludeFromBuild" : true
2057                                        }
2058                                     }
2059                                  ]
2060                               },
2061                               {
2062                                  "Name" : "Android",
2063                                  "Platforms" : [
2064                                     {
2065                                        "Name" : "linux",
2066                                        "Options" : {
2067                                           "ExcludeFromBuild" : true
2068                                        }
2069                                     }
2070                                  ]
2071                               }
2072                            ]
2073                         },
2074                         {
2075                            "FileName" : "Win32Interface.ec",
2076                            "Platforms" : [
2077                               {
2078                                  "Name" : "win32",
2079                                  "Options" : {
2080                                     "ExcludeFromBuild" : false
2081                                  }
2082                               }
2083                            ],
2084                            "Configurations" : [
2085                               {
2086                                  "Name" : "PACS",
2087                                  "Options" : {
2088                                     "ExcludeFromBuild" : false
2089                                  }
2090                               },
2091                               {
2092                                  "Name" : "Bootstrap",
2093                                  "Platforms" : [
2094                                     {
2095                                        "Name" : "win32",
2096                                        "Options" : {
2097                                           "ExcludeFromBuild" : true
2098                                        }
2099                                     }
2100                                  ]
2101                               }
2102                            ]
2103                         },
2104                         {
2105                            "FileName" : "Win32ConsoleInterface.ec",
2106                            "Platforms" : [
2107                               {
2108                                  "Name" : "win32",
2109                                  "Options" : {
2110                                     "ExcludeFromBuild" : false
2111                                  }
2112                               }
2113                            ],
2114                            "Configurations" : [
2115                               {
2116                                  "Name" : "Vanilla",
2117                                  "Platforms" : [
2118                                     {
2119                                        "Name" : "win32",
2120                                        "Options" : {
2121                                           "ExcludeFromBuild" : true
2122                                        }
2123                                     }
2124                                  ]
2125                               },
2126                               {
2127                                  "Name" : "WSMS",
2128                                  "Platforms" : [
2129                                     {
2130                                        "Name" : "win32",
2131                                        "Options" : {
2132                                           "ExcludeFromBuild" : true
2133                                        }
2134                                     }
2135                                  ]
2136                               },
2137                               {
2138                                  "Name" : "Bootstrap",
2139                                  "Platforms" : [
2140                                     {
2141                                        "Name" : "win32",
2142                                        "Options" : {
2143                                           "ExcludeFromBuild" : true
2144                                        }
2145                                     }
2146                                  ]
2147                               },
2148                               {
2149                                  "Name" : "Installer",
2150                                  "Platforms" : [
2151                                     {
2152                                        "Name" : "win32",
2153                                        "Options" : {
2154                                           "ExcludeFromBuild" : true
2155                                        }
2156                                     }
2157                                  ]
2158                               },
2159                               {
2160                                  "Name" : "StaticGLES",
2161                                  "Platforms" : [
2162                                     {
2163                                        "Name" : "win32",
2164                                        "Options" : {
2165                                           "ExcludeFromBuild" : true
2166                                        }
2167                                     }
2168                                  ]
2169                               }
2170                            ]
2171                         },
2172                         {
2173                            "FileName" : "XInterface.ec",
2174                            "Platforms" : [
2175                               {
2176                                  "Name" : "linux",
2177                                  "Options" : {
2178                                     "ExcludeFromBuild" : false
2179                                  }
2180                               },
2181                               {
2182                                  "Name" : "apple",
2183                                  "Options" : {
2184                                     "ExcludeFromBuild" : false
2185                                  }
2186                               }
2187                            ],
2188                            "Configurations" : [
2189                               {
2190                                  "Name" : "Bootstrap",
2191                                  "Platforms" : [
2192                                     {
2193                                        "Name" : "linux",
2194                                        "Options" : {
2195                                           "ExcludeFromBuild" : true
2196                                        }
2197                                     },
2198                                     {
2199                                        "Name" : "apple",
2200                                        "Options" : {
2201                                           "ExcludeFromBuild" : true
2202                                        }
2203                                     }
2204                                  ]
2205                               },
2206                               {
2207                                  "Name" : "Android",
2208                                  "Platforms" : [
2209                                     {
2210                                        "Name" : "linux",
2211                                        "Options" : {
2212                                           "ExcludeFromBuild" : true
2213                                        }
2214                                     }
2215                                  ]
2216                               }
2217                            ]
2218                         },
2219                         {
2220                            "FileName" : "AndroidInterface.ec",
2221                            "Configurations" : [
2222                               {
2223                                  "Name" : "Android",
2224                                  "Options" : {
2225                                     "ExcludeFromBuild" : false
2226                                  }
2227                               }
2228                            ]
2229                         }
2230                      ],
2231                      "Options" : {
2232                         "ExcludeFromBuild" : true
2233                      },
2234                      "Configurations" : [
2235                         {
2236                            "Name" : "PACS",
2237                            "Options" : {
2238                               "ExcludeFromBuild" : true
2239                            }
2240                         }
2241                      ]
2242                   },
2243                   {
2244                      "Folder" : "skins",
2245                      "Files" : [
2246                         {
2247                            "FileName" : "TVisionSkin.ec",
2248                            "Configurations" : [
2249                               {
2250                                  "Name" : "PACS",
2251                                  "Options" : {
2252                                     "ExcludeFromBuild" : true
2253                                  }
2254                               },
2255                               {
2256                                  "Name" : "Vanilla",
2257                                  "Options" : {
2258                                     "ExcludeFromBuild" : true
2259                                  }
2260                               },
2261                               {
2262                                  "Name" : "Installer",
2263                                  "Platforms" : [
2264                                     {
2265                                        "Name" : "win32",
2266                                        "Options" : {
2267                                           "ExcludeFromBuild" : true
2268                                        }
2269                                     }
2270                                  ]
2271                               }
2272                            ]
2273                         },
2274                         "WindowsSkin.ec"
2275                      ]
2276                   },
2277                   "Anchor.ec",
2278                   "ClipBoard.ec",
2279                   "Cursor.ec",
2280                   {
2281                      "FileName" : "Desktop3D.ec",
2282                      "Configurations" : [
2283                         {
2284                            "Name" : "PACS",
2285                            "Options" : {
2286                               "ExcludeFromBuild" : true
2287                            }
2288                         },
2289                         {
2290                            "Name" : "Vanilla",
2291                            "Options" : {
2292                               "ExcludeFromBuild" : true
2293                            }
2294                         },
2295                         {
2296                            "Name" : "WSMS",
2297                            "Options" : {
2298                               "ExcludeFromBuild" : true
2299                            }
2300                         },
2301                         {
2302                            "Name" : "Installer",
2303                            "Platforms" : [
2304                               {
2305                                  "Name" : "win32",
2306                                  "Options" : {
2307                                     "ExcludeFromBuild" : true
2308                                  }
2309                               }
2310                            ]
2311                         }
2312                      ]
2313                   },
2314                   {
2315                      "FileName" : "FormDesigner.ec",
2316                      "Configurations" : [
2317                         {
2318                            "Name" : "PACS",
2319                            "Options" : {
2320                               "ExcludeFromBuild" : true
2321                            }
2322                         }
2323                      ]
2324                   },
2325                   "GuiApplication.ec",
2326                   "Interface.ec",
2327                   "Key.ec",
2328                   "Skin.ec",
2329                   "Timer.ec",
2330                   "typeEdit.ec",
2331                   "Window.ec"
2332                ],
2333                "Configurations" : [
2334                   {
2335                      "Name" : "Bootstrap",
2336                      "Options" : {
2337                         "ExcludeFromBuild" : true
2338                      }
2339                   }
2340                ]
2341             },
2342             {
2343                "Folder" : "net",
2344                "Files" : [
2345                   {
2346                      "FileName" : "dcom.ec",
2347                      "Configurations" : [
2348                         {
2349                            "Name" : "PACS",
2350                            "Options" : {
2351                               "ExcludeFromBuild" : true
2352                            }
2353                         }
2354                      ]
2355                   },
2356                   "HTTPFile.ec",
2357                   "network.ec",
2358                   {
2359                      "FileName" : "NetworkClientFile.ec",
2360                      "Configurations" : [
2361                         {
2362                            "Name" : "PACS",
2363                            "Options" : {
2364                               "ExcludeFromBuild" : true
2365                            }
2366                         }
2367                      ]
2368                   },
2369                   "Service.ec",
2370                   "Socket.ec",
2371                   {
2372                      "FileName" : "SSLSocket.ec",
2373                      "Configurations" : [
2374                         {
2375                            "Name" : "WSMS",
2376                            "Options" : {
2377                               "ExcludeFromBuild" : true
2378                            }
2379                         },
2380                         {
2381                            "Name" : "PACS",
2382                            "Options" : {
2383                               "ExcludeFromBuild" : true
2384                            }
2385                         },
2386                         {
2387                            "Name" : "Android",
2388                            "Options" : {
2389                               "ExcludeFromBuild" : true
2390                            }
2391                         },
2392                         {
2393                            "Name" : "Installer",
2394                            "Options" : {
2395                               "ExcludeFromBuild" : true
2396                            }
2397                         }
2398                      ]
2399                   }
2400                ],
2401                "Configurations" : [
2402                   {
2403                      "Name" : "Bootstrap",
2404                      "Options" : {
2405                         "ExcludeFromBuild" : true
2406                      }
2407                   },
2408                   {
2409                      "Name" : "Vanilla",
2410                      "Options" : {
2411                         "ExcludeFromBuild" : true
2412                      }
2413                   },
2414                   {
2415                      "Name" : "Installer",
2416                      "Platforms" : [
2417                         {
2418                            "Name" : "win32",
2419                            "Options" : {
2420                               "ExcludeFromBuild" : true
2421                            }
2422                         }
2423                      ]
2424                   }
2425                ]
2426             },
2427             {
2428                "Folder" : "com",
2429                "Files" : [
2430                   {
2431                      "Folder" : "containers",
2432                      "Files" : [
2433                         "Array.ec",
2434                         "AVLTree.ec",
2435                         "BuiltInContainer.ec",
2436                         "Container.ec",
2437                         "CustomAVLTree.ec",
2438                         "LinkList.ec",
2439                         "List.ec",
2440                         "Map.ec"
2441                      ]
2442                   },
2443                   {
2444                      "FileName" : "BinaryTree.ec",
2445                      "Configurations" : [
2446                         {
2447                            "Name" : "MemoryGuard",
2448                            "Options" : {
2449                               "MemoryGuard" : false
2450                            }
2451                         },
2452                         {
2453                            "Name" : "MemoryGuardRelease",
2454                            "Options" : {
2455                               "MemoryGuard" : false
2456                            }
2457                         }
2458                      ]
2459                   },
2460                   {
2461                      "FileName" : "BTNode.ec",
2462                      "Configurations" : [
2463                         {
2464                            "Name" : "MemoryGuard",
2465                            "Options" : {
2466                               "MemoryGuard" : false
2467                            }
2468                         },
2469                         {
2470                            "Name" : "MemoryGuardRelease",
2471                            "Options" : {
2472                               "MemoryGuard" : false
2473                            }
2474                         }
2475                      ]
2476                   },
2477                   "dataTypes.ec",
2478                   {
2479                      "FileName" : "instance.ec",
2480                      "Configurations" : [
2481                         {
2482                            "Name" : "MemoryGuard",
2483                            "Options" : {
2484                               "MemoryGuard" : false
2485                            }
2486                         },
2487                         {
2488                            "Name" : "MemoryGuardRelease",
2489                            "Options" : {
2490                               "MemoryGuard" : false
2491                            }
2492                         }
2493                      ]
2494                   },
2495                   "String.ec",
2496                   "OldList.ec",
2497                   {
2498                      "FileName" : "instance.c",
2499                      "Configurations" : [
2500                         {
2501                            "Name" : "Bootstrap",
2502                            "Options" : {
2503                               "ExcludeFromBuild" : true
2504                            }
2505                         }
2506                      ]
2507                   }
2508                ],
2509                "Options" : {
2510                   "PreprocessorDefinitions" : [
2511                      "ECERE_COM_MODULE"
2512                   ]
2513                }
2514             }
2515          ]
2516       }
2517    ],
2518    "ResourcesPath" : "res",
2519    "Resources" : [
2520       {
2521          "Folder" : "actions",
2522          "Files" : [
2523             "editFind.png",
2524             "folderNew.png",
2525             "goDown.png",
2526             "goHome.png",
2527             "goNext.png",
2528             "goPrevious.png",
2529             "goUp.png",
2530             "listAdd.png",
2531             "listRemove.png",
2532             "viewRefresh.png",
2533             "windowNew.png",
2534             "clean.png",
2535             "docSave.png",
2536             "docNew.png"
2537          ],
2538          "Configurations" : [
2539             {
2540                "Name" : "Bootstrap",
2541                "Options" : {
2542                   "ExcludeFromBuild" : true
2543                }
2544             }
2545          ]
2546       },
2547       {
2548          "Folder" : "constructs",
2549          "Files" : [
2550             "class.png",
2551             "data.png",
2552             "dataPrivate.png",
2553             "dataType.png",
2554             "enum.png",
2555             "enumValue.png",
2556             "event.png",
2557             "library.png",
2558             "method.png",
2559             "methodPrivate.png",
2560             "namespace.png",
2561             "property.png",
2562             "propertyPrivate.png"
2563          ],
2564          "Configurations" : [
2565             {
2566                "Name" : "Bootstrap",
2567                "Options" : {
2568                   "ExcludeFromBuild" : true
2569                }
2570             }
2571          ]
2572       },
2573       {
2574          "Folder" : "controls",
2575          "Files" : [
2576             "button.png",
2577             "calendar.png",
2578             "checkBox.png",
2579             "dataBox.png",
2580             "dropBox.png",
2581             "editBox.png",
2582             "groupBox.png",
2583             "label.png",
2584             "listBox.png",
2585             "menu.png",
2586             "optionBox.png",
2587             "progressBar.png",
2588             "scrollBarHorizontal.png",
2589             "scrollBarVertical.png",
2590             "statusBar.png"
2591          ],
2592          "Configurations" : [
2593             {
2594                "Name" : "Bootstrap",
2595                "Options" : {
2596                   "ExcludeFromBuild" : true
2597                }
2598             }
2599          ]
2600       },
2601       {
2602          "Folder" : "cursors",
2603          "Files" : [
2604             "arrow.png",
2605             "cross.png",
2606             "iBeam.png",
2607             "move.png",
2608             "sizeEastWest.png",
2609             "sizeNortEastSouthWest.png",
2610             "sizeNorthSouth.png",
2611             "sizeNortWestSouthEast.png"
2612          ],
2613          "Configurations" : [
2614             {
2615                "Name" : "Bootstrap",
2616                "Options" : {
2617                   "ExcludeFromBuild" : true
2618                }
2619             }
2620          ]
2621       },
2622       {
2623          "Folder" : "devices",
2624          "Files" : [
2625             "computer.png",
2626             "driveHardDisk.png",
2627             "driveRemovableMedia.png",
2628             "mediaFloppy.png",
2629             "mediaOptical.png"
2630          ],
2631          "Configurations" : [
2632             {
2633                "Name" : "Bootstrap",
2634                "Options" : {
2635                   "ExcludeFromBuild" : true
2636                }
2637             }
2638          ]
2639       },
2640       {
2641          "Folder" : "elements",
2642          "Files" : [
2643             "areaClose.png",
2644             "areaMaximize.png",
2645             "areaMinimize.png",
2646             "areaRestore.png",
2647             "arrowDown.png",
2648             "arrowLeft.png",
2649             "arrowRight.png",
2650             "arrowUp.png",
2651             "checkBoxChecked.png",
2652             "checkBoxDisabled.png",
2653             "checkBoxDisabledChecked.png",
2654             "checkBox.png",
2655             "optionBoxDisabled.png",
2656             "optionBoxDisabledSelected.png",
2657             "optionBoxDown.png",
2658             "optionBoxSelectedDown.png",
2659             "optionBoxSelectedUp.png",
2660             "optionBoxUp.png",
2661             "orderAscending.png",
2662             "orderCategorized.png",
2663             "orderDescending.png"
2664          ],
2665          "Configurations" : [
2666             {
2667                "Name" : "Bootstrap",
2668                "Options" : {
2669                   "ExcludeFromBuild" : true
2670                }
2671             }
2672          ]
2673       },
2674       {
2675          "Folder" : "emblems",
2676          "Files" : [
2677             "unreadable.png"
2678          ],
2679          "Configurations" : [
2680             {
2681                "Name" : "Bootstrap",
2682                "Options" : {
2683                   "ExcludeFromBuild" : true
2684                }
2685             }
2686          ]
2687       },
2688       {
2689          "Folder" : "mimeTypes",
2690          "Files" : [
2691             "file.png",
2692             "image.png",
2693             "package.png",
2694             "packageOpticalDisc.png",
2695             "packageSoftware.png",
2696             "text.png",
2697             "textCHeader.png",
2698             "textCSource.png",
2699             "textC++Header.png",
2700             "textC++Source.png",
2701             "textEcereHeader.png",
2702             "textEcereProject.png",
2703             "textEcereSource.png",
2704             "textEcereWorkspace.png",
2705             "textHyperTextMarkup.png",
2706             "brokenFile.png"
2707          ],
2708          "Configurations" : [
2709             {
2710                "Name" : "Bootstrap",
2711                "Options" : {
2712                   "ExcludeFromBuild" : true
2713                }
2714             }
2715          ]
2716       },
2717       {
2718          "Folder" : "places",
2719          "Files" : [
2720             "driveRemote.png",
2721             "folder.png",
2722             "folderRemote.png",
2723             "networkServer.png",
2724             "networkWorkgroup.png",
2725             "brokenFolder.png"
2726          ],
2727          "Configurations" : [
2728             {
2729                "Name" : "Bootstrap",
2730                "Options" : {
2731                   "ExcludeFromBuild" : true
2732                }
2733             }
2734          ]
2735       },
2736       {
2737          "Folder" : "status",
2738          "Files" : [
2739             "audioVolumeHigh.png",
2740             "folderOpen.png"
2741          ],
2742          "Configurations" : [
2743             {
2744                "Name" : "Bootstrap",
2745                "Options" : {
2746                   "ExcludeFromBuild" : true
2747                }
2748             }
2749          ]
2750       },
2751       {
2752          "Folder" : "unicode",
2753          "Files" : [
2754             "derivedGeneralCategoryStripped.txt"
2755          ],
2756          "Configurations" : [
2757             {
2758                "Name" : "Bootstrap",
2759                "Options" : {
2760                   "ExcludeFromBuild" : true
2761                }
2762             }
2763          ]
2764       },
2765       {
2766          "Folder" : "locale",
2767          "Files" : [
2768             "locale/es.mo",
2769             "locale/hu.mo",
2770             "locale/mr.mo",
2771             "locale/nl.mo",
2772             "locale/pt_BR.mo",
2773             "locale/ru.mo",
2774             "locale/zh_CN.mo"
2775          ],
2776          "Configurations" : [
2777             {
2778                "Name" : "Bootstrap",
2779                "Options" : {
2780                   "ExcludeFromBuild" : true
2781                }
2782             }
2783          ]
2784       },
2785       {
2786          "Folder" : "shaders",
2787          "Files" : [
2788             "src/gfx/drivers/gl3/fixed.frag",
2789             "src/gfx/drivers/gl3/fixed.vertex"
2790          ]
2791       },
2792       {
2793          "FileName" : "C:/Windows/Fonts/tahoma.ttf",
2794          "Options" : {
2795             "ExcludeFromBuild" : true
2796          },
2797          "Configurations" : [
2798             {
2799                "Name" : "Android",
2800                "Options" : {
2801                   "ExcludeFromBuild" : false
2802                }
2803             }
2804          ]
2805       },
2806       {
2807          "FileName" : "C:/Windows/Fonts/tahomabd.ttf",
2808          "Options" : {
2809             "ExcludeFromBuild" : true
2810          },
2811          "Configurations" : [
2812             {
2813                "Name" : "Android",
2814                "Options" : {
2815                   "ExcludeFromBuild" : false
2816                }
2817             }
2818          ]
2819       },
2820       {
2821          "FileName" : "C:/Windows/Fonts/arial.ttf",
2822          "Options" : {
2823             "ExcludeFromBuild" : true
2824          },
2825          "Configurations" : [
2826             {
2827                "Name" : "Android",
2828                "Options" : {
2829                   "ExcludeFromBuild" : false
2830                }
2831             }
2832          ]
2833       },
2834       {
2835          "FileName" : "C:/Windows/Fonts/arialbd.ttf",
2836          "Options" : {
2837             "ExcludeFromBuild" : true
2838          },
2839          "Configurations" : [
2840             {
2841                "Name" : "Android",
2842                "Options" : {
2843                   "ExcludeFromBuild" : false
2844                }
2845             }
2846          ]
2847       }
2848    ]
2849 }