samples: quick build testing under linux. improved most epj files.
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 7 Mar 2012 02:17:58 +0000 (21:17 -0500)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 7 Mar 2012 05:47:56 +0000 (00:47 -0500)
87 files changed:
extras/audio/EcereAudio.epj
extras/fliPlay.ec [moved from extras/fliplay.ec with 100% similarity]
samples/3D/Animate3DS/Animate3DS.epj
samples/3D/ColorSpheres/colorSpheres.epj
samples/3D/HiraganaCube/HiraganaCube.epj
samples/3D/ModelViewer/eModel.epj
samples/3D/OpenGL/OpenGL.epj
samples/3D/Test3D/Test3D.epj
samples/3D/TransCube/transCube.epj
samples/3D/VertexColorTest/VertexColorTest.epj
samples/3D/cube2/cube2.epj
samples/3D/glTriangle/glTriangle.epj
samples/3D/hello3D/hello3D.epj
samples/3D/orbitWithMouse/orbitWithMouse.epj
samples/3D/rayTracedMandelbulb/mandelbulb.epj
samples/3D/spriteBalls/balls.epj
samples/3D/terrainCameraDemo/cameraDemo.epj
samples/audio/DirectBufferPlayer/WavPlayer.epj
samples/audio/Piano/Piano.epj
samples/audio/PlaySound/PlaySound.epj
samples/db/EDATest/EDATest.epj
samples/db/MedDB/med.epj
samples/db/MovieCollection/MovieCollection.epj
samples/db/MovieCollection/movieCollection.ec
samples/eC/FindPrime/PrimeTest.epj
samples/eC/HelloWorld/HelloWorld.epj
samples/eC/ampheck/ampheck.epj
samples/eC/ecas/ecas.epj
samples/eC/fibonacci/fibo.epj
samples/eC/neural/neural.epj
samples/eC/staticLink/staticLink.epj
samples/games/blokus/blokus.epj
samples/games/bomb/bomb.epj
samples/games/brainstonz/brainstonz.epj
samples/games/cards/poker/poker.epj
samples/games/cards/ruff/ruff.epj
samples/games/cards/tongIts/tongIts.epj
samples/games/othello/Othello.epj
samples/games/scrabble/scrabble.epj
samples/games/tetris/tetris.epj
samples/guiAndGfx/Controls/controls.ec
samples/guiAndGfx/Controls/controls.epj
samples/guiAndGfx/DataControls/DataControls.epj
samples/guiAndGfx/FlagsDropBox/FlagsDropBox.epj
samples/guiAndGfx/HelloForm/helloForm.epj
samples/guiAndGfx/LinkLabel/LinkLabel.epj
samples/guiAndGfx/bitmapsAndKB/Bitmap/bitmap.epj
samples/guiAndGfx/bitmapsAndKB/KBController/controller.epj
samples/guiAndGfx/bitmapsAndKB/KBOnKeyHit/OnKeyHit.epj
samples/guiAndGfx/bitmapsAndKB/KBState/KBState.epj
samples/guiAndGfx/bitmapsAndKB/Objects/objects.epj
samples/guiAndGfx/childWindows/start.epj
samples/guiAndGfx/clock/clock.epj
samples/guiAndGfx/curvyweb/curvyweb.epj
samples/guiAndGfx/dataBoxes/dataBoxes.epj
samples/guiAndGfx/disablingMovingControls/disabled_test.epj
samples/guiAndGfx/eNotepad/eNotepad.epj
samples/guiAndGfx/fliPlay/fliPlay.epj
samples/guiAndGfx/floodFill/ePaint.epj
samples/guiAndGfx/mdiSample/mdiSample.epj
samples/guiAndGfx/openrider/openrider.epj
samples/guiAndGfx/reminder/Reminder.ec
samples/guiAndGfx/reminder/Reminder.epj
samples/guiAndGfx/replace/replace.epj
samples/guiAndGfx/screenShot/Shot.epj
samples/guiAndGfx/skinning/SkinProject.epj
samples/guiAndGfx/slideShow/eShow.epj
samples/guiAndGfx/snow/snow.epj
samples/guiAndGfx/stacker/stackerTest.epj
samples/guiAndGfx/tabControl/tabs.epj
samples/guiAndGfx/textScroller/Scroll.epj
samples/guiAndGfx/toolBars/toolBars.epj
samples/guiAndGfx/toolTips/Tooltips.epj
samples/guiAndGfx/treeView/treeView.epj
samples/misc/licensing/licensing.epj
samples/net/DCOMSample/Server.epj
samples/net/SocketSample/SocketSample.epj
samples/net/UDPSample/UDPTest.epj
samples/net/XMLSample/XMLSample.epj
samples/net/eCom/eCom.epj
samples/net/eirc/eIRC.epj
samples/net/httpserver/httpServer.epj
samples/net/networkFile/NetworkClient/NetworkClient.epj
samples/net/networkFile/NetworkServer/NetworkServer.epj
samples/net/smtp/smtp.epj
samples/scanning/wiaTest/wiaTest.epj
samples/threads/threadsAndListBoxes/blank.epj

index 0573db1..b96be56 100644 (file)
                "uuid"
             ]
          }
+      },
+      {
+         "Name" : "linux",
+         "Options" : {
+            "Libraries" : [
+               "asound"
+            ],
+            "LinkerOptions" : [
+
+            ]
+         }
       }
    ],
    "Configurations" : [
@@ -54,4 +65,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
similarity index 100%
rename from extras/fliplay.ec
rename to extras/fliPlay.ec
index cca0113..33fae6e 100644 (file)
@@ -24,4 +24,4 @@
       "floor.jpg",
       "wall_80.jpg"
    ]
-}
\ No newline at end of file
+}
index 9072782..ed126aa 100644 (file)
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index c532c05..099e15a 100644 (file)
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 032c095..4155e0b 100644 (file)
@@ -34,4 +34,4 @@
       "ecere.png",
       "help.txt"
    ]
-}
\ No newline at end of file
+}
index dc7ec5b..67fdf50 100644 (file)
@@ -60,4 +60,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index c4925ff..383ea10 100644 (file)
@@ -34,4 +34,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index b830ef0..dbeb2e5 100644 (file)
@@ -28,4 +28,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 1fb30aa..c513e03 100644 (file)
@@ -1,8 +1,6 @@
 {
    "Version" : 0.2,
    "ModuleName" : "VertexColorTest",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "MemoryGuard" : false,
@@ -36,4 +34,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index b7a0591..fb7ef40 100644 (file)
    "Resources" : [
       "knot.png"
    ]
-}
\ No newline at end of file
+}
index 3395c26..adab9fa 100644 (file)
@@ -53,4 +53,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 8adf9ec..3e1ab74 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index b2f4820..03709ad 100644 (file)
@@ -66,4 +66,4 @@
       "slidehex-tv_guide.png",
       "slidehex-website.png"
    ]
-}
\ No newline at end of file
+}
index 420b621..1f006ff 100644 (file)
@@ -13,9 +13,6 @@
       ],
       "Compress" : false
    },
-   "Platforms" : [
-
-   ],
    "Configurations" : [
       {
          "Name" : "Debug",
@@ -40,4 +37,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 26faa52..59b078f 100644 (file)
@@ -25,4 +25,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index e79a006..fde4e97 100644 (file)
@@ -1,8 +1,6 @@
 {
    "Version" : 0.2,
    "ModuleName" : "cameraDemo",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "Debug" : true,
@@ -13,7 +11,6 @@
       ],
       "TargetType" : "Executable",
       "TargetFileName" : "cameraDemo",
-      "TargetDirectory" : "",
       "Libraries" : [
          "ecere"
       ]
@@ -58,4 +55,4 @@
       "../ModelViewer/res/ecere.png",
       "cesna.3ds"
    ]
-}
\ No newline at end of file
+}
index daea527..e882c09 100644 (file)
@@ -36,4 +36,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 2538a43..c33efed 100644 (file)
@@ -1,8 +1,6 @@
 {
    "Version" : 0.2,
    "ModuleName" : "PlaySound",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
@@ -37,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 4af4ff7..c1ea0b4 100644 (file)
@@ -45,4 +45,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index e7bc560..f450151 100644 (file)
@@ -48,4 +48,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index e6786a8..92f7f97 100644 (file)
@@ -53,7 +53,7 @@ class MovieCollectionForm : Window
       list.text = "List of Movies", editor.text = "Movie Entry Being Edited" };
    Button editBorrowers
    {
-      this, text = "Edit Borrowers", altB, stayOnTop = true, anchor = { right = 40, bottom = 40 };
+      this, caption = "Edit Borrowers", altB, stayOnTop = true, anchor = { right = 40, bottom = 40 };
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {
index 15ab2a6..58e6fc1 100644 (file)
@@ -1,50 +1,39 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "PrimeTest"
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = debug
-            Debug = True
-            Optimize = None
-            AllWarnings = True
-
-            Preprocessor Definitions = _DEBUG
-
-         Linker Options
-
-            Target Name = PrimeTest
-            Target Type = Executable
-            Target Directory = debug
-            Console = True
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = release
-            Debug = False
-            Optimize = Speed
-            AllWarnings = True
-
-         Linker Options
-
-            Target Name = PrimeTest
-            Target Type = Executable
-            Target Directory = release
-            Console = True
-
-            Libraries = ecereCOM
-
-   Files
-
-    - findPrime.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "PrimeTest",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "PrimeTest",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : true
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "findPrime.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 291e0c9..325c5a5 100644 (file)
@@ -33,4 +33,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index b8cec8f..c66b506 100644 (file)
@@ -4,6 +4,7 @@
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
+      "TargetFileName" : "ampheck",
       "Libraries" : [
          "ecere"
       ]
@@ -17,7 +18,6 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "TargetFileName" : "ampheck",
             "Console" : true
          }
       },
@@ -25,8 +25,7 @@
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "ampChecks"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -38,4 +37,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index da2137d..14c47cc 100644 (file)
@@ -4,6 +4,7 @@
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
+      "TargetFileName" : "ecas",
       "Libraries" : [
          "ecere"
       ]
@@ -17,9 +18,6 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "TargetFileName" : "ecas",
-            "TargetDirectory" : "debug",
-            "ObjectsDirectory" : "debug",
             "Console" : true
          }
       },
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "ecas",
-            "TargetDirectory" : "release",
-            "ObjectsDirectory" : "release"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -43,4 +38,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 7dc14a7..ce7f4c1 100644 (file)
@@ -1,58 +1,43 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "fibo"
-
-   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 = fibo
-            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 = fibo
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-            Compress = False
-
-            Libraries = ecere
-
-   Files
-
-    - fibo.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "fibo",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "fibo",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false,
+      "Compress" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "fibo.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 11c5330..936451f 100644 (file)
@@ -1,59 +1,45 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "neural"
-
-   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 = neural
-            Target Type = Executable
-            Target Directory = debug
-            Console = True
-            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 = neural
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-            Compress = False
-
-            Libraries = ecere
-
-   Files
-
-    - neural.ec
-    - neurons.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "neural",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "neural",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Compress" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ],
+            "Console" : true
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed",
+            "Console" : false
+         }
+      }
+   ],
+   "Files" : [
+      "neural.ec",
+      "neurons.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index da744e6..44be8d3 100644 (file)
          ]
       }
    ]
-}
\ No newline at end of file
+}
index c5d47e5..d66e409 100644 (file)
@@ -48,4 +48,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 4e0ddb2..f59a4d5 100644 (file)
@@ -6,6 +6,7 @@
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "bomb",
       "Libraries" : [
          "ecere"
       ]
@@ -17,7 +18,6 @@
             "Debug" : true,
             "MemoryGuard" : false,
             "Optimization" : "None",
-            "TargetFileName" : "bomb",
             "Console" : false
          }
       },
@@ -27,7 +27,6 @@
             "Debug" : true,
             "MemoryGuard" : true,
             "Optimization" : "None",
-            "TargetFileName" : "bomb",
             "Console" : true
          }
       },
@@ -37,7 +36,6 @@
             "Debug" : false,
             "MemoryGuard" : false,
             "Optimization" : "Speed",
-            "TargetFileName" : "bomb",
             "Console" : false
          }
       }
@@ -69,4 +67,4 @@
       "res/map8.dat",
       "res/map9.dat"
    ]
-}
\ No newline at end of file
+}
index d0b1002..467e84d 100644 (file)
@@ -41,4 +41,4 @@
       "res/smile.png",
       "res/white.png"
    ]
-}
\ No newline at end of file
+}
index 6f64aee..90b3ee5 100644 (file)
@@ -16,8 +16,7 @@
          "Options" : {
             "Debug" : true,
             "Profile" : false,
-            "Optimization" : "None",
-            "ObjectsDirectory" : "obj"
+            "Optimization" : "None"
          }
       }
    ],
@@ -33,4 +32,4 @@
       "../res/cards.pcx",
       "../res/ecereCard.png"
    ]
-}
\ No newline at end of file
+}
index 9472b4c..463465c 100644 (file)
@@ -35,4 +35,4 @@
       "../res/hearts.bmp",
       "../res/spades.bmp"
    ]
-}
\ No newline at end of file
+}
index 85328e9..badea5d 100644 (file)
@@ -16,8 +16,7 @@
          "Options" : {
             "Debug" : true,
             "Profile" : false,
-            "Optimization" : "None",
-            "ObjectsDirectory" : "obj"
+            "Optimization" : "None"
          }
       }
    ],
@@ -29,4 +28,4 @@
       "../res/cards.pcx",
       "../res/ecereCard.png"
    ]
-}
\ No newline at end of file
+}
index 450bd96..5391464 100644 (file)
@@ -26,4 +26,4 @@
       "green.bmp",
       "othello.bmp"
    ]
-}
\ No newline at end of file
+}
index 8348c21..c4ae293 100644 (file)
@@ -49,4 +49,4 @@
       "res/dico.txt",
       "res/english.txt"
    ]
-}
\ No newline at end of file
+}
index da3245d..9a5ef35 100644 (file)
@@ -6,6 +6,7 @@
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "tetris",
       "Libraries" : [
          "ecere"
       ],
@@ -17,8 +18,7 @@
          "Options" : {
             "Debug" : true,
             "MemoryGuard" : false,
-            "Optimization" : "None",
-            "TargetFileName" : "tetris"
+            "Optimization" : "None"
          }
       },
       {
@@ -26,8 +26,7 @@
          "Options" : {
             "Debug" : false,
             "MemoryGuard" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "tetris"
+            "Optimization" : "Speed"
          }
       },
       {
@@ -35,8 +34,7 @@
          "Options" : {
             "Debug" : true,
             "MemoryGuard" : true,
-            "Optimization" : "None",
-            "TargetFileName" : "tetris"
+            "Optimization" : "None"
          }
       }
    ],
@@ -47,4 +45,4 @@
    "Resources" : [
       "res/tetris.bmp"
    ]
-}
\ No newline at end of file
+}
index b0d9d91..14e0c44 100644 (file)
@@ -12,7 +12,7 @@ class ControlsSample : Window
 
    Button button1
    {
-      this, text = "Push Me", altP, isDefault = true, position = { 32, 40 };
+      this, caption = "Push Me", altP, isDefault = true, position = { 32, 40 };
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {
@@ -20,7 +20,7 @@ class ControlsSample : Window
          return true;
       }
    };
-   EditBox editBox1 { this, text = "EditBox 1", altE, size = { 78, 19 }, position = { 112, 40 }, contents = "contents" };
+   EditBox editBox1 { this, caption = "EditBox 1", altE, size = { 78, 19 }, position = { 112, 40 }, contents = "contents" };
    Label label1 { parent = this, size = { 45, 13 }, position = { 120, 16 }, labeledWindow = editBox1 };
 }
 ControlsSample controlsSample {};
index 3d83490..e24a0b4 100644 (file)
@@ -1,8 +1,6 @@
 {
    "Version" : 0.2,
    "ModuleName" : "Controls",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "MemoryGuard" : false,
@@ -36,4 +34,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 06c3d7d..5478bfb 100644 (file)
          ]
       }
    ]
-}
\ No newline at end of file
+}
index ff81eec..d9932fe 100644 (file)
@@ -1,8 +1,6 @@
 {
    "Version" : 0.2,
    "ModuleName" : "HelloForm",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
@@ -35,4 +33,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 36e6a1d..392931e 100644 (file)
@@ -40,4 +40,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 8ae46ea..cb61258 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
       "../res/castle.png"
    ]
-}
\ No newline at end of file
+}
index 235e226..7f99b19 100644 (file)
@@ -40,4 +40,4 @@
       "../res/mage.png",
       "../res/peasant.png"
    ]
-}
\ No newline at end of file
+}
index cc10828..005cfda 100644 (file)
@@ -40,4 +40,4 @@
       "../res/mage.png",
       "../res/peasant.png"
    ]
-}
\ No newline at end of file
+}
index c3da432..df50bc0 100644 (file)
@@ -40,4 +40,4 @@
       "../res/mage.png",
       "../res/peasant.png"
    ]
-}
\ No newline at end of file
+}
index fcbaf4e..dac8828 100644 (file)
@@ -40,4 +40,4 @@
       "../res/mage.png",
       "../res/peasant.png"
    ]
-}
\ No newline at end of file
+}
index 5f28f92..4b8e85a 100644 (file)
@@ -1,64 +1,39 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "ex1"
-
-Active Configuration = Debug
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = Debug
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = False
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = ex1
-            Target Type = Executable
-            Target Directory = Debug
-            Console = False
-            Modified = True
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = Release
-            Debug = False
-            Optimize = Speed
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = True
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = ex1
-            Target Type = Executable
-            Target Directory = Release
-            Console = False
-            Modified = True
-
-            Libraries = ecere
-
-   Files
-
-    - ex1.ec
-
-   Resources
-
-    = data/SoapBubbles.bmp
+{
+   "Version" : 0.2,
+   "ModuleName" : "ex1",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "ex1",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None"
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "ex1.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+      "data/SoapBubbles.bmp"
+   ]
+}
index f64af1b..b1bc2db 100644 (file)
@@ -1,56 +1,42 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "clock"
-
-   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 = clock
-            Target Type = Executable
-            Target Directory = debug
-            Console = 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 = clock
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-
-            Libraries = ecere
-
-   Files
-
-    - clock.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "clock",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "clock",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "clock.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 856059a..8170ead 100644 (file)
@@ -4,6 +4,7 @@
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
+      "TargetFileName" : "bezier",
       "Libraries" : [
          "ecere"
       ]
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ],
-            "TargetFileName" : "bezier",
-            "TargetDirectory" : "debug",
-            "ObjectsDirectory" : "debug"
+            ]
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "bezier",
-            "TargetDirectory" : "release",
-            "ObjectsDirectory" : "release"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -40,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 5375e0a..6821112 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index daa1078..d207e35 100644 (file)
@@ -1,48 +1,38 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "disabled_test"
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = debug
-            Debug = True
-            Optimize = None
-            AllWarnings = True
-
-            Preprocessor Definitions = _DEBUG
-
-         Linker Options
-
-            Target Name = disabled_test
-            Target Type = Executable
-            Target Directory = debug
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = release
-            Debug = False
-            Optimize = Speed
-            AllWarnings = True
-
-         Linker Options
-
-            Target Name = disabled_test
-            Target Type = Executable
-            Target Directory = release
-
-            Libraries = ecere
-
-   Files
-
-    - form2.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "disabled_test",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "disabled_test",
+      "Libraries" : [
+         "ecere"
+      ]
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "form2.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index bc32ef9..ffd7151 100644 (file)
@@ -1,26 +1,30 @@
-
-ECERE Project File
-
-Version 0a
-
-Target "eNotepad"
-
-   Compiler Options
-
-      Intermediate Directory = obj
-      Debug = True
-      Optimize = False
-      Profile = False
-      AllWarnings = True
-
-   Linker Options
-
-      Target Name = eNotepad
-      Target Type = Executable
-      Console = False
-
-      Libraries = ecere
-
-   Files
-
-    - eNotepad.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "eNotepad",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "eNotepad",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Default",
+         "Options" : {
+            "Debug" : true,
+            "Profile" : false,
+            "Optimization" : "None"
+         }
+      }
+   ],
+   "Files" : [
+      "eNotepad.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 6c098df..6f88ccd 100644 (file)
@@ -16,8 +16,7 @@
          "Options" : {
             "Debug" : true,
             "Profile" : false,
-            "Optimization" : "None",
-            "ObjectsDirectory" : "obj"
+            "Optimization" : "None"
          }
       }
    ],
@@ -30,4 +29,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 4f9fba5..13ce102 100644 (file)
@@ -1,49 +1,39 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "ePaint"
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = debug
-            Debug = True
-            Optimize = None
-            AllWarnings = True
-
-            Preprocessor Definitions = _DEBUG
-
-         Linker Options
-
-            Target Name = ePaint
-            Target Type = Executable
-            Target Directory = debug
-            Console = True
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = release
-            Debug = False
-            Optimize = Speed
-            AllWarnings = True
-
-         Linker Options
-
-            Target Name = ePaint
-            Target Type = Executable
-            Target Directory = release
-
-            Libraries = ecere
-
-   Files
-
-    - floodFill.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "ePaint",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "ePaint",
+      "Libraries" : [
+         "ecere"
+      ]
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ],
+            "Console" : true
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "floodFill.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index d900936..1bcabe9 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 40f5733..5d8ae6e 100644 (file)
@@ -4,6 +4,7 @@
    "Options" : {
       "Warnings" : "All",
       "TargetType" : "Executable",
+      "TargetFileName" : "openrider",
       "Libraries" : [
          "ecere"
       ]
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ],
-            "TargetFileName" : "openrider"
+            ]
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "openrider"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -38,4 +37,4 @@
    "Resources" : [
       "wheel.png"
    ]
-}
\ No newline at end of file
+}
index 983efdd..499df35 100644 (file)
@@ -51,7 +51,7 @@ class ReminderWindow : Window
    Label note { this, text = "Note", position = { 16, 160 }, anchor = { left = 10, bottom = 10 } };
    Button remindMe 
    {
-      this, text = "Remind Me", escape, anchor = { right = 54, bottom = 10 };
+      this, caption = "Remind Me", escape, anchor = { right = 54, bottom = 10 };
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {
index c390b16..8209892 100644 (file)
@@ -5,8 +5,6 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "Reminder",
-      "TargetDirectory" : "obj/$(Project)-$(Platform)-$(Config)",
-      "ObjectsDirectory" : "obj/$(Project)-$(Platform)-$(Config)",
       "Libraries" : [
          "ecere"
       ]
@@ -38,4 +36,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 8d41686..46db5f8 100644 (file)
@@ -1,26 +1,30 @@
-
-ECERE Project File
-
-Version 0a
-
-Target "replace"
-
-   Compiler Options
-
-      Intermediate Directory = obj
-      Debug = True
-      Optimize = False
-      Profile = False
-      AllWarnings = True
-
-   Linker Options
-
-      Target Name = replace
-      Target Type = Executable
-      Console = False
-
-      Libraries = ecere
-
-   Files
-
-    - replace.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "replace",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "replace",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Default",
+         "Options" : {
+            "Debug" : true,
+            "Profile" : false,
+            "Optimization" : "None"
+         }
+      }
+   ],
+   "Files" : [
+      "replace.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 5e4a03f..9d12548 100644 (file)
@@ -39,4 +39,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 8d15c46..4abc808 100644 (file)
@@ -65,4 +65,4 @@
       "upMiddle.png",
       "upRight.png"
    ]
-}
\ No newline at end of file
+}
index 67768ce..93a405a 100644 (file)
@@ -1,36 +1,30 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "eShow"
-
-Active Configuration = Default
-
-   Configurations
-
-    + Default
-
-         Compiler Options
-
-            Intermediate Directory = obj
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = False
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = eShow
-            Target Type = Executable
-            Console = False
-            Modified = False
-
-            Libraries = ecere
-
-   Files
-
-    - eShow.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "eShow",
+   "Options" : {
+      "Warnings" : "All",
+      "Debug" : true,
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "Optimization" : "None",
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "eShow",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Default"
+      }
+   ],
+   "Files" : [
+      "eShow.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index e67000b..f9872e2 100644 (file)
@@ -45,4 +45,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 94b0b80..8ca7b05 100644 (file)
@@ -10,8 +10,6 @@
       ],
       "TargetType" : "Executable",
       "TargetFileName" : "test",
-      "TargetDirectory" : "obj",
-      "ObjectsDirectory" : "obj",
       "Libraries" : [
          "ecere"
       ]
@@ -28,4 +26,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 65505d8..e50624f 100644 (file)
@@ -1,14 +1,13 @@
 {
    "Version" : 0.2,
    "ModuleName" : "tabs",
-   "Description" : "",
-   "License" : "",
    "Options" : {
       "Warnings" : "All",
       "MemoryGuard" : false,
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "tabs",
       "Libraries" : [
          "ecere"
       ],
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ],
-            "TargetFileName" : "tabs",
-            "ObjectsDirectory" : "debug"
+            ]
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "KenSample",
-            "ObjectsDirectory" : "release"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -44,4 +39,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index a6e9814..9137358 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index ef9e1ff..6c0d906 100644 (file)
@@ -37,4 +37,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index e4c7df4..a53f74c 100644 (file)
@@ -45,4 +45,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 6449ce6..de6cf50 100644 (file)
@@ -1,26 +1,30 @@
-
-ECERE Project File
-
-Version 0a
-
-Target "treeView"
-
-   Compiler Options
-
-      Intermediate Directory = obj
-      Debug = True
-      Optimize = False
-      Profile = False
-      AllWarnings = True
-
-   Linker Options
-
-      Target Name = treeView
-      Target Type = Executable
-      Console = False
-
-      Libraries = ecere
-
-   Files
-
-    - explorer.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "treeView",
+   "Options" : {
+      "Warnings" : "All",
+      "TargetType" : "Executable",
+      "TargetFileName" : "treeView",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Default",
+         "Options" : {
+            "Debug" : true,
+            "Profile" : false,
+            "Optimization" : "None"
+         }
+      }
+   ],
+   "Files" : [
+      "explorer.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 863de98..2214f30 100644 (file)
@@ -44,4 +44,4 @@
          ]
       }
    ]
-}
\ No newline at end of file
+}
index 5c6be3f..5a6d067 100644 (file)
@@ -1,59 +1,44 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "Server"
-
-   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 = Server
-            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 = Server
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-            Compress = False
-
-            Libraries = ecere
-
-   Files
-
-    - main.ec
-    - Server.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "Server",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "Server",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false,
+      "Compress" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "main.ec",
+      "Server.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 9d9177e..f2c25a2 100644 (file)
@@ -35,4 +35,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index a65c7d1..75d1593 100644 (file)
@@ -51,4 +51,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 1660249..656881b 100644 (file)
@@ -36,4 +36,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 7c5a54f..cc34bbc 100644 (file)
@@ -7,6 +7,7 @@
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "eCom",
       "Libraries" : [
          "ecere"
       ],
          "Name" : "Debug",
          "Options" : {
             "Debug" : true,
-            "Optimization" : "None",
-            "TargetFileName" : "eCom"
+            "Optimization" : "None"
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "eCom"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -38,4 +37,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index f58ee64..458abb4 100644 (file)
@@ -7,6 +7,7 @@
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "eIRC",
       "Libraries" : [
          "ecere"
       ],
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ],
-            "TargetFileName" : "eIRC",
-            "TargetDirectory" : "debug",
-            "ObjectsDirectory" : "debug"
+            ]
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed",
-            "TargetFileName" : "eIRC",
-            "TargetDirectory" : "release",
-            "ObjectsDirectory" : "release"
+            "Optimization" : "Speed"
          }
       }
    ],
@@ -46,4 +41,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 53afb40..e426ae6 100644 (file)
@@ -29,4 +29,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index 171e914..376ea46 100644 (file)
@@ -1,56 +1,42 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "NetworkClient"
-
-   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 = NetworkClient
-            Target Type = Executable
-            Target Directory = Debug
-            Console = 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 = NetworkClient
-            Target Type = Executable
-            Target Directory = Release
-            Console = False
-
-            Libraries = ecere
-
-   Files
-
-    - client.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "NetworkClient",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "NetworkClient",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ]
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "client.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 8b0b0e3..45046f8 100644 (file)
@@ -1,32 +1,30 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "NetworkServer"
-
-   Configurations
-
-    + Default
-
-         Compiler Options
-
-            Intermediate Directory = obj
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = Server
-            Target Type = Executable
-            Console = False
-
-            Libraries = ecere
-
-   Files
-
-    - server.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "NetworkServer",
+   "Options" : {
+      "Warnings" : "All",
+      "Debug" : true,
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "Optimization" : "None",
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "Server",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Default"
+      }
+   ],
+   "Files" : [
+      "server.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 65bec3a..eec250e 100644 (file)
@@ -1,62 +1,43 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "smtp"
-
-Active Configuration = Debug
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = debug
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = False
-
-            Preprocessor Definitions = _DEBUG
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = smtp
-            Target Type = Executable
-            Target Directory = debug
-            Console = True
-            Modified = False
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = release
-            Debug = False
-            Optimize = Speed
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = False
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = smtp
-            Target Type = Executable
-            Target Directory = release
-            Console = False
-            Modified = False
-
-            Libraries = ecere
-
-   Files
-
-    - smtp.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "smtp",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "smtp",
+      "Libraries" : [
+         "ecere"
+      ]
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None",
+            "PreprocessorDefinitions" : [
+               "_DEBUG"
+            ],
+            "Console" : true
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed",
+            "Console" : false
+         }
+      }
+   ],
+   "Files" : [
+      "smtp.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}
index 7567ce9..05b2a49 100644 (file)
@@ -49,4 +49,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}
index a6698f3..c0da64c 100644 (file)
@@ -1,60 +1,39 @@
-
-ECERE Project File
-
-Version 0.1a
-
-Target "blank"
-
-Active Configuration = Debug
-
-   Configurations
-
-    + Debug
-
-         Compiler Options
-
-            Intermediate Directory = Debug
-            Debug = True
-            Optimize = None
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = False
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = blank
-            Target Type = Executable
-            Target Directory = Debug
-            Console = False
-            Modified = True
-
-            Libraries = ecere
-
-    + Release
-
-         Compiler Options
-
-            Intermediate Directory = Release
-            Debug = False
-            Optimize = Speed
-            Profile = False
-            MemoryGuard = False
-            AllWarnings = True
-            Modified = True
-            Strict Name Spaces = False
-
-         Linker Options
-
-            Target Name = blank
-            Target Type = Executable
-            Target Directory = Release
-            Console = False
-            Modified = True
-
-            Libraries = ecere
-
-   Files
-
-    - blank.ec
+{
+   "Version" : 0.2,
+   "ModuleName" : "blank",
+   "Options" : {
+      "Warnings" : "All",
+      "MemoryGuard" : false,
+      "Profile" : false,
+      "StrictNameSpaces" : false,
+      "TargetType" : "Executable",
+      "TargetFileName" : "blank",
+      "Libraries" : [
+         "ecere"
+      ],
+      "Console" : false
+   },
+   "Configurations" : [
+      {
+         "Name" : "Debug",
+         "Options" : {
+            "Debug" : true,
+            "Optimization" : "None"
+         }
+      },
+      {
+         "Name" : "Release",
+         "Options" : {
+            "Debug" : false,
+            "Optimization" : "Speed"
+         }
+      }
+   ],
+   "Files" : [
+      "blank.ec"
+   ],
+   "ResourcesPath" : "",
+   "Resources" : [
+
+   ]
+}