File:  [gforth] / gforth / gforthmi.sh.in
Revision 1.2: download - view: text, annotated - select for diffs
Sun Mar 29 01:13:14 2009 UTC (15 years ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Fixed gforthmi.sh to run without Cygwin
Removed unnecessary G/T switching in int.fs

#!/bin/bash
GFORTHD="./gforth-ditc -p .:." GFORTH="./gforth-ditc --die-on-signal -p .:. -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs arch/386/disasm.fs" includedir=`pwd`/include bindir=`pwd` libccdir=`pwd`/lib/gforth/@PACKAGE_VERSION@/libcc-named/ ./sh.exe ./gforthmi gforth.fi  --die-on-signal -p ".:~+:." -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs arch/386/disasm.fs

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>