File:  [gforth] / gforth / gforthmi.sh.in
Revision 1.3: download - view: text, annotated - select for diffs
Sun Oct 7 21:07:18 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
More little Windows stuff

#!/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 @kernel_fi@ exboot.fs startup.fs @asm_fs@ @disasm_fs@

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