ecere/gfx/drivers/Win32BitmapPrinter: Fixed warnings
[sdk] / ecere / ecereCOM.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ecereCOM",
4    "ModuleVersion" : "0.44",
5    "Options" : {
6       "Warnings" : "All",
7       "PreprocessorDefinitions" : [
8          "ECERE_COM_MODULE",
9          "BUILDING_ECERE_COM",
10          "ECERE_NOFILE"
11       ],
12       "DefaultNameSpace" : "ecere",
13       "TargetType" : "SharedLibrary",
14       "TargetFileName" : "ecereCOM",
15       "TargetDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
16       "ObjectsDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)"
17    },
18    "Platforms" : [
19       {
20          "Name" : "linux",
21          "Options" : {
22             "Libraries" : [
23                "dl",
24                "m",
25                "pthread"
26             ]
27          }
28       }
29    ],
30    "Configurations" : [
31       {
32          "Name" : "Debug",
33          "Options" : {
34             "Debug" : true,
35             "Optimization" : "None",
36             "PreprocessorDefinitions" : [
37                "_DEBUG"
38             ],
39             "FastMath" : false
40          }
41       },
42       {
43          "Name" : "Release",
44          "Options" : {
45             "Warnings" : "None",
46             "NoLineNumbers" : true,
47             "Optimization" : "Speed",
48             "Libraries" : [
49
50             ],
51             "FastMath" : true,
52             "PostbuildCommands" : [
53                "$(call cp,$(TARGET),../$(SODESTDIR))"
54             ],
55             "InstallCommands" : [
56                "$(call cp,$(TARGET),\"$(DESTLIBDIR)/\")",
57                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
58                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
59             ]
60          }
61       },
62       {
63          "Name" : "Static",
64          "Options" : {
65             "Debug" : false,
66             "Optimization" : "Speed",
67             "PreprocessorDefinitions" : [
68                "ECERE_STATIC",
69                "ECERE_COM_ONLY"
70             ],
71             "TargetType" : "StaticLibrary",
72             "TargetFileName" : "ecereCOMStatic",
73             "TargetDirectory" : "ecereCOMStatic",
74             "ObjectsDirectory" : "ecereCOMStatic",
75             "Libraries" : [
76
77             ],
78             "FastMath" : true
79          }
80       }
81    ],
82    "Files" : [
83       {
84          "Folder" : "src",
85          "Files" : [
86             {
87                "Folder" : "sys",
88                "Files" : [
89                   "Mutex.ec",
90                   "i18n.ec"
91                ]
92             },
93             {
94                "Folder" : "com",
95                "Files" : [
96                   {
97                      "Folder" : "containers",
98                      "Files" : [
99                         "Array.ec",
100                         "AVLTree.ec",
101                         "BuiltInContainer.ec",
102                         "Container.ec",
103                         "CustomAVLTree.ec",
104                         "LinkList.ec",
105                         "List.ec",
106                         "Map.ec"
107                      ]
108                   },
109                   "BinaryTree.ec",
110                   "BTNode.ec",
111                   "dataTypes.ec",
112                   "instance.ec",
113                   "String.ec",
114                   "OldList.ec",
115                   "instance.c"
116                ]
117             }
118          ]
119       }
120    ],
121    "ResourcesPath" : "",
122    "Resources" : [
123
124    ]
125 }