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