embedded systems developers tools, cross compilers
  Home  |   SwiftX Archive  |   SwiftForth Archive  |

Re: SwiftX Command Line

From: Bulgrien, Dennis <Dennis.Bulgrien_at_TripointGlobal.com>
Date: Wed, 12 Dec 2001 11:19:38 -0600

I suppose project.swx becomes an argument to the SwiftX v3 executable and
therefore additional arguments are dropped. Adding another INCLUDE= in
project.swx doesn't work...
        [STARTUP]
        INCLUDE=%SWIFTX\XCOMP\68K\SWIFTX
        INCLUDE=BUILD.F
        TITLE=My App
        [SWIFTX]
        XTLPORT=COM1

But creating these files and running project-build.swx accomplishes the same
thing.

project-build.swx:
        [STARTUP]
        INCLUDE=PROJECT-BUILD.F
        TITLE=My App
        [SWIFTX]
        XTLPORT=COM1

project-build.f:
        INCLUDE %SWIFTX\XCOMP\68K\SWIFTX
        INCLUDE BUILD.F

-----Original Message-----
From: Bulgrien, Dennis
Sent: Wednesday, December 12, 2001 8:29
To: 'swiftx_at_forth.com'
Subject: [swiftx] SwiftX Command Line

How do I get SwiftX to use command line arguments like chipForth? The
following started SwiftX but didn't INCLUDE:
        project.swx INCLUDE build.f
        project.swx "INCLUDE debug.f"
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/swiftx -- check them out!
Received on Wed Dec 12 2001 - 09:18:45 PST

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:23 PST