Add NES platform to default build. (Still more to go to compile correctly) and re...
authorManoel Trapier <manoelt@bookeen.com>
Mon, 4 Mar 2013 18:03:17 +0000 (19:03 +0100)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:43 +0000 (23:41 +0100)
pmfile

diff --git a/pmfile b/pmfile
index c7a806f..ace1969 100644 (file)
--- a/pmfile
+++ b/pmfile
@@ -38,7 +38,7 @@ include "util/amisc/pmfile"
 include "util/cmisc/pmfile"
 include "util/ack/pmfile"
 include "util/arch/pmfile"
--- include "util/cpp/pmfile"
+include "util/cpp/pmfile"
 include "lang/cem/cpp.ansi/pmfile"
 include "util/cgg/pmfile"
 include "util/ncgg/pmfile"
@@ -98,6 +98,9 @@ include "plat/linux386/pmfile"         -- Linux executables
 include "mach/i80/pmfile"              -- generic 8080
 include "plat/cpm/pmfile"              -- CP/M
 
+include "mach/6500/pmfile"                 -- generic 6500
+include "plat/nes/pmfile"                  -- NES
+
 default = group {
        -- Lots of things use LLgen, so we need to build it first.
        
@@ -127,7 +130,7 @@ default = group {
        tool_tabgen,
        tool_aal,
        tool_ack,
---     tool_cpp,                -- K&R C
+       tool_cpp,                -- K&R C
        tool_cpp_ansi,           -- ANSI C
        tool_cgg,
        tool_ncgg,
@@ -157,8 +160,7 @@ default = group {
        -- libraries.
        
 --[[
-       mach_6500,
-       lang_runtimes { ARCH="6500", OPTIMISATION="-O" },
+       mach_6500,     lang_runtimes { ARCH="6500", OPTIMISATION="-O" },
 
        mach_6800,
        mach_6805,
@@ -180,7 +182,8 @@ default = group {
        
        platform_pc86,
        platform_linux386,
-       platform_cpm
+       platform_cpm,
+       platform_nes,
 }
 
 -- Ensure that the work directories exist.