ecere: Decided to add PNG support to WSMS
[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                         "PNGFormat.ec",
615                         {
616                            "FileName" : "RGBFormat.ec",
617                            "Configurations" : [
618                               {
619                                  "Name" : "PACS",
620                                  "Options" : {
621                                     "ExcludeFromBuild" : false
622                                  }
623                               },
624                               {
625                                  "Name" : "WSMS",
626                                  "Options" : {
627                                     "ExcludeFromBuild" : true
628                                  }
629                               }
630                            ]
631                         }
632                      ],
633                      "Configurations" : [
634                         {
635                            "Name" : "Vanilla",
636                            "Options" : {
637                               "ExcludeFromBuild" : true
638                            }
639                         }
640                      ]
641                   },
642                   {
643                      "Folder" : "drivers",
644                      "Files" : [
645                         {
646                            "Folder" : "harfbuzz",
647                            "Files" : [
648                               "harfbuzz-arabic.c",
649                               "harfbuzz-buffer.c",
650                               "harfbuzz-buffer.h",
651                               "harfbuzz-external.h",
652                               "harfbuzz-gdef-private.h",
653                               "harfbuzz-gdef.c",
654                               "harfbuzz-gdef.h",
655                               "harfbuzz-global.c",
656                               "harfbuzz-global.h",
657                               "harfbuzz-gpos-private.h",
658                               "harfbuzz-gpos.c",
659                               "harfbuzz-gpos.h",
660                               "harfbuzz-gsub-private.h",
661                               "harfbuzz-gsub.c",
662                               "harfbuzz-gsub.h",
663                               "harfbuzz-hangul.c",
664                               "harfbuzz-hebrew.c",
665                               "harfbuzz-impl.h",
666                               "harfbuzz-indic.c",
667                               "harfbuzz-khmer.c",
668                               "harfbuzz-myanmar.c",
669                               "harfbuzz-open-private.h",
670                               "harfbuzz-open.c",
671                               "harfbuzz-open.h",
672                               "harfbuzz-shape.h",
673                               "harfbuzz-shaper-private.h",
674                               "harfbuzz-shaper.c",
675                               "harfbuzz-shaper.h",
676                               "harfbuzz-stream.c",
677                               "harfbuzz-stream.h",
678                               "harfbuzz-tibetan.c",
679                               "harfbuzz.h"
680                            ],
681                            "Options" : {
682                               "ExcludeFromBuild" : false
683                            },
684                            "Configurations" : [
685                               {
686                                  "Name" : "WSMS",
687                                  "Options" : {
688                                     "ExcludeFromBuild" : true
689                                  }
690                               }
691                            ]
692                         },
693                         {
694                            "FileName" : "Direct3D8DisplayDriver.ec",
695                            "Platforms" : [
696                               {
697                                  "Name" : "win32",
698                                  "Options" : {
699                                     "ExcludeFromBuild" : false
700                                  }
701                               }
702                            ],
703                            "Configurations" : [
704                               {
705                                  "Name" : "WSMS",
706                                  "Platforms" : [
707                                     {
708                                        "Name" : "win32",
709                                        "Options" : {
710                                           "ExcludeFromBuild" : true
711                                        }
712                                     }
713                                  ]
714                               },
715                               {
716                                  "Name" : "Vanilla",
717                                  "Platforms" : [
718                                     {
719                                        "Name" : "win32",
720                                        "Options" : {
721                                           "ExcludeFromBuild" : true
722                                        }
723                                     }
724                                  ]
725                               },
726                               {
727                                  "Name" : "PACS",
728                                  "Platforms" : [
729                                     {
730                                        "Name" : "win32",
731                                        "Options" : {
732                                           "ExcludeFromBuild" : true
733                                        }
734                                     }
735                                  ]
736                               }
737                            ]
738                         },
739                         {
740                            "FileName" : "Direct3D9DisplayDriver.ec",
741                            "Platforms" : [
742                               {
743                                  "Name" : "win32",
744                                  "Options" : {
745                                     "ExcludeFromBuild" : false
746                                  }
747                               }
748                            ],
749                            "Configurations" : [
750                               {
751                                  "Name" : "WSMS",
752                                  "Platforms" : [
753                                     {
754                                        "Name" : "win32",
755                                        "Options" : {
756                                           "ExcludeFromBuild" : true
757                                        }
758                                     }
759                                  ]
760                               },
761                               {
762                                  "Name" : "Vanilla",
763                                  "Platforms" : [
764                                     {
765                                        "Name" : "win32",
766                                        "Options" : {
767                                           "ExcludeFromBuild" : true
768                                        }
769                                     }
770                                  ]
771                               },
772                               {
773                                  "Name" : "PACS",
774                                  "Platforms" : [
775                                     {
776                                        "Name" : "win32",
777                                        "Options" : {
778                                           "ExcludeFromBuild" : true
779                                        }
780                                     }
781                                  ]
782                               }
783                            ]
784                         },
785                         {
786                            "FileName" : "DirectDrawDisplayDriver.ec",
787                            "Platforms" : [
788                               {
789                                  "Name" : "win32",
790                                  "Options" : {
791                                     "ExcludeFromBuild" : false
792                                  }
793                               }
794                            ],
795                            "Configurations" : [
796                               {
797                                  "Name" : "WSMS",
798                                  "Platforms" : [
799                                     {
800                                        "Name" : "win32",
801                                        "Options" : {
802                                           "ExcludeFromBuild" : true
803                                        }
804                                     }
805                                  ]
806                               },
807                               {
808                                  "Name" : "Vanilla",
809                                  "Platforms" : [
810                                     {
811                                        "Name" : "win32",
812                                        "Options" : {
813                                           "ExcludeFromBuild" : true
814                                        }
815                                     }
816                                  ]
817                               },
818                               {
819                                  "Name" : "PACS",
820                                  "Platforms" : [
821                                     {
822                                        "Name" : "win32",
823                                        "Options" : {
824                                           "ExcludeFromBuild" : true
825                                        }
826                                     }
827                                  ]
828                               }
829                            ]
830                         },
831                         {
832                            "FileName" : "GDIDisplayDriver.ec",
833                            "Platforms" : [
834                               {
835                                  "Name" : "win32",
836                                  "Options" : {
837                                     "ExcludeFromBuild" : false
838                                  }
839                               }
840                            ]
841                         },
842                         {
843                            "FileName" : "lfbBlit.ec",
844                            "Options" : {
845                               "ExcludeFromBuild" : false
846                            }
847                         },
848                         {
849                            "FileName" : "lfbConvert.ec",
850                            "Options" : {
851                               "ExcludeFromBuild" : false
852                            }
853                         },
854                         {
855                            "FileName" : "LFBDisplayDriver.ec",
856                            "Options" : {
857                               "ExcludeFromBuild" : false
858                            }
859                         },
860                         {
861                            "FileName" : "NCursesDisplayDriver.ec",
862                            "Platforms" : [
863                               {
864                                  "Name" : "linux",
865                                  "Options" : {
866                                     "ExcludeFromBuild" : false
867                                  }
868                               },
869                               {
870                                  "Name" : "apple",
871                                  "Options" : {
872                                     "ExcludeFromBuild" : false
873                                  }
874                               }
875                            ],
876                            "Configurations" : [
877                               {
878                                  "Name" : "WSMS",
879                                  "Platforms" : [
880                                     {
881                                        "Name" : "win32",
882                                        "Options" : {
883                                           "ExcludeFromBuild" : true
884                                        }
885                                     }
886                                  ]
887                               }
888                            ]
889                         },
890                         {
891                            "FileName" : "OpenGLDisplayDriver.ec",
892                            "Options" : {
893                               "ExcludeFromBuild" : false
894                            },
895                            "Configurations" : [
896                               {
897                                  "Name" : "WSMS",
898                                  "Options" : {
899                                     "ExcludeFromBuild" : true
900                                  }
901                               },
902                               {
903                                  "Name" : "Vanilla",
904                                  "Options" : {
905                                     "ExcludeFromBuild" : true
906                                  }
907                               },
908                               {
909                                  "Name" : "PACS",
910                                  "Options" : {
911                                     "ExcludeFromBuild" : true
912                                  }
913                               }
914                            ]
915                         },
916                         {
917                            "FileName" : "Win32BitmapPrinterDisplayDriver.ec",
918                            "Platforms" : [
919                               {
920                                  "Name" : "win32",
921                                  "Options" : {
922                                     "ExcludeFromBuild" : false
923                                  }
924                               }
925                            ],
926                            "Configurations" : [
927                               {
928                                  "Name" : "WSMS",
929                                  "Platforms" : [
930                                     {
931                                        "Name" : "win32",
932                                        "Options" : {
933                                           "ExcludeFromBuild" : true
934                                        }
935                                     }
936                                  ]
937                               },
938                               {
939                                  "Name" : "Vanilla",
940                                  "Platforms" : [
941                                     {
942                                        "Name" : "win32",
943                                        "Options" : {
944                                           "ExcludeFromBuild" : true
945                                        }
946                                     }
947                                  ]
948                               },
949                               {
950                                  "Name" : "PACS",
951                                  "Platforms" : [
952                                     {
953                                        "Name" : "win32",
954                                        "Options" : {
955                                           "ExcludeFromBuild" : true
956                                        }
957                                     }
958                                  ]
959                               }
960                            ]
961                         },
962                         {
963                            "FileName" : "Win32ConsoleDisplayDriver.ec",
964                            "Platforms" : [
965                               {
966                                  "Name" : "win32",
967                                  "Options" : {
968                                     "ExcludeFromBuild" : false
969                                  }
970                               }
971                            ],
972                            "Configurations" : [
973                               {
974                                  "Name" : "WSMS",
975                                  "Platforms" : [
976                                     {
977                                        "Name" : "win32",
978                                        "Options" : {
979                                           "ExcludeFromBuild" : true
980                                        }
981                                     }
982                                  ]
983                               },
984                               {
985                                  "Name" : "Vanilla",
986                                  "Platforms" : [
987                                     {
988                                        "Name" : "win32",
989                                        "Options" : {
990                                           "ExcludeFromBuild" : true
991                                        }
992                                     }
993                                  ]
994                               },
995                               {
996                                  "Name" : "PACS",
997                                  "Platforms" : [
998                                     {
999                                        "Name" : "win32",
1000                                        "Options" : {
1001                                           "ExcludeFromBuild" : true
1002                                        }
1003                                     }
1004                                  ]
1005                               }
1006                            ]
1007                         },
1008                         {
1009                            "FileName" : "Win32PrinterDisplayDriver.ec",
1010                            "Platforms" : [
1011                               {
1012                                  "Name" : "win32",
1013                                  "Options" : {
1014                                     "ExcludeFromBuild" : false
1015                                  }
1016                               }
1017                            ],
1018                            "Configurations" : [
1019                               {
1020                                  "Name" : "WSMS"
1021                               },
1022                               {
1023                                  "Name" : "Vanilla",
1024                                  "Platforms" : [
1025                                     {
1026                                        "Name" : "win32",
1027                                        "Options" : {
1028                                           "ExcludeFromBuild" : true
1029                                        }
1030                                     }
1031                                  ]
1032                               },
1033                               {
1034                                  "Name" : "PACS",
1035                                  "Platforms" : [
1036                                     {
1037                                        "Name" : "win32",
1038                                        "Options" : {
1039                                           "ExcludeFromBuild" : true
1040                                        }
1041                                     }
1042                                  ]
1043                               }
1044                            ]
1045                         },
1046                         {
1047                            "FileName" : "XDisplayDriver.ec",
1048                            "Platforms" : [
1049                               {
1050                                  "Name" : "linux",
1051                                  "Options" : {
1052                                     "ExcludeFromBuild" : false
1053                                  }
1054                               }
1055                            ],
1056                            "Configurations" : [
1057                               {
1058                                  "Name" : "WSMS"
1059                               }
1060                            ]
1061                         }
1062                      ],
1063                      "Options" : {
1064                         "ExcludeFromBuild" : true
1065                      },
1066                      "Configurations" : [
1067                         {
1068                            "Name" : "PACS",
1069                            "Options" : {
1070                               "ExcludeFromBuild" : true
1071                            }
1072                         }
1073                      ]
1074                   },
1075                   "Bitmap.ec",
1076                   "BitmapResource.ec",
1077                   "Color.ec",
1078                   "Display.ec",
1079                   "DisplaySystem.ec",
1080                   "FontResource.ec",
1081                   "Resource.ec",
1082                   "Surface.ec"
1083                ],
1084                "Configurations" : [
1085                   {
1086                      "Name" : "Bootstrap",
1087                      "Options" : {
1088                         "ExcludeFromBuild" : true
1089                      }
1090                   }
1091                ]
1092             },
1093             {
1094                "Folder" : "gui",
1095                "Files" : [
1096                   {
1097                      "Folder" : "controls",
1098                      "Files" : [
1099                         "Button.ec",
1100                         "CalendarControl.ec",
1101                         "DataBox.ec",
1102                         "DropBox.ec",
1103                         "EditBox.ec",
1104                         "Label.ec",
1105                         "ListBox.ec",
1106                         "Menu.ec",
1107                         "Picture.ec",
1108                         "ProgressBar.ec",
1109                         "ScrollBar.ec",
1110                         "StatusBar.ec",
1111                         {
1112                            "FileName" : "TabControl.ec",
1113                            "Configurations" : [
1114                               {
1115                                  "Name" : "Vanilla",
1116                                  "Options" : {
1117                                     "ExcludeFromBuild" : true
1118                                  }
1119                               }
1120                            ]
1121                         },
1122                         {
1123                            "FileName" : "PaneSplitter.ec",
1124                            "Configurations" : [
1125                               {
1126                                  "Name" : "Vanilla",
1127                                  "Options" : {
1128                                     "ExcludeFromBuild" : true
1129                                  }
1130                               }
1131                            ]
1132                         },
1133                         "Stacker.ec"
1134                      ]
1135                   },
1136                   {
1137                      "Folder" : "dialogs",
1138                      "Files" : [
1139                         "ColorPicker.ec",
1140                         "FileDialog.ec",
1141                         "FindDialog.ec",
1142                         "GoToDialog.ec",
1143                         "MessageBox.ec",
1144                         "ReplaceDialog.ec",
1145                         "WindowList.ec"
1146                      ]
1147                   },
1148                   {
1149                      "Folder" : "drivers",
1150                      "Files" : [
1151                         {
1152                            "FileName" : "NCursesInterface.ec",
1153                            "Platforms" : [
1154                               {
1155                                  "Name" : "linux",
1156                                  "Options" : {
1157                                     "ExcludeFromBuild" : false
1158                                  }
1159                               },
1160                               {
1161                                  "Name" : "apple",
1162                                  "Options" : {
1163                                     "ExcludeFromBuild" : false
1164                                  }
1165                               }
1166                            ],
1167                            "Configurations" : [
1168                               {
1169                                  "Name" : "Vanilla",
1170                                  "Options" : {
1171                                     "ExcludeFromBuild" : true
1172                                  }
1173                               }
1174                            ]
1175                         },
1176                         {
1177                            "FileName" : "Win32Interface.ec",
1178                            "Platforms" : [
1179                               {
1180                                  "Name" : "win32",
1181                                  "Options" : {
1182                                     "ExcludeFromBuild" : false
1183                                  }
1184                               }
1185                            ],
1186                            "Configurations" : [
1187                               {
1188                                  "Name" : "PACS",
1189                                  "Options" : {
1190                                     "ExcludeFromBuild" : false
1191                                  }
1192                               }
1193                            ]
1194                         },
1195                         {
1196                            "FileName" : "Win32ConsoleInterface.ec",
1197                            "Platforms" : [
1198                               {
1199                                  "Name" : "win32",
1200                                  "Options" : {
1201                                     "ExcludeFromBuild" : false
1202                                  }
1203                               }
1204                            ],
1205                            "Configurations" : [
1206                               {
1207                                  "Name" : "Vanilla",
1208                                  "Options" : {
1209                                     "ExcludeFromBuild" : true
1210                                  }
1211                               }
1212                            ]
1213                         },
1214                         {
1215                            "FileName" : "XInterface.ec",
1216                            "Platforms" : [
1217                               {
1218                                  "Name" : "linux",
1219                                  "Options" : {
1220                                     "ExcludeFromBuild" : false
1221                                  }
1222                               },
1223                               {
1224                                  "Name" : "apple",
1225                                  "Options" : {
1226                                     "ExcludeFromBuild" : false
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                   {
1245                      "Folder" : "skins",
1246                      "Files" : [
1247                         {
1248                            "FileName" : "TVisionSkin.ec",
1249                            "Configurations" : [
1250                               {
1251                                  "Name" : "PACS",
1252                                  "Options" : {
1253                                     "ExcludeFromBuild" : true
1254                                  }
1255                               },
1256                               {
1257                                  "Name" : "Vanilla",
1258                                  "Options" : {
1259                                     "ExcludeFromBuild" : true
1260                                  }
1261                               }
1262                            ]
1263                         },
1264                         "WindowsSkin.ec"
1265                      ]
1266                   },
1267                   "Anchor.ec",
1268                   "ClipBoard.ec",
1269                   "Cursor.ec",
1270                   {
1271                      "FileName" : "Desktop3D.ec",
1272                      "Configurations" : [
1273                         {
1274                            "Name" : "PACS",
1275                            "Options" : {
1276                               "ExcludeFromBuild" : true
1277                            }
1278                         }
1279                      ]
1280                   },
1281                   {
1282                      "FileName" : "FormDesigner.ec",
1283                      "Configurations" : [
1284                         {
1285                            "Name" : "PACS",
1286                            "Options" : {
1287                               "ExcludeFromBuild" : true
1288                            }
1289                         }
1290                      ]
1291                   },
1292                   "GuiApplication.ec",
1293                   "Interface.ec",
1294                   "Key.ec",
1295                   "Skin.ec",
1296                   "Timer.ec",
1297                   "typeEdit.ec",
1298                   "Window.ec"
1299                ],
1300                "Configurations" : [
1301                   {
1302                      "Name" : "Bootstrap",
1303                      "Options" : {
1304                         "ExcludeFromBuild" : true
1305                      }
1306                   }
1307                ]
1308             },
1309             {
1310                "Folder" : "net",
1311                "Files" : [
1312                   {
1313                      "FileName" : "dcom.ec",
1314                      "Configurations" : [
1315                         {
1316                            "Name" : "PACS",
1317                            "Options" : {
1318                               "ExcludeFromBuild" : true
1319                            }
1320                         }
1321                      ]
1322                   },
1323                   "HTTPFile.ec",
1324                   "network.ec",
1325                   {
1326                      "FileName" : "NetworkClientFile.ec",
1327                      "Configurations" : [
1328                         {
1329                            "Name" : "PACS",
1330                            "Options" : {
1331                               "ExcludeFromBuild" : true
1332                            }
1333                         }
1334                      ]
1335                   },
1336                   "Service.ec",
1337                   "Socket.ec"
1338                ],
1339                "Configurations" : [
1340                   {
1341                      "Name" : "Bootstrap",
1342                      "Options" : {
1343                         "ExcludeFromBuild" : true
1344                      }
1345                   },
1346                   {
1347                      "Name" : "Vanilla",
1348                      "Options" : {
1349                         "ExcludeFromBuild" : true
1350                      }
1351                   }
1352                ]
1353             },
1354             {
1355                "Folder" : "com",
1356                "Files" : [
1357                   {
1358                      "Folder" : "containers",
1359                      "Files" : [
1360                         "Array.ec",
1361                         "AVLTree.ec",
1362                         "BuiltInContainer.ec",
1363                         "Container.ec",
1364                         "CustomAVLTree.ec",
1365                         "LinkList.ec",
1366                         "List.ec",
1367                         "Map.ec"
1368                      ]
1369                   },
1370                   {
1371                      "FileName" : "BinaryTree.ec",
1372                      "Configurations" : [
1373                         {
1374                            "Name" : "MemoryGuard",
1375                            "Options" : {
1376                               "MemoryGuard" : false
1377                            }
1378                         },
1379                         {
1380                            "Name" : "MemoryGuardRelease",
1381                            "Options" : {
1382                               "MemoryGuard" : false
1383                            }
1384                         }
1385                      ]
1386                   },
1387                   {
1388                      "FileName" : "BTNode.ec",
1389                      "Configurations" : [
1390                         {
1391                            "Name" : "MemoryGuard",
1392                            "Options" : {
1393                               "MemoryGuard" : false
1394                            }
1395                         },
1396                         {
1397                            "Name" : "MemoryGuardRelease",
1398                            "Options" : {
1399                               "MemoryGuard" : false
1400                            }
1401                         }
1402                      ]
1403                   },
1404                   "dataTypes.ec",
1405                   {
1406                      "FileName" : "instance.ec",
1407                      "Configurations" : [
1408                         {
1409                            "Name" : "MemoryGuard",
1410                            "Options" : {
1411                               "MemoryGuard" : false
1412                            }
1413                         },
1414                         {
1415                            "Name" : "MemoryGuardRelease",
1416                            "Options" : {
1417                               "MemoryGuard" : false
1418                            }
1419                         }
1420                      ]
1421                   },
1422                   "String.ec",
1423                   "OldList.ec",
1424                   "instance.c"
1425                ],
1426                "Options" : {
1427                   "PreprocessorDefinitions" : [
1428                      "ECERE_COM_MODULE"
1429                   ]
1430                }
1431             }
1432          ]
1433       }
1434    ],
1435    "ResourcesPath" : "res",
1436    "Resources" : [
1437       {
1438          "Folder" : "actions",
1439          "Files" : [
1440             "editFind.png",
1441             "folderNew.png",
1442             "goDown.png",
1443             "goHome.png",
1444             "goNext.png",
1445             "goPrevious.png",
1446             "goUp.png",
1447             "listAdd.png",
1448             "listRemove.png",
1449             "viewRefresh.png",
1450             "windowNew.png"
1451          ]
1452       },
1453       {
1454          "Folder" : "constructs",
1455          "Files" : [
1456             "class.png",
1457             "data.png",
1458             "dataPrivate.png",
1459             "dataType.png",
1460             "enum.png",
1461             "enumValue.png",
1462             "event.png",
1463             "library.png",
1464             "method.png",
1465             "methodPrivate.png",
1466             "namespace.png",
1467             "property.png",
1468             "propertyPrivate.png"
1469          ]
1470       },
1471       {
1472          "Folder" : "controls",
1473          "Files" : [
1474             "button.png",
1475             "calendar.png",
1476             "checkBox.png",
1477             "dataBox.png",
1478             "dropBox.png",
1479             "editBox.png",
1480             "groupBox.png",
1481             "label.png",
1482             "listBox.png",
1483             "menu.png",
1484             "optionBox.png",
1485             "progressBar.png",
1486             "scrollBarHorizontal.png",
1487             "scrollBarVertical.png",
1488             "statusBar.png"
1489          ]
1490       },
1491       {
1492          "Folder" : "cursors",
1493          "Files" : [
1494             "arrow.png",
1495             "cross.png",
1496             "iBeam.png",
1497             "move.png",
1498             "sizeEastWest.png",
1499             "sizeNortEastSouthWest.png",
1500             "sizeNorthSouth.png",
1501             "sizeNortWestSouthEast.png"
1502          ]
1503       },
1504       {
1505          "Folder" : "devices",
1506          "Files" : [
1507             "computer.png",
1508             "driveHardDisk.png",
1509             "driveRemovableMedia.png",
1510             "mediaFloppy.png",
1511             "mediaOptical.png"
1512          ]
1513       },
1514       {
1515          "Folder" : "elements",
1516          "Files" : [
1517             "areaClose.png",
1518             "areaMaximize.png",
1519             "areaMinimize.png",
1520             "areaRestore.png",
1521             "arrowDown.png",
1522             "arrowLeft.png",
1523             "arrowRight.png",
1524             "arrowUp.png",
1525             "checkBoxChecked.png",
1526             "checkBoxDisabled.png",
1527             "checkBoxDisabledChecked.png",
1528             "checkBox.png",
1529             "optionBoxDisabled.png",
1530             "optionBoxDisabledSelected.png",
1531             "optionBoxDown.png",
1532             "optionBoxSelectedDown.png",
1533             "optionBoxSelectedUp.png",
1534             "optionBoxUp.png",
1535             "orderAscending.png",
1536             "orderCategorized.png",
1537             "orderDescending.png"
1538          ]
1539       },
1540       {
1541          "Folder" : "emblems",
1542          "Files" : [
1543             "unreadable.png"
1544          ]
1545       },
1546       {
1547          "Folder" : "mimeTypes",
1548          "Files" : [
1549             "file.png",
1550             "image.png",
1551             "package.png",
1552             "packageOpticalDisc.png",
1553             "packageSoftware.png",
1554             "text.png",
1555             "textCHeader.png",
1556             "textCSource.png",
1557             "textC++Header.png",
1558             "textC++Source.png",
1559             "textEcereHeader.png",
1560             "textEcereProject.png",
1561             "textEcereSource.png",
1562             "textEcereWorkspace.png",
1563             "textHyperTextMarkup.png",
1564             "brokenFile.png"
1565          ]
1566       },
1567       {
1568          "Folder" : "places",
1569          "Files" : [
1570             "driveRemote.png",
1571             "folder.png",
1572             "folderRemote.png",
1573             "networkServer.png",
1574             "networkWorkgroup.png",
1575             "brokenFolder.png"
1576          ]
1577       },
1578       {
1579          "Folder" : "status",
1580          "Files" : [
1581             "audioVolumeHigh.png",
1582             "folderOpen.png"
1583          ]
1584       },
1585       {
1586          "Folder" : "unicode",
1587          "Files" : [
1588             "derivedGeneralCategoryStripped.txt"
1589          ]
1590       }
1591    ]
1592 }