2006-07-27 21:58:13 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
2007-02-20 00:46:10 +00:00
|
|
|
-- $Revision$
|
2006-07-27 21:58:13 +00:00
|
|
|
|
|
|
|
local d = ROOTDIR.."lang/basic/lib/"
|
|
|
|
|
|
|
|
lang_basic_runtime = acklibrary {
|
2007-02-20 00:46:10 +00:00
|
|
|
ACKINCLUDES = {PARENT, "%ROOTDIR%h"},
|
2006-07-27 21:58:13 +00:00
|
|
|
|
|
|
|
ackfile (d.."fif.e"),
|
|
|
|
ackfile (d.."fef.e"),
|
|
|
|
ackfile (d.."setline.e"),
|
|
|
|
ackfile (d.."abs.c"),
|
|
|
|
ackfile (d.."asc.c"),
|
|
|
|
ackfile (d.."asrt.c"),
|
|
|
|
ackfile (d.."atn.c"),
|
|
|
|
ackfile (d.."chr.c"),
|
|
|
|
ackfile (d.."conversion.c"),
|
|
|
|
ackfile (d.."error.c"),
|
|
|
|
ackfile (d.."exp.c"),
|
|
|
|
ackfile (d.."file.c"),
|
|
|
|
ackfile (d.."hlt.c"),
|
|
|
|
ackfile (d.."io.c"),
|
|
|
|
ackfile (d.."log.c"),
|
|
|
|
ackfile (d.."mki.c"),
|
|
|
|
ackfile (d.."oct.c"),
|
|
|
|
ackfile (d.."peek.c"),
|
|
|
|
ackfile (d.."power.c"),
|
|
|
|
ackfile (d.."print.c"),
|
|
|
|
ackfile (d.."random.c"),
|
|
|
|
ackfile (d.."read.c"),
|
|
|
|
ackfile (d.."return.c"),
|
|
|
|
ackfile (d.."salloc.c"),
|
|
|
|
ackfile (d.."sgn.c"),
|
|
|
|
ackfile (d.."sin.c"),
|
|
|
|
ackfile (d.."sqt.c"),
|
|
|
|
ackfile (d.."stop.c"),
|
|
|
|
ackfile (d.."string.c"),
|
|
|
|
ackfile (d.."swap.c"),
|
|
|
|
ackfile (d.."trace.c"),
|
|
|
|
ackfile (d.."trap.c"),
|
|
|
|
ackfile (d.."write.c"),
|
|
|
|
|
2007-02-26 22:36:56 +00:00
|
|
|
install = pm.install("%BINDIR%%PLATIND%/%PLATFORM%/libbasic.a")
|
2006-07-27 21:58:13 +00:00
|
|
|
}
|