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