i18n: Added Spanish translation, Took out types from adding files dialogs
[sdk] / ecere / ecere.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ecere",
4    "Options" : {
5       "Warnings" : "All",
6       "IncludeDirs" : [
7          "src/gfx/drivers/harfbuzz",
8          "/usr/X11R6/include",
9          "/usr/X11R6/include/freetype2"
10       ],
11       "DefaultNameSpace" : "ecere",
12       "TargetType" : "SharedLibrary",
13       "TargetFileName" : "ecere",
14       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
15       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
16       "Libraries" : [
17          "jpeg",
18          "png",
19          "z",
20          "freetype"
21       ]
22    },
23    "Platforms" : [
24       {
25          "Name" : "Linux",
26          "Options" : {
27             "IncludeDirs" : [
28                "/usr/include/freetype2",
29                "../deps/libungif-4.1.1/lib"
30             ],
31             "Libraries" : [
32                "ncurses",
33                "pthread",
34                "m",
35                "dl",
36                "fontconfig",
37                "ungif",
38                "X11",
39                "Xext",
40                "Xrender",
41                "GL"
42             ],
43             "LibraryDirs" : [
44                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)",
45                "/usr/X11R6/lib"
46             ]
47          }
48       },
49       {
50          "Name" : "Win32",
51          "Options" : {
52             "IncludeDirs" : [
53                "../deps/DirectX-9.0/include",
54                "../deps/jpeg-6b",
55                "../deps/libpng-1.4.0",
56                "../deps/libungif-4.1.1/lib",
57                "../deps/zlib",
58                "../deps/freetype-2.3.12/include",
59                "../deps/glext"
60             ],
61             "Libraries" : [
62                "dxguid",
63                "ddraw",
64                "dinput",
65                "winmm",
66                "opengl32",
67                "ws2_32",
68                "kernel32",
69                "user32",
70                "gdi32",
71                "mpr",
72                "advapi32",
73                "shell32",
74                "winspool",
75                "imm32",
76                "ungif"
77             ],
78             "LibraryDirs" : [
79                "../deps/zlib/obj/release.$(PLATFORM)",
80                "../deps/jpeg-6b/obj/release.$(PLATFORM)",
81                "../deps/libpng-1.4.0/obj/release.$(PLATFORM)",
82                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)",
83                "../deps/freetype-2.3.12/obj/release.$(PLATFORM)"
84             ]
85          }
86       },
87       {
88          "Name" : "apple",
89          "Options" : {
90             "IncludeDirs" : [
91                "/usr/include/freetype2",
92                "/usr/X11R6/include/freetype2",
93                "/usr/X11R6/include",
94                "../deps/jpeg-6b",
95                "../deps/libpng-1.4.0",
96                "../deps/libungif-4.1.1/lib"
97             ],
98             "Libraries" : [
99                "curses",
100                "pthread",
101                "m",
102                "dl",
103                "fontconfig",
104                "ungif",
105                "X11",
106                "Xext",
107                "Xrender",
108                "GL"
109             ],
110             "LibraryDirs" : [
111                "/usr/X11R6/lib",
112                "../deps/jpeg-6b/obj/release.$(PLATFORM)",
113                "../deps/libpng-1.4.0/obj/release.$(PLATFORM)",
114                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)"
115             ]
116          }
117       }
118    ],
119    "Configurations" : [
120       {
121          "Name" : "Debug",
122          "Options" : {
123             "Debug" : true,
124             "PreprocessorDefinitions" : [
125                "_DEBUG",
126                "BUILDING_ECERE_COM"
127             ]
128          }
129       },
130       {
131          "Name" : "MemoryGuard",
132          "Options" : {
133             "Debug" : true,
134             "MemoryGuard" : true,
135             "Optimization" : "None",
136             "PreprocessorDefinitions" : [
137                "BUILDING_ECERE_COM",
138                "_DEBUG",
139                "MEMINFO",
140                "REDZONE=32"
141             ]
142          }
143       },
144       {
145          "Name" : "MemoryGuardRelease",
146          "Options" : {
147             "Debug" : false,
148             "MemoryGuard" : true,
149             "Optimization" : "Speed",
150             "PreprocessorDefinitions" : [
151                "BUILDING_ECERE_COM",
152                "MEMINFO",
153                "REDZONE=256"
154             ]
155          }
156       },
157       {
158          "Name" : "Profile",
159          "Options" : {
160             "Debug" : true,
161             "Profile" : true,
162             "Optimization" : "Speed",
163             "PreprocessorDefinitions" : [
164                "BUILDING_ECERE_COM",
165                "ECERE_STATIC"
166             ],
167             "TargetType" : "StaticLibrary",
168             "TargetFileName" : "ecereStatic"
169          }
170       },
171       {
172          "Name" : "Release",
173          "Options" : {
174             "Warnings" : "None",
175             "Debug" : false,
176             "NoLineNumbers" : true,
177             "Optimization" : "Speed",
178             "PreprocessorDefinitions" : [
179                "BUILDING_ECERE_COM"
180             ],
181             "PostbuildCommands" : [
182                "$(call cpq,$(TARGET),../$(SODESTDIR))"
183             ]
184          }
185       },
186       {
187          "Name" : "Static",
188          "Options" : {
189             "Debug" : false,
190             "Optimization" : "Size",
191             "PreprocessorDefinitions" : [
192                "BUILDING_ECERE_COM",
193                "ECERE_STATIC"
194             ],
195             "TargetType" : "StaticLibrary",
196             "TargetFileName" : "ecereStatic",
197             "Libraries" : [
198                "jpeg",
199                "png",
200                "z",
201                "freetype"
202             ],
203             "Compress" : true
204          }
205       },
206       {
207          "Name" : "Tight",
208          "Options" : {
209             "Debug" : false,
210             "Optimization" : "Size",
211             "PreprocessorDefinitions" : [
212                "BUILDING_ECERE_COM"
213             ],
214             "Compress" : true
215          }
216       },
217       {
218          "Name" : "PACS",
219          "Options" : {
220             "Optimization" : "Size",
221             "PreprocessorDefinitions" : [
222                "BUILDING_ECERE_COM",
223                "ECERE_STATIC",
224                "ECERE_NOBLENDING",
225                "ECERE_NO3D",
226                "ECERE_NODINPUT",
227                "ECERE_NOTRUETYPE"
228             ],
229             "TargetType" : "StaticLibrary",
230             "TargetFileName" : "ecerePACS"
231          }
232       },
233       {
234          "Name" : "Bootstrap",
235          "Options" : {
236             "NoLineNumbers" : true,
237             "PreprocessorDefinitions" : [
238                "BUILDING_ECERE_COM",
239                "ECERE_STATIC",
240                "ECERE_BOOTSTRAP"
241             ],
242             "IncludeDirs" : [
243                "../compiler/bootstrap/include"
244             ],
245             "TargetType" : "StaticLibrary",
246             "TargetFileName" : "ecereBootstrap",
247             "Libraries" : [
248
249             ]
250          }
251       },
252       {
253          "Name" : "Vanilla",
254          "Options" : {
255             "NoLineNumbers" : true,
256             "Optimization" : "Size",
257             "PreprocessorDefinitions" : [
258                "BUILDING_ECERE_COM",
259                "ECERE_STATIC",
260                "ECERE_VANILLA",
261                "NOBLENDING"
262             ],
263             "TargetType" : "StaticLibrary",
264             "TargetFileName" : "ecereVanilla",
265             "PostbuildCommands" : [
266                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/lib/)"
267             ]
268          }
269       },
270       {
271          "Name" : "WSMS",
272          "Options" : {
273             "Optimization" : "Size",
274             "PreprocessorDefinitions" : [
275                "BUILDING_ECERE_COM",
276                "ECERE_STATIC",
277                "ECERE_NO3D"
278             ],
279             "TargetType" : "StaticLibrary",
280             "TargetFileName" : "ecereWSMS"
281          },
282          "Platforms" : [
283             {
284                "Name" : "win32",
285                "Options" : {
286                   "PreprocessorDefinitions" : [
287                      "ECERE_NOTRUETYPE",
288                      "ECERE_NOBLENDING",
289                      "ECERE_NODINPUT"
290                   ]
291                }
292             }
293          ]
294       }
295    ],
296    "Files" : [
297       {
298          "Folder" : "src",
299          "Files" : [
300             {
301                "Folder" : "sys",
302                "Files" : [
303                   "Archive.ec",
304                   {
305                      "FileName" : "BufferedFile.ec",
306                      "Configurations" : [
307                         {
308                            "Name" : "Bootstrap",
309                            "Options" : {
310                               "ExcludeFromBuild" : false
311                            }
312                         }
313                      ]
314                   },
315                   "Date.ec",
316                   {
317                      "FileName" : "DualPipe.ec",
318                      "Configurations" : [
319                         {
320                            "Name" : "Bootstrap",
321                            "Options" : {
322                               "ExcludeFromBuild" : false
323                            }
324                         }
325                      ]
326                   },
327                   "EARArchive.ec",
328                   {
329                      "FileName" : "File.ec",
330                      "Configurations" : [
331                         {
332                            "Name" : "Bootstrap",
333                            "Options" : {
334                               "ExcludeFromBuild" : false
335                            }
336                         }
337                      ]
338                   },
339                   "FileMonitor.ec",
340                   "GlobalAppSettings.ec",
341                   "JSON.ec",
342                   "JSONGlobalSettings.ec",
343                   {
344                      "FileName" : "memory.ec",
345                      "Configurations" : [
346                         {
347                            "Name" : "Bootstrap",
348                            "Options" : {
349                               "ExcludeFromBuild" : false
350                            }
351                         }
352                      ]
353                   },
354                   {
355                      "FileName" : "Mutex.ec",
356                      "Options" : {
357                         "PreprocessorDefinitions" : [
358                            "ECERE_COM_MODULE"
359                         ]
360                      },
361                      "Configurations" : [
362                         {
363                            "Name" : "MemoryGuard",
364                            "Options" : {
365                               "MemoryGuard" : false
366                            }
367                         },
368                         {
369                            "Name" : "MemoryGuardRelease",
370                            "Options" : {
371                               "MemoryGuard" : false
372                            }
373                         }
374                      ]
375                   },
376                   "Semaphore.ec",
377                   {
378                      "FileName" : "System.ec",
379                      "Configurations" : [
380                         {
381                            "Name" : "Bootstrap",
382                            "Options" : {
383                               "ExcludeFromBuild" : false
384                            }
385                         }
386                      ]
387                   },
388                   {
389                      "FileName" : "TempFile.ec",
390                      "Configurations" : [
391                         {
392                            "Name" : "Bootstrap",
393                            "Options" : {
394                               "ExcludeFromBuild" : false
395                            }
396                         }
397                      ]
398                   },
399                   {
400                      "FileName" : "Thread.ec",
401                      "Configurations" : [
402                         {
403                            "Name" : "MemoryGuard",
404                            "Options" : {
405                               "MemoryGuard" : false
406                            }
407                         },
408                         {
409                            "Name" : "MemoryGuardRelease",
410                            "Options" : {
411                               "MemoryGuard" : false
412                            }
413                         }
414                      ]
415                   },
416                   "Time.ec",
417                   "unicode.ec",
418                   "units.ec",
419                   {
420                      "FileName" : "File.c",
421                      "Configurations" : [
422                         {
423                            "Name" : "Bootstrap",
424                            "Options" : {
425                               "ExcludeFromBuild" : false
426                            }
427                         }
428                      ]
429                   },
430                   {
431                      "FileName" : "DualPipe.c",
432                      "Configurations" : [
433                         {
434                            "Name" : "Bootstrap",
435                            "Options" : {
436                               "ExcludeFromBuild" : false
437                            }
438                         }
439                      ]
440                   },
441                   {
442                      "FileName" : "System.c",
443                      "Configurations" : [
444                         {
445                            "Name" : "Bootstrap",
446                            "Options" : {
447                               "ExcludeFromBuild" : false
448                            }
449                         }
450                      ]
451                   },
452                   {
453                      "FileName" : "i18n.ec",
454                      "Options" : {
455                         "PreprocessorDefinitions" : [
456                            "ECERE_COM_MODULE"
457                         ]
458                      },
459                      "Configurations" : [
460                         {
461                            "Name" : "Bootstrap",
462                            "Options" : {
463                               "ExcludeFromBuild" : false
464                            }
465                         }
466                      ]
467                   }
468                ],
469                "Configurations" : [
470                   {
471                      "Name" : "Bootstrap",
472                      "Options" : {
473                         "ExcludeFromBuild" : true
474                      }
475                   }
476                ]
477             },
478             {
479                "Folder" : "gfx",
480                "Files" : [
481                   {
482                      "Folder" : "3D",
483                      "Files" : [
484                         {
485                            "Folder" : "meshes",
486                            "Files" : [
487                               "Cube.ec",
488                               "SkyBox.ec",
489                               "Sphere.ec"
490                            ]
491                         },
492                         {
493                            "Folder" : "models",
494                            "Files" : [
495                               "Object3DSFormat.ec"
496                            ]
497                         },
498                         "Camera.ec",
499                         "Matrix.ec",
500                         "Mesh.ec",
501                         "Object.ec",
502                         "Plane.ec",
503                         "Quaternion.ec",
504                         "Vector3D.ec"
505                      ],
506                      "Configurations" : [
507                         {
508                            "Name" : "PACS",
509                            "Options" : {
510                               "ExcludeFromBuild" : true
511                            }
512                         },
513                         {
514                            "Name" : "Vanilla",
515                            "Options" : {
516                               "ExcludeFromBuild" : true
517                            }
518                         },
519                         {
520                            "Name" : "WSMS",
521                            "Options" : {
522                               "ExcludeFromBuild" : true
523                            }
524                         }
525                      ]
526                   },
527                   {
528                      "Folder" : "bitmaps",
529                      "Files" : [
530                         {
531                            "FileName" : "BMPFormat.ec",
532                            "Configurations" : [
533                               {
534                                  "Name" : "Vanilla",
535                                  "Options" : {
536                                     "ExcludeFromBuild" : false
537                                  }
538                               }
539                            ]
540                         },
541                         {
542                            "FileName" : "GIFFormat.ec",
543                            "Configurations" : [
544                               {
545                                  "Name" : "PACS",
546                                  "Options" : {
547                                     "ExcludeFromBuild" : true
548                                  }
549                               },
550                               {
551                                  "Name" : "WSMS",
552                                  "Options" : {
553                                     "ExcludeFromBuild" : true
554                                  }
555                               }
556                            ]
557                         },
558                         {
559                            "FileName" : "JPEGFormat.ec",
560                            "Configurations" : [
561                               {
562                                  "Name" : "WSMS",
563                                  "Options" : {
564                                     "ExcludeFromBuild" : true
565                                  }
566                               }
567                            ]
568                         },
569                         {
570                            "FileName" : "PCXFormat.ec",
571                            "Configurations" : [
572                               {
573                                  "Name" : "PACS",
574                                  "Options" : {
575                                     "ExcludeFromBuild" : true
576                                  }
577                               }
578                            ]
579                         },
580                         "PNGFormat.ec",
581                         {
582                            "FileName" : "RGBFormat.ec",
583                            "Configurations" : [
584                               {
585                                  "Name" : "PACS",
586                                  "Options" : {
587                                     "ExcludeFromBuild" : false
588                                  }
589                               },
590                               {
591                                  "Name" : "WSMS",
592                                  "Options" : {
593                                     "ExcludeFromBuild" : true
594                                  }
595                               }
596                            ]
597                         }
598                      ],
599                      "Configurations" : [
600                         {
601                            "Name" : "Vanilla",
602                            "Options" : {
603                               "ExcludeFromBuild" : true
604                            }
605                         }
606                      ]
607                   },
608                   {
609                      "Folder" : "drivers",
610                      "Files" : [
611                         {
612                            "Folder" : "harfbuzz",
613                            "Files" : [
614                               {
615                                  "Folder" : "unicode",
616                                  "Files" : [
617                                     {
618                                        "Folder" : "tables",
619                                        "Files" : [
620                                           "category-properties.h",
621                                           "combining-properties.h",
622                                           "grapheme-break-properties.h",
623                                           "script-properties.h"
624                                        ]
625                                     },
626                                     "harfbuzz-freetype.h",
627                                     "harfbuzz-unicode.h",
628                                     "harfbuzz-freetype.c",
629                                     "harfbuzz-unicode-tables.c",
630                                     "harfbuzz-unicode.c"
631                                  ]
632                               },
633                               "harfbuzz-arabic.c",
634                               "harfbuzz-buffer.c",
635                               "harfbuzz-buffer.h",
636                               "harfbuzz-external.h",
637                               "harfbuzz-gdef-private.h",
638                               "harfbuzz-gdef.c",
639                               "harfbuzz-gdef.h",
640                               "harfbuzz-global.h",
641                               "harfbuzz-gpos-private.h",
642                               "harfbuzz-gpos.c",
643                               "harfbuzz-gpos.h",
644                               "harfbuzz-gsub-private.h",
645                               "harfbuzz-gsub.c",
646                               "harfbuzz-gsub.h",
647                               "harfbuzz-hangul.c",
648                               "harfbuzz-hebrew.c",
649                               "harfbuzz-impl.h",
650                               "harfbuzz-indic.c",
651                               "harfbuzz-khmer.c",
652                               "harfbuzz-myanmar.c",
653                               "harfbuzz-open-private.h",
654                               "harfbuzz-open.c",
655                               "harfbuzz-open.h",
656                               "harfbuzz-shape.h",
657                               "harfbuzz-shaper-private.h",
658                               "harfbuzz-shaper.c",
659                               "harfbuzz-shaper.h",
660                               "harfbuzz-stream.c",
661                               "harfbuzz-stream.h",
662                               "harfbuzz-tibetan.c",
663                               "harfbuzz.h",
664                               "harfbuzz-impl.c",
665                               "harfbuzz-thai.c",
666                               "harfbuzz-buffer-private.h",
667                               "harfbuzz-dump.h",
668                               "harfbuzz-stream-private.h"
669                            ],
670                            "Options" : {
671                               "ExcludeFromBuild" : false
672                            },
673                            "Configurations" : [
674                               {
675                                  "Name" : "Bootstrap",
676                                  "Options" : {
677                                     "ExcludeFromBuild" : true
678                                  }
679                               },
680                               {
681                                  "Name" : "Vanilla",
682                                  "Platforms" : [
683                                     {
684                                        "Name" : "win32",
685                                        "Options" : {
686                                           "ExcludeFromBuild" : true
687                                        }
688                                     }
689                                  ]
690                               },
691                               {
692                                  "Name" : "WSMS",
693                                  "Platforms" : [
694                                     {
695                                        "Name" : "win32",
696                                        "Options" : {
697                                           "ExcludeFromBuild" : true
698                                        }
699                                     }
700                                  ]
701                               }
702                            ]
703                         },
704                         {
705                            "FileName" : "Direct3D8DisplayDriver.ec",
706                            "Platforms" : [
707                               {
708                                  "Name" : "win32",
709                                  "Options" : {
710                                     "ExcludeFromBuild" : false
711                                  }
712                               }
713                            ],
714                            "Configurations" : [
715                               {
716                                  "Name" : "WSMS",
717                                  "Platforms" : [
718                                     {
719                                        "Name" : "win32",
720                                        "Options" : {
721                                           "ExcludeFromBuild" : true
722                                        }
723                                     }
724                                  ]
725                               },
726                               {
727                                  "Name" : "Vanilla",
728                                  "Platforms" : [
729                                     {
730                                        "Name" : "win32",
731                                        "Options" : {
732                                           "ExcludeFromBuild" : true
733                                        }
734                                     }
735                                  ]
736                               },
737                               {
738                                  "Name" : "PACS",
739                                  "Platforms" : [
740                                     {
741                                        "Name" : "win32",
742                                        "Options" : {
743                                           "ExcludeFromBuild" : true
744                                        }
745                                     }
746                                  ]
747                               },
748                               {
749                                  "Name" : "Bootstrap",
750                                  "Platforms" : [
751                                     {
752                                        "Name" : "win32",
753                                        "Options" : {
754                                           "ExcludeFromBuild" : true
755                                        }
756                                     }
757                                  ]
758                               }
759                            ]
760                         },
761                         {
762                            "FileName" : "Direct3D9DisplayDriver.ec",
763                            "Platforms" : [
764                               {
765                                  "Name" : "win32",
766                                  "Options" : {
767                                     "ExcludeFromBuild" : false
768                                  }
769                               }
770                            ],
771                            "Configurations" : [
772                               {
773                                  "Name" : "WSMS",
774                                  "Platforms" : [
775                                     {
776                                        "Name" : "win32",
777                                        "Options" : {
778                                           "ExcludeFromBuild" : true
779                                        }
780                                     }
781                                  ]
782                               },
783                               {
784                                  "Name" : "Vanilla",
785                                  "Platforms" : [
786                                     {
787                                        "Name" : "win32",
788                                        "Options" : {
789                                           "ExcludeFromBuild" : true
790                                        }
791                                     }
792                                  ]
793                               },
794                               {
795                                  "Name" : "PACS",
796                                  "Platforms" : [
797                                     {
798                                        "Name" : "win32",
799                                        "Options" : {
800                                           "ExcludeFromBuild" : true
801                                        }
802                                     }
803                                  ]
804                               },
805                               {
806                                  "Name" : "Bootstrap",
807                                  "Platforms" : [
808                                     {
809                                        "Name" : "win32",
810                                        "Options" : {
811                                           "ExcludeFromBuild" : true
812                                        }
813                                     }
814                                  ]
815                               }
816                            ]
817                         },
818                         {
819                            "FileName" : "DirectDrawDisplayDriver.ec",
820                            "Platforms" : [
821                               {
822                                  "Name" : "win32",
823                                  "Options" : {
824                                     "ExcludeFromBuild" : false
825                                  }
826                               }
827                            ],
828                            "Configurations" : [
829                               {
830                                  "Name" : "WSMS",
831                                  "Platforms" : [
832                                     {
833                                        "Name" : "win32",
834                                        "Options" : {
835                                           "ExcludeFromBuild" : true
836                                        }
837                                     }
838                                  ]
839                               },
840                               {
841                                  "Name" : "Vanilla",
842                                  "Platforms" : [
843                                     {
844                                        "Name" : "win32",
845                                        "Options" : {
846                                           "ExcludeFromBuild" : true
847                                        }
848                                     }
849                                  ]
850                               },
851                               {
852                                  "Name" : "PACS",
853                                  "Platforms" : [
854                                     {
855                                        "Name" : "win32",
856                                        "Options" : {
857                                           "ExcludeFromBuild" : true
858                                        }
859                                     }
860                                  ]
861                               },
862                               {
863                                  "Name" : "Bootstrap",
864                                  "Platforms" : [
865                                     {
866                                        "Name" : "win32",
867                                        "Options" : {
868                                           "ExcludeFromBuild" : true
869                                        }
870                                     }
871                                  ]
872                               }
873                            ]
874                         },
875                         {
876                            "FileName" : "GDIDisplayDriver.ec",
877                            "Platforms" : [
878                               {
879                                  "Name" : "win32",
880                                  "Options" : {
881                                     "ExcludeFromBuild" : false
882                                  }
883                               }
884                            ],
885                            "Configurations" : [
886                               {
887                                  "Name" : "Bootstrap",
888                                  "Platforms" : [
889                                     {
890                                        "Name" : "win32",
891                                        "Options" : {
892                                           "ExcludeFromBuild" : true
893                                        }
894                                     }
895                                  ]
896                               }
897                            ]
898                         },
899                         {
900                            "FileName" : "lfbBlit.ec",
901                            "Options" : {
902                               "ExcludeFromBuild" : false
903                            },
904                            "Configurations" : [
905                               {
906                                  "Name" : "Bootstrap",
907                                  "Options" : {
908                                     "ExcludeFromBuild" : true
909                                  }
910                               }
911                            ]
912                         },
913                         {
914                            "FileName" : "lfbConvert.ec",
915                            "Options" : {
916                               "ExcludeFromBuild" : false
917                            },
918                            "Configurations" : [
919                               {
920                                  "Name" : "Bootstrap",
921                                  "Options" : {
922                                     "ExcludeFromBuild" : true
923                                  }
924                               }
925                            ]
926                         },
927                         {
928                            "FileName" : "LFBDisplayDriver.ec",
929                            "Options" : {
930                               "ExcludeFromBuild" : false
931                            },
932                            "Configurations" : [
933                               {
934                                  "Name" : "Bootstrap",
935                                  "Options" : {
936                                     "ExcludeFromBuild" : true
937                                  }
938                               }
939                            ]
940                         },
941                         {
942                            "FileName" : "NCursesDisplayDriver.ec",
943                            "Platforms" : [
944                               {
945                                  "Name" : "linux",
946                                  "Options" : {
947                                     "ExcludeFromBuild" : false
948                                  }
949                               },
950                               {
951                                  "Name" : "apple",
952                                  "Options" : {
953                                     "ExcludeFromBuild" : false
954                                  }
955                               }
956                            ],
957                            "Configurations" : [
958                               {
959                                  "Name" : "WSMS",
960                                  "Platforms" : [
961                                     {
962                                        "Name" : "win32",
963                                        "Options" : {
964                                           "ExcludeFromBuild" : true
965                                        }
966                                     }
967                                  ]
968                               },
969                               {
970                                  "Name" : "Bootstrap",
971                                  "Platforms" : [
972                                     {
973                                        "Name" : "linux",
974                                        "Options" : {
975                                           "ExcludeFromBuild" : true
976                                        }
977                                     },
978                                     {
979                                        "Name" : "apple",
980                                        "Options" : {
981                                           "ExcludeFromBuild" : true
982                                        }
983                                     }
984                                  ]
985                               }
986                            ]
987                         },
988                         {
989                            "FileName" : "OpenGLDisplayDriver.ec",
990                            "Options" : {
991                               "ExcludeFromBuild" : false
992                            },
993                            "Platforms" : [
994                               {
995                                  "Name" : "apple",
996                                  "Options" : {
997                                     "ExcludeFromBuild" : true
998                                  }
999                               }
1000                            ],
1001                            "Configurations" : [
1002                               {
1003                                  "Name" : "WSMS",
1004                                  "Options" : {
1005                                     "ExcludeFromBuild" : true
1006                                  }
1007                               },
1008                               {
1009                                  "Name" : "Vanilla",
1010                                  "Options" : {
1011                                     "ExcludeFromBuild" : true
1012                                  }
1013                               },
1014                               {
1015                                  "Name" : "PACS",
1016                                  "Options" : {
1017                                     "ExcludeFromBuild" : true
1018                                  }
1019                               },
1020                               {
1021                                  "Name" : "Bootstrap",
1022                                  "Options" : {
1023                                     "ExcludeFromBuild" : true
1024                                  }
1025                               }
1026                            ]
1027                         },
1028                         {
1029                            "FileName" : "Win32BitmapPrinterDisplayDriver.ec",
1030                            "Platforms" : [
1031                               {
1032                                  "Name" : "win32",
1033                                  "Options" : {
1034                                     "ExcludeFromBuild" : false
1035                                  }
1036                               }
1037                            ],
1038                            "Configurations" : [
1039                               {
1040                                  "Name" : "WSMS",
1041                                  "Platforms" : [
1042                                     {
1043                                        "Name" : "win32",
1044                                        "Options" : {
1045                                           "ExcludeFromBuild" : true
1046                                        }
1047                                     }
1048                                  ]
1049                               },
1050                               {
1051                                  "Name" : "Vanilla",
1052                                  "Platforms" : [
1053                                     {
1054                                        "Name" : "win32",
1055                                        "Options" : {
1056                                           "ExcludeFromBuild" : true
1057                                        }
1058                                     }
1059                                  ]
1060                               },
1061                               {
1062                                  "Name" : "PACS",
1063                                  "Platforms" : [
1064                                     {
1065                                        "Name" : "win32",
1066                                        "Options" : {
1067                                           "ExcludeFromBuild" : true
1068                                        }
1069                                     }
1070                                  ]
1071                               },
1072                               {
1073                                  "Name" : "Bootstrap",
1074                                  "Platforms" : [
1075                                     {
1076                                        "Name" : "win32",
1077                                        "Options" : {
1078                                           "ExcludeFromBuild" : true
1079                                        }
1080                                     }
1081                                  ]
1082                               }
1083                            ]
1084                         },
1085                         {
1086                            "FileName" : "CocoaOpenGLDisplayDriver.ec",
1087                            "Platforms" : [
1088                               {
1089                                  "Name" : "apple",
1090                                  "Options" : {
1091                                     "ExcludeFromBuild" : false
1092                                  }
1093                               }
1094                            ],
1095                            "Configurations" : [
1096                               {
1097                                  "Name" : "Vanilla",
1098                                  "Options" : {
1099                                     "ExcludeFromBuild" : true
1100                                  }
1101                               }
1102                            ]
1103                         },
1104                         {
1105                            "FileName" : "Win32ConsoleDisplayDriver.ec",
1106                            "Platforms" : [
1107                               {
1108                                  "Name" : "win32",
1109                                  "Options" : {
1110                                     "ExcludeFromBuild" : false
1111                                  }
1112                               }
1113                            ],
1114                            "Configurations" : [
1115                               {
1116                                  "Name" : "WSMS",
1117                                  "Platforms" : [
1118                                     {
1119                                        "Name" : "win32",
1120                                        "Options" : {
1121                                           "ExcludeFromBuild" : true
1122                                        }
1123                                     }
1124                                  ]
1125                               },
1126                               {
1127                                  "Name" : "Vanilla",
1128                                  "Platforms" : [
1129                                     {
1130                                        "Name" : "win32",
1131                                        "Options" : {
1132                                           "ExcludeFromBuild" : true
1133                                        }
1134                                     }
1135                                  ]
1136                               },
1137                               {
1138                                  "Name" : "PACS",
1139                                  "Platforms" : [
1140                                     {
1141                                        "Name" : "win32",
1142                                        "Options" : {
1143                                           "ExcludeFromBuild" : true
1144                                        }
1145                                     }
1146                                  ]
1147                               },
1148                               {
1149                                  "Name" : "Bootstrap",
1150                                  "Platforms" : [
1151                                     {
1152                                        "Name" : "win32",
1153                                        "Options" : {
1154                                           "ExcludeFromBuild" : true
1155                                        }
1156                                     }
1157                                  ]
1158                               }
1159                            ]
1160                         },
1161                         {
1162                            "FileName" : "Win32PrinterDisplayDriver.ec",
1163                            "Platforms" : [
1164                               {
1165                                  "Name" : "win32",
1166                                  "Options" : {
1167                                     "ExcludeFromBuild" : false
1168                                  }
1169                               }
1170                            ],
1171                            "Configurations" : [
1172                               {
1173                                  "Name" : "Vanilla",
1174                                  "Platforms" : [
1175                                     {
1176                                        "Name" : "win32",
1177                                        "Options" : {
1178                                           "ExcludeFromBuild" : true
1179                                        }
1180                                     }
1181                                  ]
1182                               },
1183                               {
1184                                  "Name" : "PACS",
1185                                  "Platforms" : [
1186                                     {
1187                                        "Name" : "win32",
1188                                        "Options" : {
1189                                           "ExcludeFromBuild" : true
1190                                        }
1191                                     }
1192                                  ]
1193                               },
1194                               {
1195                                  "Name" : "Bootstrap",
1196                                  "Platforms" : [
1197                                     {
1198                                        "Name" : "win32",
1199                                        "Options" : {
1200                                           "ExcludeFromBuild" : true
1201                                        }
1202                                     }
1203                                  ]
1204                               }
1205                            ]
1206                         },
1207                         {
1208                            "FileName" : "XDisplayDriver.ec",
1209                            "Platforms" : [
1210                               {
1211                                  "Name" : "linux",
1212                                  "Options" : {
1213                                     "ExcludeFromBuild" : false
1214                                  }
1215                               }
1216                            ],
1217                            "Configurations" : [
1218                               {
1219                                  "Name" : "Bootstrap",
1220                                  "Platforms" : [
1221                                     {
1222                                        "Name" : "linux",
1223                                        "Options" : {
1224                                           "ExcludeFromBuild" : true
1225                                        }
1226                                     }
1227                                  ]
1228                               }
1229                            ]
1230                         }
1231                      ],
1232                      "Options" : {
1233                         "ExcludeFromBuild" : true
1234                      },
1235                      "Configurations" : [
1236                         {
1237                            "Name" : "PACS",
1238                            "Options" : {
1239                               "ExcludeFromBuild" : true
1240                            }
1241                         }
1242                      ]
1243                   },
1244                   "Bitmap.ec",
1245                   "BitmapResource.ec",
1246                   "Color.ec",
1247                   "Display.ec",
1248                   "DisplaySystem.ec",
1249                   "FontResource.ec",
1250                   "Resource.ec",
1251                   "Surface.ec"
1252                ],
1253                "Configurations" : [
1254                   {
1255                      "Name" : "Bootstrap",
1256                      "Options" : {
1257                         "ExcludeFromBuild" : true
1258                      }
1259                   }
1260                ]
1261             },
1262             {
1263                "Folder" : "gui",
1264                "Files" : [
1265                   {
1266                      "Folder" : "controls",
1267                      "Files" : [
1268                         "Button.ec",
1269                         "CalendarControl.ec",
1270                         "DataBox.ec",
1271                         "DropBox.ec",
1272                         "EditBox.ec",
1273                         "Label.ec",
1274                         "ListBox.ec",
1275                         "Menu.ec",
1276                         "Picture.ec",
1277                         "ProgressBar.ec",
1278                         "ScrollBar.ec",
1279                         "StatusBar.ec",
1280                         {
1281                            "FileName" : "TabControl.ec",
1282                            "Configurations" : [
1283                               {
1284                                  "Name" : "Vanilla",
1285                                  "Options" : {
1286                                     "ExcludeFromBuild" : true
1287                                  }
1288                               }
1289                            ]
1290                         },
1291                         {
1292                            "FileName" : "PaneSplitter.ec",
1293                            "Configurations" : [
1294                               {
1295                                  "Name" : "Vanilla",
1296                                  "Options" : {
1297                                     "ExcludeFromBuild" : true
1298                                  }
1299                               }
1300                            ]
1301                         },
1302                         "Stacker.ec",
1303                         "PathBox.ec",
1304                         "ToolTip.ec",
1305                         "SelectorBar.ec"
1306                      ]
1307                   },
1308                   {
1309                      "Folder" : "dialogs",
1310                      "Files" : [
1311                         "ColorPicker.ec",
1312                         "FileDialog.ec",
1313                         "FindDialog.ec",
1314                         "GoToDialog.ec",
1315                         "MessageBox.ec",
1316                         "ReplaceDialog.ec",
1317                         "WindowList.ec"
1318                      ]
1319                   },
1320                   {
1321                      "Folder" : "drivers",
1322                      "Files" : [
1323                         {
1324                            "Folder" : "cocoa",
1325                            "Files" : [
1326                               "CocoaDispatch.ec",
1327                               "CocoaEcereBridge.h",
1328                               "CocoaEcereBridge.m",
1329                               "CocoaInterface.ec",
1330                               "EcereView.h",
1331                               "EcereView.m"
1332                            ],
1333                            "Platforms" : [
1334                               {
1335                                  "Name" : "apple",
1336                                  "Options" : {
1337                                     "ExcludeFromBuild" : false
1338                                  }
1339                               }
1340                            ]
1341                         },
1342                         {
1343                            "FileName" : "NCursesInterface.ec",
1344                            "Platforms" : [
1345                               {
1346                                  "Name" : "linux",
1347                                  "Options" : {
1348                                     "ExcludeFromBuild" : false
1349                                  }
1350                               },
1351                               {
1352                                  "Name" : "apple",
1353                                  "Options" : {
1354                                     "ExcludeFromBuild" : false
1355                                  }
1356                               }
1357                            ],
1358                            "Configurations" : [
1359                               {
1360                                  "Name" : "Vanilla",
1361                                  "Options" : {
1362                                     "ExcludeFromBuild" : true
1363                                  }
1364                               },
1365                               {
1366                                  "Name" : "Bootstrap",
1367                                  "Platforms" : [
1368                                     {
1369                                        "Name" : "linux",
1370                                        "Options" : {
1371                                           "ExcludeFromBuild" : true
1372                                        }
1373                                     },
1374                                     {
1375                                        "Name" : "apple",
1376                                        "Options" : {
1377                                           "ExcludeFromBuild" : true
1378                                        }
1379                                     }
1380                                  ]
1381                               }
1382                            ]
1383                         },
1384                         {
1385                            "FileName" : "Win32Interface.ec",
1386                            "Platforms" : [
1387                               {
1388                                  "Name" : "win32",
1389                                  "Options" : {
1390                                     "ExcludeFromBuild" : false
1391                                  }
1392                               }
1393                            ],
1394                            "Configurations" : [
1395                               {
1396                                  "Name" : "PACS",
1397                                  "Options" : {
1398                                     "ExcludeFromBuild" : false
1399                                  }
1400                               },
1401                               {
1402                                  "Name" : "Bootstrap",
1403                                  "Platforms" : [
1404                                     {
1405                                        "Name" : "win32",
1406                                        "Options" : {
1407                                           "ExcludeFromBuild" : true
1408                                        }
1409                                     }
1410                                  ]
1411                               }
1412                            ]
1413                         },
1414                         {
1415                            "FileName" : "Win32ConsoleInterface.ec",
1416                            "Platforms" : [
1417                               {
1418                                  "Name" : "win32",
1419                                  "Options" : {
1420                                     "ExcludeFromBuild" : false
1421                                  }
1422                               }
1423                            ],
1424                            "Configurations" : [
1425                               {
1426                                  "Name" : "Vanilla",
1427                                  "Platforms" : [
1428                                     {
1429                                        "Name" : "win32",
1430                                        "Options" : {
1431                                           "ExcludeFromBuild" : true
1432                                        }
1433                                     }
1434                                  ]
1435                               },
1436                               {
1437                                  "Name" : "WSMS",
1438                                  "Platforms" : [
1439                                     {
1440                                        "Name" : "win32",
1441                                        "Options" : {
1442                                           "ExcludeFromBuild" : true
1443                                        }
1444                                     }
1445                                  ]
1446                               },
1447                               {
1448                                  "Name" : "Bootstrap",
1449                                  "Platforms" : [
1450                                     {
1451                                        "Name" : "win32",
1452                                        "Options" : {
1453                                           "ExcludeFromBuild" : true
1454                                        }
1455                                     }
1456                                  ]
1457                               }
1458                            ]
1459                         },
1460                         {
1461                            "FileName" : "XInterface.ec",
1462                            "Platforms" : [
1463                               {
1464                                  "Name" : "linux",
1465                                  "Options" : {
1466                                     "ExcludeFromBuild" : false
1467                                  }
1468                               },
1469                               {
1470                                  "Name" : "apple",
1471                                  "Options" : {
1472                                     "ExcludeFromBuild" : false
1473                                  }
1474                               }
1475                            ],
1476                            "Configurations" : [
1477                               {
1478                                  "Name" : "Bootstrap",
1479                                  "Platforms" : [
1480                                     {
1481                                        "Name" : "linux",
1482                                        "Options" : {
1483                                           "ExcludeFromBuild" : true
1484                                        }
1485                                     },
1486                                     {
1487                                        "Name" : "apple",
1488                                        "Options" : {
1489                                           "ExcludeFromBuild" : true
1490                                        }
1491                                     }
1492                                  ]
1493                               }
1494                            ]
1495                         }
1496                      ],
1497                      "Options" : {
1498                         "ExcludeFromBuild" : true
1499                      },
1500                      "Configurations" : [
1501                         {
1502                            "Name" : "PACS",
1503                            "Options" : {
1504                               "ExcludeFromBuild" : true
1505                            }
1506                         }
1507                      ]
1508                   },
1509                   {
1510                      "Folder" : "skins",
1511                      "Files" : [
1512                         {
1513                            "FileName" : "TVisionSkin.ec",
1514                            "Configurations" : [
1515                               {
1516                                  "Name" : "PACS",
1517                                  "Options" : {
1518                                     "ExcludeFromBuild" : true
1519                                  }
1520                               },
1521                               {
1522                                  "Name" : "Vanilla",
1523                                  "Options" : {
1524                                     "ExcludeFromBuild" : true
1525                                  }
1526                               }
1527                            ]
1528                         },
1529                         "WindowsSkin.ec"
1530                      ]
1531                   },
1532                   "Anchor.ec",
1533                   "ClipBoard.ec",
1534                   "Cursor.ec",
1535                   {
1536                      "FileName" : "Desktop3D.ec",
1537                      "Configurations" : [
1538                         {
1539                            "Name" : "PACS",
1540                            "Options" : {
1541                               "ExcludeFromBuild" : true
1542                            }
1543                         },
1544                         {
1545                            "Name" : "Vanilla",
1546                            "Options" : {
1547                               "ExcludeFromBuild" : true
1548                            }
1549                         },
1550                         {
1551                            "Name" : "WSMS",
1552                            "Options" : {
1553                               "ExcludeFromBuild" : true
1554                            }
1555                         }
1556                      ]
1557                   },
1558                   {
1559                      "FileName" : "FormDesigner.ec",
1560                      "Configurations" : [
1561                         {
1562                            "Name" : "PACS",
1563                            "Options" : {
1564                               "ExcludeFromBuild" : true
1565                            }
1566                         }
1567                      ]
1568                   },
1569                   "GuiApplication.ec",
1570                   "Interface.ec",
1571                   "Key.ec",
1572                   "Skin.ec",
1573                   "Timer.ec",
1574                   "typeEdit.ec",
1575                   "Window.ec"
1576                ],
1577                "Configurations" : [
1578                   {
1579                      "Name" : "Bootstrap",
1580                      "Options" : {
1581                         "ExcludeFromBuild" : true
1582                      }
1583                   }
1584                ]
1585             },
1586             {
1587                "Folder" : "net",
1588                "Files" : [
1589                   {
1590                      "FileName" : "dcom.ec",
1591                      "Configurations" : [
1592                         {
1593                            "Name" : "PACS",
1594                            "Options" : {
1595                               "ExcludeFromBuild" : true
1596                            }
1597                         }
1598                      ]
1599                   },
1600                   "HTTPFile.ec",
1601                   "network.ec",
1602                   {
1603                      "FileName" : "NetworkClientFile.ec",
1604                      "Configurations" : [
1605                         {
1606                            "Name" : "PACS",
1607                            "Options" : {
1608                               "ExcludeFromBuild" : true
1609                            }
1610                         }
1611                      ]
1612                   },
1613                   "Service.ec",
1614                   "Socket.ec"
1615                ],
1616                "Configurations" : [
1617                   {
1618                      "Name" : "Bootstrap",
1619                      "Options" : {
1620                         "ExcludeFromBuild" : true
1621                      }
1622                   },
1623                   {
1624                      "Name" : "Vanilla",
1625                      "Options" : {
1626                         "ExcludeFromBuild" : true
1627                      }
1628                   }
1629                ]
1630             },
1631             {
1632                "Folder" : "com",
1633                "Files" : [
1634                   {
1635                      "Folder" : "containers",
1636                      "Files" : [
1637                         "Array.ec",
1638                         "AVLTree.ec",
1639                         "BuiltInContainer.ec",
1640                         "Container.ec",
1641                         "CustomAVLTree.ec",
1642                         "LinkList.ec",
1643                         "List.ec",
1644                         "Map.ec"
1645                      ]
1646                   },
1647                   {
1648                      "FileName" : "BinaryTree.ec",
1649                      "Configurations" : [
1650                         {
1651                            "Name" : "MemoryGuard",
1652                            "Options" : {
1653                               "MemoryGuard" : false
1654                            }
1655                         },
1656                         {
1657                            "Name" : "MemoryGuardRelease",
1658                            "Options" : {
1659                               "MemoryGuard" : false
1660                            }
1661                         }
1662                      ]
1663                   },
1664                   {
1665                      "FileName" : "BTNode.ec",
1666                      "Configurations" : [
1667                         {
1668                            "Name" : "MemoryGuard",
1669                            "Options" : {
1670                               "MemoryGuard" : false
1671                            }
1672                         },
1673                         {
1674                            "Name" : "MemoryGuardRelease",
1675                            "Options" : {
1676                               "MemoryGuard" : false
1677                            }
1678                         }
1679                      ]
1680                   },
1681                   "dataTypes.ec",
1682                   {
1683                      "FileName" : "instance.ec",
1684                      "Configurations" : [
1685                         {
1686                            "Name" : "MemoryGuard",
1687                            "Options" : {
1688                               "MemoryGuard" : false
1689                            }
1690                         },
1691                         {
1692                            "Name" : "MemoryGuardRelease",
1693                            "Options" : {
1694                               "MemoryGuard" : false
1695                            }
1696                         }
1697                      ]
1698                   },
1699                   "String.ec",
1700                   "OldList.ec",
1701                   "instance.c"
1702                ],
1703                "Options" : {
1704                   "PreprocessorDefinitions" : [
1705                      "ECERE_COM_MODULE"
1706                   ]
1707                }
1708             }
1709          ]
1710       }
1711    ],
1712    "ResourcesPath" : "res",
1713    "Resources" : [
1714       {
1715          "Folder" : "actions",
1716          "Files" : [
1717             "editFind.png",
1718             "folderNew.png",
1719             "goDown.png",
1720             "goHome.png",
1721             "goNext.png",
1722             "goPrevious.png",
1723             "goUp.png",
1724             "listAdd.png",
1725             "listRemove.png",
1726             "viewRefresh.png",
1727             "windowNew.png"
1728          ]
1729       },
1730       {
1731          "Folder" : "constructs",
1732          "Files" : [
1733             "class.png",
1734             "data.png",
1735             "dataPrivate.png",
1736             "dataType.png",
1737             "enum.png",
1738             "enumValue.png",
1739             "event.png",
1740             "library.png",
1741             "method.png",
1742             "methodPrivate.png",
1743             "namespace.png",
1744             "property.png",
1745             "propertyPrivate.png"
1746          ]
1747       },
1748       {
1749          "Folder" : "controls",
1750          "Files" : [
1751             "button.png",
1752             "calendar.png",
1753             "checkBox.png",
1754             "dataBox.png",
1755             "dropBox.png",
1756             "editBox.png",
1757             "groupBox.png",
1758             "label.png",
1759             "listBox.png",
1760             "menu.png",
1761             "optionBox.png",
1762             "progressBar.png",
1763             "scrollBarHorizontal.png",
1764             "scrollBarVertical.png",
1765             "statusBar.png"
1766          ]
1767       },
1768       {
1769          "Folder" : "cursors",
1770          "Files" : [
1771             "arrow.png",
1772             "cross.png",
1773             "iBeam.png",
1774             "move.png",
1775             "sizeEastWest.png",
1776             "sizeNortEastSouthWest.png",
1777             "sizeNorthSouth.png",
1778             "sizeNortWestSouthEast.png"
1779          ]
1780       },
1781       {
1782          "Folder" : "devices",
1783          "Files" : [
1784             "computer.png",
1785             "driveHardDisk.png",
1786             "driveRemovableMedia.png",
1787             "mediaFloppy.png",
1788             "mediaOptical.png"
1789          ]
1790       },
1791       {
1792          "Folder" : "elements",
1793          "Files" : [
1794             "areaClose.png",
1795             "areaMaximize.png",
1796             "areaMinimize.png",
1797             "areaRestore.png",
1798             "arrowDown.png",
1799             "arrowLeft.png",
1800             "arrowRight.png",
1801             "arrowUp.png",
1802             "checkBoxChecked.png",
1803             "checkBoxDisabled.png",
1804             "checkBoxDisabledChecked.png",
1805             "checkBox.png",
1806             "optionBoxDisabled.png",
1807             "optionBoxDisabledSelected.png",
1808             "optionBoxDown.png",
1809             "optionBoxSelectedDown.png",
1810             "optionBoxSelectedUp.png",
1811             "optionBoxUp.png",
1812             "orderAscending.png",
1813             "orderCategorized.png",
1814             "orderDescending.png"
1815          ]
1816       },
1817       {
1818          "Folder" : "emblems",
1819          "Files" : [
1820             "unreadable.png"
1821          ]
1822       },
1823       {
1824          "Folder" : "mimeTypes",
1825          "Files" : [
1826             "file.png",
1827             "image.png",
1828             "package.png",
1829             "packageOpticalDisc.png",
1830             "packageSoftware.png",
1831             "text.png",
1832             "textCHeader.png",
1833             "textCSource.png",
1834             "textC++Header.png",
1835             "textC++Source.png",
1836             "textEcereHeader.png",
1837             "textEcereProject.png",
1838             "textEcereSource.png",
1839             "textEcereWorkspace.png",
1840             "textHyperTextMarkup.png",
1841             "brokenFile.png"
1842          ]
1843       },
1844       {
1845          "Folder" : "places",
1846          "Files" : [
1847             "driveRemote.png",
1848             "folder.png",
1849             "folderRemote.png",
1850             "networkServer.png",
1851             "networkWorkgroup.png",
1852             "brokenFolder.png"
1853          ]
1854       },
1855       {
1856          "Folder" : "status",
1857          "Files" : [
1858             "audioVolumeHigh.png",
1859             "folderOpen.png"
1860          ]
1861       },
1862       {
1863          "Folder" : "unicode",
1864          "Files" : [
1865             "derivedGeneralCategoryStripped.txt"
1866          ]
1867       },
1868       {
1869          "Folder" : "locale",
1870          "Files" : [
1871             {
1872                "Folder" : "zh_CN",
1873                "Files" : [
1874                   {
1875                      "Folder" : "LC_MESSAGES",
1876                      "Files" : [
1877                         "locale/zh_CN/LC_MESSAGES/ecere.mo"
1878                      ]
1879                   }
1880                ]
1881             },
1882             {
1883                "Folder" : "es_ES",
1884                "Files" : [
1885                   {
1886                      "Folder" : "LC_MESSAGES",
1887                      "Files" : [
1888                         "locale/es_ES/LC_MESSAGES/ecere.mo"
1889                      ]
1890                   }
1891                ]
1892             }
1893          ]
1894       }
1895    ],
1896    "Description" : "The allmighty Ecere Runtime library.",
1897    "License" : "Ecere SDK v0.44 Draft 1 - www.ecere.com
1898
1899 The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY 
1900 expressed or implied to the extent permitted by law.
1901
1902 Applications built with it can be distributed both commercially and non
1903 commercially, along with the supporting Ecere runtime library(ies):
1904
1905    * libecere.so / ecere.dll
1906       - Core eC framework + GUI toolkit, 2D/3D graphics engine, networking
1907    * libecereCOM.so / ecereCOM.dll
1908       - Core eC framework only
1909    * libEDA.so / EDA.dll
1910       - Data Access System
1911
1912 The Ecere SDK is distributed under a revised BSD license:
1913
1914 ================================================================================
1915
1916    Copyright (c) 1996-2008, Jerome Jacovella-St-Louis
1917    Copyright (c) 2005-2008, Ecere Corporation
1918
1919    All rights reserved.
1920
1921    Redistribution and use in source and binary forms, with or without
1922    modification, are permitted provided that the following conditions are met:
1923
1924     * Redistributions of source code must retain the above copyright notice,
1925       this list of conditions and the following disclaimer.
1926     * Redistributions in binary form must reproduce the above copyright notice,
1927       this list of conditions and the following disclaimer in the documentation
1928       and/or other materials provided with the distribution.
1929     * Neither the name of Ecere Corporation nor the names of its contributors
1930       may be used to endorse or promote products derived from this software 
1931       without specific prior written permission.
1932
1933    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1934    \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1935    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1936    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1937    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1938    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1939    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1940    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1941    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1942    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1943    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1944
1945 ===============================================================================
1946
1947 This software makes use of other software components whose licenses may also 
1948 apply, which are found in their respective source directories (most under
1949 deps/). Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype...
1950
1951 The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for 
1952 debugging, and UPX for optionally compressing executables. Each of these have 
1953 their own license which can be found in their respective documentation folder 
1954 if distributed along with the SDK (in the case of the Windows version) or
1955 from wherever you obtained them."
1956 }