ecere: gfx/gui: add SDL 2.x support via new driver named SDL2.
[sdk] / portable / ecereIDE.ini
1 {
2    "CompilerConfigs" : [
3       {
4          "Name" : "Default",
5          "ReadOnly" : true,
6          "TargetPlatform" : "win32",
7          "NumJobs" : 1,
8          "MakeCommand" : "mingw32-make",
9          "EcpCommand" : "ecp",
10          "EccCommand" : "ecc",
11          "EcsCommand" : "ecs",
12          "EarCommand" : "ear",
13          "CppCommand" : "cpp",
14          "CcCommand" : "gcc",
15          "LibraryDirs" : [
16             "./",
17             "../lib",
18             "../mingw/lib"
19          ],
20          "ExecutableDirs" : [
21             "./",
22             "../mingw/bin",
23             "../upx/bin"
24          ]
25       }
26    ],
27    "DocDir" : "./../doc",
28    "ShowLineNumbers" : true
29 }