Updated project files
authorJerome St-Louis <jerome@ecere.com>
Sun, 11 Sep 2011 01:31:46 +0000 (21:31 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 11 Sep 2011 01:32:49 +0000 (21:32 -0400)
samples/games/brainstonz/brainstonz.epj
samples/net/eirc/eIRC.epj

index d902739..d0b1002 100644 (file)
    ],
    "ResourcesPath" : "",
    "Resources" : [
-      "board.jpg",
-      "black.png",
-      "white.png",
-      "arrow.png",
-      "remove.png",
-      "smile.png"
+      "res/arrow.png",
+      "res/black.png",
+      "res/board.jpg",
+      "res/remove.png",
+      "res/smile.png",
+      "res/white.png"
    ]
 }
\ No newline at end of file
index ee05c3f..f58ee64 100644 (file)
@@ -1,59 +1,49 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "eIRC"
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = debug
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-
-            Preprocessor Definitions = _DEBUG
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = eIRC
-            Target Type = Executable
-            Target Directory = debug
-            Console = False
-            Compress = False
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = release
-            Debug = False
-            Optimize = Speed
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = eIRC
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-            Compress = False
-
-            Libraries = ecere
-
-   Files
-
-    - console.ec
-    - eIRC.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "eIRC",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : true,
+      "Compress" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ],
+            "TargetFileName" : "eIRC",
+            "TargetDirectory" : "debug",
+            "ObjectsDirectory" : "debug"
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed",
+            "TargetFileName" : "eIRC",
+            "TargetDirectory" : "release",
+            "ObjectsDirectory" : "release"
+         }
+      }
+   ],
+   "Files" : [
+      "console.ec",
+      "eIRC.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
\ No newline at end of file