From: Manoel Trapier Date: Mon, 4 Mar 2013 18:03:17 +0000 (+0100) Subject: Add NES platform to default build. (Still more to go to compile correctly) and re... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b907b15d4fd38ce60666ec71f3cb0dfed04c1d37;p=ack.git Add NES platform to default build. (Still more to go to compile correctly) and re-enabling the "k&r" cpp --- diff --git a/pmfile b/pmfile index c7a806f08..ace196978 100644 --- 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.