From 310d7ee1f676ee801f643784dbe486ad4d124598 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 May 2011 15:50:23 +0000 Subject: [PATCH] Pascal now installs in the apps/ directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3583 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/pashello/appconfig | 3 +++ configs/xtrs/pashello/appconfig | 4 ++++ configs/z16f2800100zcog/pashello/appconfig | 3 +++ configs/z80sim/pashello/appconfig | 4 ++++ 4 files changed, 14 insertions(+) diff --git a/configs/sim/pashello/appconfig b/configs/sim/pashello/appconfig index 30d83caaf4..d4adbcce11 100644 --- a/configs/sim/pashello/appconfig +++ b/configs/sim/pashello/appconfig @@ -37,3 +37,6 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode diff --git a/configs/xtrs/pashello/appconfig b/configs/xtrs/pashello/appconfig index cb1af14a30..0deb0b01b0 100644 --- a/configs/xtrs/pashello/appconfig +++ b/configs/xtrs/pashello/appconfig @@ -37,3 +37,7 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode + diff --git a/configs/z16f2800100zcog/pashello/appconfig b/configs/z16f2800100zcog/pashello/appconfig index f77eca16a5..07a95ee0fc 100644 --- a/configs/z16f2800100zcog/pashello/appconfig +++ b/configs/z16f2800100zcog/pashello/appconfig @@ -37,3 +37,6 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode diff --git a/configs/z80sim/pashello/appconfig b/configs/z80sim/pashello/appconfig index b08323b164..faa2589ab3 100644 --- a/configs/z80sim/pashello/appconfig +++ b/configs/z80sim/pashello/appconfig @@ -37,3 +37,7 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode +