[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-668-g3d47a50

ontologiae ontologiae at gmail.com
Fri Nov 26 00:26:46 UTC 2010


The following commit has been merged in the master branch:
commit 3d47a507278b1684d356076d6b391dafa641ef84
Author: ontologiae <ontologiae at gmail.com>
Date:   Fri Nov 26 01:25:33 2010 +0100

    make.lip x86

diff --git a/make.lip.sample b/make.lip
similarity index 97%
copy from make.lip.sample
copy to make.lip
index 5abe603..513c825 100644
--- a/make.lip.sample
+++ b/make.lip
@@ -113,7 +113,14 @@ Section Private
     path (lib_os + "dos/file_system/");
     path (lib_os + "dos/video/");
   );
-  
+
+  - x86_target <-
+  (
+   path (lib_os + "x86/system/");
+   path (lib_os + "x86/file_system/");
+   path (lib_os + "x86/video/");
+  );
+
   - get_target <-
   (
     (target = "dos").if {
@@ -125,6 +132,9 @@ Section Private
     (target = "unix").if {
       unix_target;
     };
+    (target = "x86").if {
+      x86_target;
+    };
     (target = "").if {
       "Target code needed.\n".print;
       die_with_code exit_failure_code;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list