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