File:  [gforth] / gforth / Attic / envos.fs
Revision 1.1: download - view: text, annotated - select for diffs
Mon Sep 1 23:07:07 1997 UTC (26 years, 7 months ago) by jwilke
Branches: MAIN
CVS tags: HEAD
Dos Changes:
!!Moved:
engine/32bit.h moved to arch/generic/machine.h
cache.c moved to arch/hppa/
cleanalign.c moved to engine/
!!New Files:
envos.* *.bsh
Instead of linking arch/xy/machine.h an custom include path is used
engine.a engine.o main.o makes with engine/Makefile now
history.fs and startup.fs works for dos and unix now
environment variable osclass is set in envos.fs, wich is os-specific
any comments?
supressed some warnings in main.c

\ envos.fs set os-specific environmental queries 	07jul97jaw

get-current environment-wordlist set-current
: os-class s" unix" ;
set-current

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