[SCM] applications.git branch, master, updated. 2605799af0041b7f957e7b83e27e925b56c2a98e

Benoit Sonntag sonntag at icps.u-strasbg.fr
Thu Nov 12 05:03:14 UTC 2009


The following commit has been merged in the master branch:
commit 2605799af0041b7f957e7b83e27e925b56c2a98e
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Thu Nov 12 06:03:09 2009 +0100

    Release update

diff --git a/examples/standard/make.lip b/examples/standard/make.lip
index 8df7df6..37e1446 100644
--- a/examples/standard/make.lip
+++ b/examples/standard/make.lip
@@ -23,31 +23,14 @@
 
 Section Inherit
   
-  + parent:STRING := "../../../compiler/make.lip";
+  + parent:STRING; // by default, inherite from main `make.lip'
 
 Section Private
   
-  - path_example p:STRING <-
-  (
-    path (lisaac + "../repo/programs/example/" + p);
-  );
-  
   - example_path <-
   // Example path.
   ( 
-    path_example "su_doku/";
-    path_example "tetris/";
-    path_example "fouronline/";
-    path_example "shell/";
-    path_example "gui/calculator/";
-    path_example "gui/viewer/";
-    path_example "gui/about/";
-    path_example "gui/clock/";
-    path_example "gui/desktop/";
-    path_example "gui/mpg2/";
-    path_example "demomaker/fire/";
-    path_example "demomaker/glass/";
-    path_example "demomaker/rotozoom/";
+    path_li "example/*"; // BSBS: relative path comming soon
   );
     
   //

-- 
applications.git



More information about the Lisaac-commits mailing list