ecere: Fixes to build branch for Android
[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" : "gl_core_3_3.c",
925                                  "Configurations" : [
926                                     {
927                                        "Name" : "Debug",
928                                        "Options" : {
929                                           "ExcludeFromBuild" : true
930                                        }
931                                     },
932                                     {
933                                        "Name" : "GLES",
934                                        "Options" : {
935                                           "ExcludeFromBuild" : true
936                                        }
937                                     }
938                                  ]
939                               },
940                               "gl_core_3_3.h",
941                               {
942                                  "FileName" : "glab.ec",
943                                  "Configurations" : [
944                                     {
945                                        "Name" : "Debug",
946                                        "Options" : {
947                                           "ExcludeFromBuild" : false
948                                        }
949                                     },
950                                     {
951                                        "Name" : "GLES",
952                                        "Options" : {
953                                           "ExcludeFromBuild" : false
954                                        }
955                                     },
956                                     {
957                                        "Name" : "Release",
958                                        "Options" : {
959                                           "ExcludeFromBuild" : false
960                                        }
961                                     },
962                                     {
963                                        "Name" : "MemoryGuard",
964                                        "Options" : {
965                                           "ExcludeFromBuild" : false
966                                        }
967                                     },
968                                     {
969                                        "Name" : "Android",
970                                        "Options" : {
971                                           "ExcludeFromBuild" : false
972                                        }
973                                     }
974                                  ]
975                               },
976                               {
977                                  "FileName" : "immediate.ec",
978                                  "Configurations" : [
979                                     {
980                                        "Name" : "Debug",
981                                        "Options" : {
982                                           "ExcludeFromBuild" : false
983                                        }
984                                     },
985                                     {
986                                        "Name" : "GLES",
987                                        "Options" : {
988                                           "ExcludeFromBuild" : false
989                                        }
990                                     },
991                                     {
992                                        "Name" : "Release",
993                                        "Options" : {
994                                           "ExcludeFromBuild" : false
995                                        }
996                                     },
997                                     {
998                                        "Name" : "MemoryGuard",
999                                        "Options" : {
1000                                           "ExcludeFromBuild" : false
1001                                        }
1002                                     },
1003                                     {
1004                                        "Name" : "Android",
1005                                        "Options" : {
1006                                           "ExcludeFromBuild" : false
1007                                        }
1008                                     }
1009                                  ]
1010                               },
1011                               {
1012                                  "FileName" : "matrixStack.ec",
1013                                  "Configurations" : [
1014                                     {
1015                                        "Name" : "Debug",
1016                                        "Options" : {
1017                                           "ExcludeFromBuild" : false
1018                                        }
1019                                     },
1020                                     {
1021                                        "Name" : "GLES",
1022                                        "Options" : {
1023                                           "ExcludeFromBuild" : false
1024                                        }
1025                                     },
1026                                     {
1027                                        "Name" : "Release",
1028                                        "Options" : {
1029                                           "ExcludeFromBuild" : false
1030                                        }
1031                                     },
1032                                     {
1033                                        "Name" : "MemoryGuard",
1034                                        "Options" : {
1035                                           "ExcludeFromBuild" : false
1036                                        }
1037                                     },
1038                                     {
1039                                        "Name" : "Android",
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                               },
1093                               {
1094                                  "FileName" : "gl_compat_4_4.c",
1095                                  "Configurations" : [
1096                                     {
1097                                        "Name" : "GLES",
1098                                        "Options" : {
1099                                           "ExcludeFromBuild" : false
1100                                        }
1101                                     },
1102                                     {
1103                                        "Name" : "Debug",
1104                                        "Options" : {
1105                                           "ExcludeFromBuild" : false
1106                                        }
1107                                     },
1108                                     {
1109                                        "Name" : "Release",
1110                                        "Options" : {
1111                                           "ExcludeFromBuild" : false
1112                                        }
1113                                     },
1114                                     {
1115                                        "Name" : "MemoryGuard",
1116                                        "Options" : {
1117                                           "ExcludeFromBuild" : false
1118                                        }
1119                                     }
1120                                  ]
1121                               },
1122                               "gl_compat_4_4.h",
1123                               "fixed.frag",
1124                               "fixed.vertex"
1125                            ]
1126                         },
1127                         {
1128                            "FileName" : "Direct3D8DisplayDriver.ec",
1129                            "Platforms" : [
1130                               {
1131                                  "Name" : "win32",
1132                                  "Options" : {
1133                                     "ExcludeFromBuild" : false
1134                                  }
1135                               }
1136                            ],
1137                            "Configurations" : [
1138                               {
1139                                  "Name" : "WSMS",
1140                                  "Platforms" : [
1141                                     {
1142                                        "Name" : "win32",
1143                                        "Options" : {
1144                                           "ExcludeFromBuild" : true
1145                                        }
1146                                     }
1147                                  ]
1148                               },
1149                               {
1150                                  "Name" : "Vanilla",
1151                                  "Platforms" : [
1152                                     {
1153                                        "Name" : "win32",
1154                                        "Options" : {
1155                                           "ExcludeFromBuild" : true
1156                                        }
1157                                     }
1158                                  ]
1159                               },
1160                               {
1161                                  "Name" : "PACS",
1162                                  "Platforms" : [
1163                                     {
1164                                        "Name" : "win32",
1165                                        "Options" : {
1166                                           "ExcludeFromBuild" : true
1167                                        }
1168                                     }
1169                                  ]
1170                               },
1171                               {
1172                                  "Name" : "Bootstrap",
1173                                  "Platforms" : [
1174                                     {
1175                                        "Name" : "win32",
1176                                        "Options" : {
1177                                           "ExcludeFromBuild" : true
1178                                        }
1179                                     }
1180                                  ]
1181                               },
1182                               {
1183                                  "Name" : "Installer",
1184                                  "Platforms" : [
1185                                     {
1186                                        "Name" : "win32",
1187                                        "Options" : {
1188                                           "ExcludeFromBuild" : true
1189                                        }
1190                                     }
1191                                  ]
1192                               },
1193                               {
1194                                  "Name" : "StaticGLES",
1195                                  "Platforms" : [
1196                                     {
1197                                        "Name" : "win32",
1198                                        "Options" : {
1199                                           "ExcludeFromBuild" : true
1200                                        }
1201                                     }
1202                                  ]
1203                               }
1204                            ]
1205                         },
1206                         {
1207                            "FileName" : "Direct3D9DisplayDriver.ec",
1208                            "Platforms" : [
1209                               {
1210                                  "Name" : "win32",
1211                                  "Options" : {
1212                                     "ExcludeFromBuild" : false
1213                                  }
1214                               }
1215                            ],
1216                            "Configurations" : [
1217                               {
1218                                  "Name" : "WSMS",
1219                                  "Platforms" : [
1220                                     {
1221                                        "Name" : "win32",
1222                                        "Options" : {
1223                                           "ExcludeFromBuild" : true
1224                                        }
1225                                     }
1226                                  ]
1227                               },
1228                               {
1229                                  "Name" : "Vanilla",
1230                                  "Platforms" : [
1231                                     {
1232                                        "Name" : "win32",
1233                                        "Options" : {
1234                                           "ExcludeFromBuild" : true
1235                                        }
1236                                     }
1237                                  ]
1238                               },
1239                               {
1240                                  "Name" : "PACS",
1241                                  "Platforms" : [
1242                                     {
1243                                        "Name" : "win32",
1244                                        "Options" : {
1245                                           "ExcludeFromBuild" : true
1246                                        }
1247                                     }
1248                                  ]
1249                               },
1250                               {
1251                                  "Name" : "Bootstrap",
1252                                  "Platforms" : [
1253                                     {
1254                                        "Name" : "win32",
1255                                        "Options" : {
1256                                           "ExcludeFromBuild" : true
1257                                        }
1258                                     }
1259                                  ]
1260                               },
1261                               {
1262                                  "Name" : "Installer",
1263                                  "Platforms" : [
1264                                     {
1265                                        "Name" : "win32",
1266                                        "Options" : {
1267                                           "ExcludeFromBuild" : true
1268                                        }
1269                                     }
1270                                  ]
1271                               },
1272                               {
1273                                  "Name" : "StaticGLES",
1274                                  "Platforms" : [
1275                                     {
1276                                        "Name" : "win32",
1277                                        "Options" : {
1278                                           "ExcludeFromBuild" : true
1279                                        }
1280                                     }
1281                                  ]
1282                               }
1283                            ]
1284                         },
1285                         {
1286                            "FileName" : "DirectDrawDisplayDriver.ec",
1287                            "Platforms" : [
1288                               {
1289                                  "Name" : "win32",
1290                                  "Options" : {
1291                                     "ExcludeFromBuild" : false
1292                                  }
1293                               }
1294                            ],
1295                            "Configurations" : [
1296                               {
1297                                  "Name" : "WSMS",
1298                                  "Platforms" : [
1299                                     {
1300                                        "Name" : "win32",
1301                                        "Options" : {
1302                                           "ExcludeFromBuild" : true
1303                                        }
1304                                     }
1305                                  ]
1306                               },
1307                               {
1308                                  "Name" : "Vanilla",
1309                                  "Platforms" : [
1310                                     {
1311                                        "Name" : "win32",
1312                                        "Options" : {
1313                                           "ExcludeFromBuild" : true
1314                                        }
1315                                     }
1316                                  ]
1317                               },
1318                               {
1319                                  "Name" : "PACS",
1320                                  "Platforms" : [
1321                                     {
1322                                        "Name" : "win32",
1323                                        "Options" : {
1324                                           "ExcludeFromBuild" : true
1325                                        }
1326                                     }
1327                                  ]
1328                               },
1329                               {
1330                                  "Name" : "Bootstrap",
1331                                  "Platforms" : [
1332                                     {
1333                                        "Name" : "win32",
1334                                        "Options" : {
1335                                           "ExcludeFromBuild" : true
1336                                        }
1337                                     }
1338                                  ]
1339                               },
1340                               {
1341                                  "Name" : "Installer",
1342                                  "Platforms" : [
1343                                     {
1344                                        "Name" : "win32",
1345                                        "Options" : {
1346                                           "ExcludeFromBuild" : true
1347                                        }
1348                                     }
1349                                  ]
1350                               },
1351                               {
1352                                  "Name" : "StaticGLES",
1353                                  "Platforms" : [
1354                                     {
1355                                        "Name" : "win32",
1356                                        "Options" : {
1357                                           "ExcludeFromBuild" : true
1358                                        }
1359                                     }
1360                                  ]
1361                               }
1362                            ]
1363                         },
1364                         {
1365                            "FileName" : "GDIDisplayDriver.ec",
1366                            "Platforms" : [
1367                               {
1368                                  "Name" : "win32",
1369                                  "Options" : {
1370                                     "ExcludeFromBuild" : false
1371                                  }
1372                               }
1373                            ],
1374                            "Configurations" : [
1375                               {
1376                                  "Name" : "Bootstrap",
1377                                  "Platforms" : [
1378                                     {
1379                                        "Name" : "win32",
1380                                        "Options" : {
1381                                           "ExcludeFromBuild" : true
1382                                        }
1383                                     }
1384                                  ]
1385                               }
1386                            ]
1387                         },
1388                         {
1389                            "FileName" : "lfbBlit.ec",
1390                            "Options" : {
1391                               "ExcludeFromBuild" : false
1392                            },
1393                            "Configurations" : [
1394                               {
1395                                  "Name" : "Bootstrap",
1396                                  "Options" : {
1397                                     "ExcludeFromBuild" : true
1398                                  }
1399                               }
1400                            ]
1401                         },
1402                         {
1403                            "FileName" : "lfbConvert.ec",
1404                            "Options" : {
1405                               "ExcludeFromBuild" : false
1406                            },
1407                            "Configurations" : [
1408                               {
1409                                  "Name" : "Bootstrap",
1410                                  "Options" : {
1411                                     "ExcludeFromBuild" : true
1412                                  }
1413                               }
1414                            ]
1415                         },
1416                         {
1417                            "FileName" : "LFBDisplayDriver.ec",
1418                            "Options" : {
1419                               "ExcludeFromBuild" : false
1420                            },
1421                            "Configurations" : [
1422                               {
1423                                  "Name" : "Bootstrap",
1424                                  "Options" : {
1425                                     "ExcludeFromBuild" : true
1426                                  }
1427                               }
1428                            ]
1429                         },
1430                         {
1431                            "FileName" : "NCursesDisplayDriver.ec",
1432                            "Platforms" : [
1433                               {
1434                                  "Name" : "linux",
1435                                  "Options" : {
1436                                     "ExcludeFromBuild" : false
1437                                  }
1438                               },
1439                               {
1440                                  "Name" : "apple",
1441                                  "Options" : {
1442                                     "ExcludeFromBuild" : false
1443                                  }
1444                               }
1445                            ],
1446                            "Configurations" : [
1447                               {
1448                                  "Name" : "WSMS",
1449                                  "Platforms" : [
1450                                     {
1451                                        "Name" : "win32",
1452                                        "Options" : {
1453                                           "ExcludeFromBuild" : true
1454                                        }
1455                                     }
1456                                  ]
1457                               },
1458                               {
1459                                  "Name" : "Bootstrap",
1460                                  "Platforms" : [
1461                                     {
1462                                        "Name" : "linux",
1463                                        "Options" : {
1464                                           "ExcludeFromBuild" : true
1465                                        }
1466                                     },
1467                                     {
1468                                        "Name" : "apple",
1469                                        "Options" : {
1470                                           "ExcludeFromBuild" : true
1471                                        }
1472                                     }
1473                                  ]
1474                               },
1475                               {
1476                                  "Name" : "Android",
1477                                  "Platforms" : [
1478                                     {
1479                                        "Name" : "linux",
1480                                        "Options" : {
1481                                           "ExcludeFromBuild" : true
1482                                        }
1483                                     }
1484                                  ]
1485                               }
1486                            ]
1487                         },
1488                         {
1489                            "FileName" : "OpenGLDisplayDriver.ec",
1490                            "Options" : {
1491                               "ExcludeFromBuild" : false
1492                            },
1493                            "Configurations" : [
1494                               {
1495                                  "Name" : "WSMS",
1496                                  "Options" : {
1497                                     "ExcludeFromBuild" : true
1498                                  }
1499                               },
1500                               {
1501                                  "Name" : "Vanilla",
1502                                  "Options" : {
1503                                     "ExcludeFromBuild" : true
1504                                  }
1505                               },
1506                               {
1507                                  "Name" : "PACS",
1508                                  "Options" : {
1509                                     "ExcludeFromBuild" : true
1510                                  }
1511                               },
1512                               {
1513                                  "Name" : "Bootstrap",
1514                                  "Options" : {
1515                                     "ExcludeFromBuild" : true
1516                                  }
1517                               },
1518                               {
1519                                  "Name" : "Installer",
1520                                  "Options" : {
1521                                     "ExcludeFromBuild" : true
1522                                  }
1523                               }
1524                            ]
1525                         },
1526                         {
1527                            "FileName" : "Win32BitmapPrinterDisplayDriver.ec",
1528                            "Platforms" : [
1529                               {
1530                                  "Name" : "win32",
1531                                  "Options" : {
1532                                     "ExcludeFromBuild" : false
1533                                  }
1534                               }
1535                            ],
1536                            "Configurations" : [
1537                               {
1538                                  "Name" : "WSMS",
1539                                  "Platforms" : [
1540                                     {
1541                                        "Name" : "win32",
1542                                        "Options" : {
1543                                           "ExcludeFromBuild" : true
1544                                        }
1545                                     }
1546                                  ]
1547                               },
1548                               {
1549                                  "Name" : "Vanilla",
1550                                  "Platforms" : [
1551                                     {
1552                                        "Name" : "win32",
1553                                        "Options" : {
1554                                           "ExcludeFromBuild" : true
1555                                        }
1556                                     }
1557                                  ]
1558                               },
1559                               {
1560                                  "Name" : "PACS",
1561                                  "Platforms" : [
1562                                     {
1563                                        "Name" : "win32",
1564                                        "Options" : {
1565                                           "ExcludeFromBuild" : true
1566                                        }
1567                                     }
1568                                  ]
1569                               },
1570                               {
1571                                  "Name" : "Bootstrap",
1572                                  "Platforms" : [
1573                                     {
1574                                        "Name" : "win32",
1575                                        "Options" : {
1576                                           "ExcludeFromBuild" : true
1577                                        }
1578                                     }
1579                                  ]
1580                               },
1581                               {
1582                                  "Name" : "Installer",
1583                                  "Platforms" : [
1584                                     {
1585                                        "Name" : "win32",
1586                                        "Options" : {
1587                                           "ExcludeFromBuild" : true
1588                                        }
1589                                     }
1590                                  ]
1591                               },
1592                               {
1593                                  "Name" : "StaticGLES",
1594                                  "Platforms" : [
1595                                     {
1596                                        "Name" : "win32",
1597                                        "Options" : {
1598                                           "ExcludeFromBuild" : true
1599                                        }
1600                                     }
1601                                  ]
1602                               }
1603                            ]
1604                         },
1605                         {
1606                            "FileName" : "CocoaOpenGLDisplayDriver.ec",
1607                            "Options" : {
1608                               "IncludeDirs" : [
1609                                  "src/gui/drivers/cocoa"
1610                               ]
1611                            },
1612                            "Platforms" : [
1613                               {
1614                                  "Name" : "apple",
1615                                  "Options" : {
1616                                     "ExcludeFromBuild" : false
1617                                  }
1618                               }
1619                            ],
1620                            "Configurations" : [
1621                               {
1622                                  "Name" : "Vanilla",
1623                                  "Options" : {
1624                                     "ExcludeFromBuild" : true
1625                                  },
1626                                  "Platforms" : [
1627                                     {
1628                                        "Name" : "apple",
1629                                        "Options" : {
1630                                           "ExcludeFromBuild" : true
1631                                        }
1632                                     }
1633                                  ]
1634                               },
1635                               {
1636                                  "Name" : "Bootstrap",
1637                                  "Platforms" : [
1638                                     {
1639                                        "Name" : "apple",
1640                                        "Options" : {
1641                                           "ExcludeFromBuild" : true
1642                                        }
1643                                     }
1644                                  ]
1645                               }
1646                            ]
1647                         },
1648                         {
1649                            "FileName" : "Win32ConsoleDisplayDriver.ec",
1650                            "Platforms" : [
1651                               {
1652                                  "Name" : "win32",
1653                                  "Options" : {
1654                                     "ExcludeFromBuild" : false
1655                                  }
1656                               }
1657                            ],
1658                            "Configurations" : [
1659                               {
1660                                  "Name" : "WSMS",
1661                                  "Platforms" : [
1662                                     {
1663                                        "Name" : "win32",
1664                                        "Options" : {
1665                                           "ExcludeFromBuild" : true
1666                                        }
1667                                     }
1668                                  ]
1669                               },
1670                               {
1671                                  "Name" : "Vanilla",
1672                                  "Platforms" : [
1673                                     {
1674                                        "Name" : "win32",
1675                                        "Options" : {
1676                                           "ExcludeFromBuild" : true
1677                                        }
1678                                     }
1679                                  ]
1680                               },
1681                               {
1682                                  "Name" : "PACS",
1683                                  "Platforms" : [
1684                                     {
1685                                        "Name" : "win32",
1686                                        "Options" : {
1687                                           "ExcludeFromBuild" : true
1688                                        }
1689                                     }
1690                                  ]
1691                               },
1692                               {
1693                                  "Name" : "Bootstrap",
1694                                  "Platforms" : [
1695                                     {
1696                                        "Name" : "win32",
1697                                        "Options" : {
1698                                           "ExcludeFromBuild" : true
1699                                        }
1700                                     }
1701                                  ]
1702                               },
1703                               {
1704                                  "Name" : "Installer",
1705                                  "Platforms" : [
1706                                     {
1707                                        "Name" : "win32",
1708                                        "Options" : {
1709                                           "ExcludeFromBuild" : true
1710                                        }
1711                                     }
1712                                  ]
1713                               },
1714                               {
1715                                  "Name" : "StaticGLES",
1716                                  "Platforms" : [
1717                                     {
1718                                        "Name" : "win32",
1719                                        "Options" : {
1720                                           "ExcludeFromBuild" : true
1721                                        }
1722                                     }
1723                                  ]
1724                               }
1725                            ]
1726                         },
1727                         {
1728                            "FileName" : "Win32PrinterDisplayDriver.ec",
1729                            "Platforms" : [
1730                               {
1731                                  "Name" : "win32",
1732                                  "Options" : {
1733                                     "ExcludeFromBuild" : false
1734                                  }
1735                               }
1736                            ],
1737                            "Configurations" : [
1738                               {
1739                                  "Name" : "Vanilla",
1740                                  "Platforms" : [
1741                                     {
1742                                        "Name" : "win32",
1743                                        "Options" : {
1744                                           "ExcludeFromBuild" : true
1745                                        }
1746                                     }
1747                                  ]
1748                               },
1749                               {
1750                                  "Name" : "PACS",
1751                                  "Platforms" : [
1752                                     {
1753                                        "Name" : "win32",
1754                                        "Options" : {
1755                                           "ExcludeFromBuild" : true
1756                                        }
1757                                     }
1758                                  ]
1759                               },
1760                               {
1761                                  "Name" : "Bootstrap",
1762                                  "Platforms" : [
1763                                     {
1764                                        "Name" : "win32",
1765                                        "Options" : {
1766                                           "ExcludeFromBuild" : true
1767                                        }
1768                                     }
1769                                  ]
1770                               },
1771                               {
1772                                  "Name" : "Installer",
1773                                  "Platforms" : [
1774                                     {
1775                                        "Name" : "win32",
1776                                        "Options" : {
1777                                           "ExcludeFromBuild" : true
1778                                        }
1779                                     }
1780                                  ]
1781                               },
1782                               {
1783                                  "Name" : "StaticGLES",
1784                                  "Platforms" : [
1785                                     {
1786                                        "Name" : "win32",
1787                                        "Options" : {
1788                                           "ExcludeFromBuild" : true
1789                                        }
1790                                     }
1791                                  ]
1792                               }
1793                            ]
1794                         },
1795                         {
1796                            "FileName" : "XDisplayDriver.ec",
1797                            "Platforms" : [
1798                               {
1799                                  "Name" : "linux",
1800                                  "Options" : {
1801                                     "ExcludeFromBuild" : false
1802                                  }
1803                               },
1804                               {
1805                                  "Name" : "apple",
1806                                  "Options" : {
1807                                     "ExcludeFromBuild" : false
1808                                  }
1809                               }
1810                            ],
1811                            "Configurations" : [
1812                               {
1813                                  "Name" : "Bootstrap",
1814                                  "Platforms" : [
1815                                     {
1816                                        "Name" : "linux",
1817                                        "Options" : {
1818                                           "ExcludeFromBuild" : true
1819                                        }
1820                                     },
1821                                     {
1822                                        "Name" : "apple",
1823                                        "Options" : {
1824                                           "ExcludeFromBuild" : true
1825                                        }
1826                                     }
1827                                  ]
1828                               },
1829                               {
1830                                  "Name" : "Android",
1831                                  "Platforms" : [
1832                                     {
1833                                        "Name" : "linux",
1834                                        "Options" : {
1835                                           "ExcludeFromBuild" : true
1836                                        }
1837                                     }
1838                                  ]
1839                               }
1840                            ]
1841                         }
1842                      ],
1843                      "Options" : {
1844                         "ExcludeFromBuild" : true
1845                      },
1846                      "Configurations" : [
1847                         {
1848                            "Name" : "PACS",
1849                            "Options" : {
1850                               "ExcludeFromBuild" : true
1851                            }
1852                         }
1853                      ]
1854                   },
1855                   "Bitmap.ec",
1856                   "BitmapResource.ec",
1857                   "Color.ec",
1858                   "Display.ec",
1859                   "DisplaySystem.ec",
1860                   "FontResource.ec",
1861                   "Resource.ec",
1862                   "Surface.ec",
1863                   "fontManagement.ec",
1864                   "fontRendering.ec",
1865                   "imgDistMap.ec"
1866                ],
1867                "Configurations" : [
1868                   {
1869                      "Name" : "Bootstrap",
1870                      "Options" : {
1871                         "ExcludeFromBuild" : true
1872                      }
1873                   }
1874                ]
1875             },
1876             {
1877                "Folder" : "gui",
1878                "Files" : [
1879                   {
1880                      "Folder" : "controls",
1881                      "Files" : [
1882                         "Button.ec",
1883                         "CalendarControl.ec",
1884                         "DataBox.ec",
1885                         "DropBox.ec",
1886                         "EditBox.ec",
1887                         "Label.ec",
1888                         "ListBox.ec",
1889                         "Menu.ec",
1890                         "Picture.ec",
1891                         "ProgressBar.ec",
1892                         "ScrollBar.ec",
1893                         "StatusBar.ec",
1894                         {
1895                            "FileName" : "TabControl.ec",
1896                            "Configurations" : [
1897                               {
1898                                  "Name" : "Vanilla",
1899                                  "Options" : {
1900                                     "ExcludeFromBuild" : true
1901                                  }
1902                               }
1903                            ]
1904                         },
1905                         {
1906                            "FileName" : "PaneSplitter.ec",
1907                            "Configurations" : [
1908                               {
1909                                  "Name" : "Vanilla",
1910                                  "Options" : {
1911                                     "ExcludeFromBuild" : true
1912                                  }
1913                               }
1914                            ]
1915                         },
1916                         "Stacker.ec",
1917                         "PathBox.ec",
1918                         "ToolTip.ec",
1919                         "SelectorBar.ec"
1920                      ]
1921                   },
1922                   {
1923                      "Folder" : "dialogs",
1924                      "Files" : [
1925                         "ColorPicker.ec",
1926                         "FileDialog.ec",
1927                         "FindDialog.ec",
1928                         "GoToDialog.ec",
1929                         "MessageBox.ec",
1930                         "ReplaceDialog.ec",
1931                         "WindowList.ec"
1932                      ]
1933                   },
1934                   {
1935                      "Folder" : "drivers",
1936                      "Files" : [
1937                         {
1938                            "Folder" : "cocoa",
1939                            "Files" : [
1940                               "CocoaDispatch.ec",
1941                               "CocoaEcereBridge.h",
1942                               "CocoaEcereBridge.m",
1943                               "CocoaInterface.ec",
1944                               "EcereView.h",
1945                               "EcereView.m"
1946                            ],
1947                            "Platforms" : [
1948                               {
1949                                  "Name" : "apple",
1950                                  "Options" : {
1951                                     "ExcludeFromBuild" : false
1952                                  }
1953                               }
1954                            ],
1955                            "Configurations" : [
1956                               {
1957                                  "Name" : "Bootstrap",
1958                                  "Platforms" : [
1959                                     {
1960                                        "Name" : "apple",
1961                                        "Options" : {
1962                                           "ExcludeFromBuild" : true
1963                                        }
1964                                     }
1965                                  ]
1966                               },
1967                               {
1968                                  "Name" : "Vanilla",
1969                                  "Platforms" : [
1970                                     {
1971                                        "Name" : "apple",
1972                                        "Options" : {
1973                                           "ExcludeFromBuild" : true
1974                                        }
1975                                     }
1976                                  ]
1977                               }
1978                            ]
1979                         },
1980                         {
1981                            "FileName" : "NCursesInterface.ec",
1982                            "Platforms" : [
1983                               {
1984                                  "Name" : "linux",
1985                                  "Options" : {
1986                                     "ExcludeFromBuild" : false
1987                                  }
1988                               },
1989                               {
1990                                  "Name" : "apple",
1991                                  "Options" : {
1992                                     "ExcludeFromBuild" : false
1993                                  }
1994                               }
1995                            ],
1996                            "Configurations" : [
1997                               {
1998                                  "Name" : "Vanilla",
1999                                  "Options" : {
2000                                     "ExcludeFromBuild" : true
2001                                  }
2002                               },
2003                               {
2004                                  "Name" : "Bootstrap",
2005                                  "Platforms" : [
2006                                     {
2007                                        "Name" : "linux",
2008                                        "Options" : {
2009                                           "ExcludeFromBuild" : true
2010                                        }
2011                                     },
2012                                     {
2013                                        "Name" : "apple",
2014                                        "Options" : {
2015                                           "ExcludeFromBuild" : true
2016                                        }
2017                                     }
2018                                  ]
2019                               },
2020                               {
2021                                  "Name" : "Android",
2022                                  "Platforms" : [
2023                                     {
2024                                        "Name" : "linux",
2025                                        "Options" : {
2026                                           "ExcludeFromBuild" : true
2027                                        }
2028                                     }
2029                                  ]
2030                               }
2031                            ]
2032                         },
2033                         {
2034                            "FileName" : "Win32Interface.ec",
2035                            "Platforms" : [
2036                               {
2037                                  "Name" : "win32",
2038                                  "Options" : {
2039                                     "ExcludeFromBuild" : false
2040                                  }
2041                               }
2042                            ],
2043                            "Configurations" : [
2044                               {
2045                                  "Name" : "PACS",
2046                                  "Options" : {
2047                                     "ExcludeFromBuild" : false
2048                                  }
2049                               },
2050                               {
2051                                  "Name" : "Bootstrap",
2052                                  "Platforms" : [
2053                                     {
2054                                        "Name" : "win32",
2055                                        "Options" : {
2056                                           "ExcludeFromBuild" : true
2057                                        }
2058                                     }
2059                                  ]
2060                               }
2061                            ]
2062                         },
2063                         {
2064                            "FileName" : "Win32ConsoleInterface.ec",
2065                            "Platforms" : [
2066                               {
2067                                  "Name" : "win32",
2068                                  "Options" : {
2069                                     "ExcludeFromBuild" : false
2070                                  }
2071                               }
2072                            ],
2073                            "Configurations" : [
2074                               {
2075                                  "Name" : "Vanilla",
2076                                  "Platforms" : [
2077                                     {
2078                                        "Name" : "win32",
2079                                        "Options" : {
2080                                           "ExcludeFromBuild" : true
2081                                        }
2082                                     }
2083                                  ]
2084                               },
2085                               {
2086                                  "Name" : "WSMS",
2087                                  "Platforms" : [
2088                                     {
2089                                        "Name" : "win32",
2090                                        "Options" : {
2091                                           "ExcludeFromBuild" : true
2092                                        }
2093                                     }
2094                                  ]
2095                               },
2096                               {
2097                                  "Name" : "Bootstrap",
2098                                  "Platforms" : [
2099                                     {
2100                                        "Name" : "win32",
2101                                        "Options" : {
2102                                           "ExcludeFromBuild" : true
2103                                        }
2104                                     }
2105                                  ]
2106                               },
2107                               {
2108                                  "Name" : "Installer",
2109                                  "Platforms" : [
2110                                     {
2111                                        "Name" : "win32",
2112                                        "Options" : {
2113                                           "ExcludeFromBuild" : true
2114                                        }
2115                                     }
2116                                  ]
2117                               },
2118                               {
2119                                  "Name" : "StaticGLES",
2120                                  "Platforms" : [
2121                                     {
2122                                        "Name" : "win32",
2123                                        "Options" : {
2124                                           "ExcludeFromBuild" : true
2125                                        }
2126                                     }
2127                                  ]
2128                               }
2129                            ]
2130                         },
2131                         {
2132                            "FileName" : "XInterface.ec",
2133                            "Platforms" : [
2134                               {
2135                                  "Name" : "linux",
2136                                  "Options" : {
2137                                     "ExcludeFromBuild" : false
2138                                  }
2139                               },
2140                               {
2141                                  "Name" : "apple",
2142                                  "Options" : {
2143                                     "ExcludeFromBuild" : false
2144                                  }
2145                               }
2146                            ],
2147                            "Configurations" : [
2148                               {
2149                                  "Name" : "Bootstrap",
2150                                  "Platforms" : [
2151                                     {
2152                                        "Name" : "linux",
2153                                        "Options" : {
2154                                           "ExcludeFromBuild" : true
2155                                        }
2156                                     },
2157                                     {
2158                                        "Name" : "apple",
2159                                        "Options" : {
2160                                           "ExcludeFromBuild" : true
2161                                        }
2162                                     }
2163                                  ]
2164                               },
2165                               {
2166                                  "Name" : "Android",
2167                                  "Platforms" : [
2168                                     {
2169                                        "Name" : "linux",
2170                                        "Options" : {
2171                                           "ExcludeFromBuild" : true
2172                                        }
2173                                     }
2174                                  ]
2175                               }
2176                            ]
2177                         },
2178                         {
2179                            "FileName" : "AndroidInterface.ec",
2180                            "Configurations" : [
2181                               {
2182                                  "Name" : "Android",
2183                                  "Options" : {
2184                                     "ExcludeFromBuild" : false
2185                                  }
2186                               }
2187                            ]
2188                         }
2189                      ],
2190                      "Options" : {
2191                         "ExcludeFromBuild" : true
2192                      },
2193                      "Configurations" : [
2194                         {
2195                            "Name" : "PACS",
2196                            "Options" : {
2197                               "ExcludeFromBuild" : true
2198                            }
2199                         }
2200                      ]
2201                   },
2202                   {
2203                      "Folder" : "skins",
2204                      "Files" : [
2205                         {
2206                            "FileName" : "TVisionSkin.ec",
2207                            "Configurations" : [
2208                               {
2209                                  "Name" : "PACS",
2210                                  "Options" : {
2211                                     "ExcludeFromBuild" : true
2212                                  }
2213                               },
2214                               {
2215                                  "Name" : "Vanilla",
2216                                  "Options" : {
2217                                     "ExcludeFromBuild" : true
2218                                  }
2219                               },
2220                               {
2221                                  "Name" : "Installer",
2222                                  "Platforms" : [
2223                                     {
2224                                        "Name" : "win32",
2225                                        "Options" : {
2226                                           "ExcludeFromBuild" : true
2227                                        }
2228                                     }
2229                                  ]
2230                               }
2231                            ]
2232                         },
2233                         "WindowsSkin.ec"
2234                      ]
2235                   },
2236                   "Anchor.ec",
2237                   "ClipBoard.ec",
2238                   "Cursor.ec",
2239                   {
2240                      "FileName" : "Desktop3D.ec",
2241                      "Configurations" : [
2242                         {
2243                            "Name" : "PACS",
2244                            "Options" : {
2245                               "ExcludeFromBuild" : true
2246                            }
2247                         },
2248                         {
2249                            "Name" : "Vanilla",
2250                            "Options" : {
2251                               "ExcludeFromBuild" : true
2252                            }
2253                         },
2254                         {
2255                            "Name" : "WSMS",
2256                            "Options" : {
2257                               "ExcludeFromBuild" : true
2258                            }
2259                         },
2260                         {
2261                            "Name" : "Installer",
2262                            "Platforms" : [
2263                               {
2264                                  "Name" : "win32",
2265                                  "Options" : {
2266                                     "ExcludeFromBuild" : true
2267                                  }
2268                               }
2269                            ]
2270                         }
2271                      ]
2272                   },
2273                   {
2274                      "FileName" : "FormDesigner.ec",
2275                      "Configurations" : [
2276                         {
2277                            "Name" : "PACS",
2278                            "Options" : {
2279                               "ExcludeFromBuild" : true
2280                            }
2281                         }
2282                      ]
2283                   },
2284                   "GuiApplication.ec",
2285                   "Interface.ec",
2286                   "Key.ec",
2287                   "Skin.ec",
2288                   "Timer.ec",
2289                   "typeEdit.ec",
2290                   "Window.ec"
2291                ],
2292                "Configurations" : [
2293                   {
2294                      "Name" : "Bootstrap",
2295                      "Options" : {
2296                         "ExcludeFromBuild" : true
2297                      }
2298                   }
2299                ]
2300             },
2301             {
2302                "Folder" : "net",
2303                "Files" : [
2304                   {
2305                      "FileName" : "dcom.ec",
2306                      "Configurations" : [
2307                         {
2308                            "Name" : "PACS",
2309                            "Options" : {
2310                               "ExcludeFromBuild" : true
2311                            }
2312                         }
2313                      ]
2314                   },
2315                   "HTTPFile.ec",
2316                   "network.ec",
2317                   {
2318                      "FileName" : "NetworkClientFile.ec",
2319                      "Configurations" : [
2320                         {
2321                            "Name" : "PACS",
2322                            "Options" : {
2323                               "ExcludeFromBuild" : true
2324                            }
2325                         }
2326                      ]
2327                   },
2328                   "Service.ec",
2329                   "Socket.ec",
2330                   {
2331                      "FileName" : "SSLSocket.ec",
2332                      "Configurations" : [
2333                         {
2334                            "Name" : "WSMS",
2335                            "Options" : {
2336                               "ExcludeFromBuild" : true
2337                            }
2338                         },
2339                         {
2340                            "Name" : "PACS",
2341                            "Options" : {
2342                               "ExcludeFromBuild" : true
2343                            }
2344                         },
2345                         {
2346                            "Name" : "Android",
2347                            "Options" : {
2348                               "ExcludeFromBuild" : true
2349                            }
2350                         },
2351                         {
2352                            "Name" : "Installer",
2353                            "Options" : {
2354                               "ExcludeFromBuild" : true
2355                            }
2356                         }
2357                      ]
2358                   }
2359                ],
2360                "Configurations" : [
2361                   {
2362                      "Name" : "Bootstrap",
2363                      "Options" : {
2364                         "ExcludeFromBuild" : true
2365                      }
2366                   },
2367                   {
2368                      "Name" : "Vanilla",
2369                      "Options" : {
2370                         "ExcludeFromBuild" : true
2371                      }
2372                   },
2373                   {
2374                      "Name" : "Installer",
2375                      "Platforms" : [
2376                         {
2377                            "Name" : "win32",
2378                            "Options" : {
2379                               "ExcludeFromBuild" : true
2380                            }
2381                         }
2382                      ]
2383                   }
2384                ]
2385             },
2386             {
2387                "Folder" : "com",
2388                "Files" : [
2389                   {
2390                      "Folder" : "containers",
2391                      "Files" : [
2392                         "Array.ec",
2393                         "AVLTree.ec",
2394                         "BuiltInContainer.ec",
2395                         "Container.ec",
2396                         "CustomAVLTree.ec",
2397                         "LinkList.ec",
2398                         "List.ec",
2399                         "Map.ec"
2400                      ]
2401                   },
2402                   {
2403                      "FileName" : "BinaryTree.ec",
2404                      "Configurations" : [
2405                         {
2406                            "Name" : "MemoryGuard",
2407                            "Options" : {
2408                               "MemoryGuard" : false
2409                            }
2410                         },
2411                         {
2412                            "Name" : "MemoryGuardRelease",
2413                            "Options" : {
2414                               "MemoryGuard" : false
2415                            }
2416                         }
2417                      ]
2418                   },
2419                   {
2420                      "FileName" : "BTNode.ec",
2421                      "Configurations" : [
2422                         {
2423                            "Name" : "MemoryGuard",
2424                            "Options" : {
2425                               "MemoryGuard" : false
2426                            }
2427                         },
2428                         {
2429                            "Name" : "MemoryGuardRelease",
2430                            "Options" : {
2431                               "MemoryGuard" : false
2432                            }
2433                         }
2434                      ]
2435                   },
2436                   "dataTypes.ec",
2437                   {
2438                      "FileName" : "instance.ec",
2439                      "Configurations" : [
2440                         {
2441                            "Name" : "MemoryGuard",
2442                            "Options" : {
2443                               "MemoryGuard" : false
2444                            }
2445                         },
2446                         {
2447                            "Name" : "MemoryGuardRelease",
2448                            "Options" : {
2449                               "MemoryGuard" : false
2450                            }
2451                         }
2452                      ]
2453                   },
2454                   "String.ec",
2455                   "OldList.ec",
2456                   {
2457                      "FileName" : "instance.c",
2458                      "Configurations" : [
2459                         {
2460                            "Name" : "Bootstrap",
2461                            "Options" : {
2462                               "ExcludeFromBuild" : true
2463                            }
2464                         }
2465                      ]
2466                   }
2467                ],
2468                "Options" : {
2469                   "PreprocessorDefinitions" : [
2470                      "ECERE_COM_MODULE"
2471                   ]
2472                }
2473             }
2474          ]
2475       }
2476    ],
2477    "ResourcesPath" : "res",
2478    "Resources" : [
2479       {
2480          "Folder" : "actions",
2481          "Files" : [
2482             "editFind.png",
2483             "folderNew.png",
2484             "goDown.png",
2485             "goHome.png",
2486             "goNext.png",
2487             "goPrevious.png",
2488             "goUp.png",
2489             "listAdd.png",
2490             "listRemove.png",
2491             "viewRefresh.png",
2492             "windowNew.png",
2493             "clean.png",
2494             "docSave.png",
2495             "docNew.png"
2496          ],
2497          "Configurations" : [
2498             {
2499                "Name" : "Bootstrap",
2500                "Options" : {
2501                   "ExcludeFromBuild" : true
2502                }
2503             }
2504          ]
2505       },
2506       {
2507          "Folder" : "constructs",
2508          "Files" : [
2509             "class.png",
2510             "data.png",
2511             "dataPrivate.png",
2512             "dataType.png",
2513             "enum.png",
2514             "enumValue.png",
2515             "event.png",
2516             "library.png",
2517             "method.png",
2518             "methodPrivate.png",
2519             "namespace.png",
2520             "property.png",
2521             "propertyPrivate.png"
2522          ],
2523          "Configurations" : [
2524             {
2525                "Name" : "Bootstrap",
2526                "Options" : {
2527                   "ExcludeFromBuild" : true
2528                }
2529             }
2530          ]
2531       },
2532       {
2533          "Folder" : "controls",
2534          "Files" : [
2535             "button.png",
2536             "calendar.png",
2537             "checkBox.png",
2538             "dataBox.png",
2539             "dropBox.png",
2540             "editBox.png",
2541             "groupBox.png",
2542             "label.png",
2543             "listBox.png",
2544             "menu.png",
2545             "optionBox.png",
2546             "progressBar.png",
2547             "scrollBarHorizontal.png",
2548             "scrollBarVertical.png",
2549             "statusBar.png"
2550          ],
2551          "Configurations" : [
2552             {
2553                "Name" : "Bootstrap",
2554                "Options" : {
2555                   "ExcludeFromBuild" : true
2556                }
2557             }
2558          ]
2559       },
2560       {
2561          "Folder" : "cursors",
2562          "Files" : [
2563             "arrow.png",
2564             "cross.png",
2565             "iBeam.png",
2566             "move.png",
2567             "sizeEastWest.png",
2568             "sizeNortEastSouthWest.png",
2569             "sizeNorthSouth.png",
2570             "sizeNortWestSouthEast.png"
2571          ],
2572          "Configurations" : [
2573             {
2574                "Name" : "Bootstrap",
2575                "Options" : {
2576                   "ExcludeFromBuild" : true
2577                }
2578             }
2579          ]
2580       },
2581       {
2582          "Folder" : "devices",
2583          "Files" : [
2584             "computer.png",
2585             "driveHardDisk.png",
2586             "driveRemovableMedia.png",
2587             "mediaFloppy.png",
2588             "mediaOptical.png"
2589          ],
2590          "Configurations" : [
2591             {
2592                "Name" : "Bootstrap",
2593                "Options" : {
2594                   "ExcludeFromBuild" : true
2595                }
2596             }
2597          ]
2598       },
2599       {
2600          "Folder" : "elements",
2601          "Files" : [
2602             "areaClose.png",
2603             "areaMaximize.png",
2604             "areaMinimize.png",
2605             "areaRestore.png",
2606             "arrowDown.png",
2607             "arrowLeft.png",
2608             "arrowRight.png",
2609             "arrowUp.png",
2610             "checkBoxChecked.png",
2611             "checkBoxDisabled.png",
2612             "checkBoxDisabledChecked.png",
2613             "checkBox.png",
2614             "optionBoxDisabled.png",
2615             "optionBoxDisabledSelected.png",
2616             "optionBoxDown.png",
2617             "optionBoxSelectedDown.png",
2618             "optionBoxSelectedUp.png",
2619             "optionBoxUp.png",
2620             "orderAscending.png",
2621             "orderCategorized.png",
2622             "orderDescending.png"
2623          ],
2624          "Configurations" : [
2625             {
2626                "Name" : "Bootstrap",
2627                "Options" : {
2628                   "ExcludeFromBuild" : true
2629                }
2630             }
2631          ]
2632       },
2633       {
2634          "Folder" : "emblems",
2635          "Files" : [
2636             "unreadable.png"
2637          ],
2638          "Configurations" : [
2639             {
2640                "Name" : "Bootstrap",
2641                "Options" : {
2642                   "ExcludeFromBuild" : true
2643                }
2644             }
2645          ]
2646       },
2647       {
2648          "Folder" : "mimeTypes",
2649          "Files" : [
2650             "file.png",
2651             "image.png",
2652             "package.png",
2653             "packageOpticalDisc.png",
2654             "packageSoftware.png",
2655             "text.png",
2656             "textCHeader.png",
2657             "textCSource.png",
2658             "textC++Header.png",
2659             "textC++Source.png",
2660             "textEcereHeader.png",
2661             "textEcereProject.png",
2662             "textEcereSource.png",
2663             "textEcereWorkspace.png",
2664             "textHyperTextMarkup.png",
2665             "brokenFile.png"
2666          ],
2667          "Configurations" : [
2668             {
2669                "Name" : "Bootstrap",
2670                "Options" : {
2671                   "ExcludeFromBuild" : true
2672                }
2673             }
2674          ]
2675       },
2676       {
2677          "Folder" : "places",
2678          "Files" : [
2679             "driveRemote.png",
2680             "folder.png",
2681             "folderRemote.png",
2682             "networkServer.png",
2683             "networkWorkgroup.png",
2684             "brokenFolder.png"
2685          ],
2686          "Configurations" : [
2687             {
2688                "Name" : "Bootstrap",
2689                "Options" : {
2690                   "ExcludeFromBuild" : true
2691                }
2692             }
2693          ]
2694       },
2695       {
2696          "Folder" : "status",
2697          "Files" : [
2698             "audioVolumeHigh.png",
2699             "folderOpen.png"
2700          ],
2701          "Configurations" : [
2702             {
2703                "Name" : "Bootstrap",
2704                "Options" : {
2705                   "ExcludeFromBuild" : true
2706                }
2707             }
2708          ]
2709       },
2710       {
2711          "Folder" : "unicode",
2712          "Files" : [
2713             "derivedGeneralCategoryStripped.txt"
2714          ],
2715          "Configurations" : [
2716             {
2717                "Name" : "Bootstrap",
2718                "Options" : {
2719                   "ExcludeFromBuild" : true
2720                }
2721             }
2722          ]
2723       },
2724       {
2725          "Folder" : "locale",
2726          "Files" : [
2727             "locale/es.mo",
2728             "locale/hu.mo",
2729             "locale/mr.mo",
2730             "locale/nl.mo",
2731             "locale/pt_BR.mo",
2732             "locale/ru.mo",
2733             "locale/zh_CN.mo"
2734          ],
2735          "Configurations" : [
2736             {
2737                "Name" : "Bootstrap",
2738                "Options" : {
2739                   "ExcludeFromBuild" : true
2740                }
2741             }
2742          ]
2743       },
2744       {
2745          "Folder" : "shaders",
2746          "Files" : [
2747             "src/gfx/drivers/gl3/fixed.frag",
2748             "src/gfx/drivers/gl3/fixed.vertex"
2749          ]
2750       },
2751       {
2752          "FileName" : "C:/Windows/Fonts/tahoma.ttf",
2753          "Options" : {
2754             "ExcludeFromBuild" : true
2755          },
2756          "Configurations" : [
2757             {
2758                "Name" : "Android",
2759                "Options" : {
2760                   "ExcludeFromBuild" : false
2761                }
2762             }
2763          ]
2764       },
2765       {
2766          "FileName" : "C:/Windows/Fonts/tahomabd.ttf",
2767          "Options" : {
2768             "ExcludeFromBuild" : true
2769          },
2770          "Configurations" : [
2771             {
2772                "Name" : "Android",
2773                "Options" : {
2774                   "ExcludeFromBuild" : false
2775                }
2776             }
2777          ]
2778       },
2779       {
2780          "FileName" : "C:/Windows/Fonts/arial.ttf",
2781          "Options" : {
2782             "ExcludeFromBuild" : true
2783          },
2784          "Configurations" : [
2785             {
2786                "Name" : "Android",
2787                "Options" : {
2788                   "ExcludeFromBuild" : false
2789                }
2790             }
2791          ]
2792       },
2793       {
2794          "FileName" : "C:/Windows/Fonts/arialbd.ttf",
2795          "Options" : {
2796             "ExcludeFromBuild" : true
2797          },
2798          "Configurations" : [
2799             {
2800                "Name" : "Android",
2801                "Options" : {
2802                   "ExcludeFromBuild" : false
2803                }
2804             }
2805          ]
2806       }
2807    ]
2808 }