File:  [gforth] / gforth / gforthmi.sh.in
Revision 1.1: download - view: text, annotated - select for diffs
Sun Feb 15 22:13:32 2009 UTC (15 years, 2 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Fixed Windows setup.exe generation problems (especially libffi.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/ ./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>