samples: Various fixes
[sdk] / samples / guiAndGfx / HelloForm / helloForm.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "HelloForm",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "HelloForm",
8       "Libraries" : [
9          "ecere"
10       ],
11       "Console" : false
12    },
13    "Configurations" : [
14       {
15          "Name" : "Debug",
16          "Options" : {
17             "Debug" : true,
18             "PreprocessorDefinitions" : [
19                "IMPORT_STATIC="
20             ],
21             "FastMath" : false
22          }
23       },
24       {
25          "Name" : "MemoryGuard",
26          "Options" : {
27             "Debug" : true,
28             "MemoryGuard" : true,
29             "PreprocessorDefinitions" : [
30                "IMPORT_STATIC="
31             ],
32             "Console" : true,
33             "FastMath" : false
34          }
35       },
36       {
37          "Name" : "Emscripten",
38          "Options" : {
39             "Debug" : true,
40             "PreprocessorDefinitions" : [
41                "IMPORT_STATIC=static"
42             ],
43             "Libraries" : [
44                "ecereStatic",
45                "freetype",
46                "z",
47                "jpeg",
48                "png"
49             ],
50             "LibraryDirs" : [
51                "../../../ecere/obj/emscripten.linux.emscripten"
52             ]
53          }
54       }
55    ],
56    "Files" : [
57       "helloForm.ec"
58    ],
59    "ResourcesPath" : "",
60    "Resources" : [
61
62    ]
63 }