gemstone/lib/build.toml

14 lines
294 B
TOML
Raw Normal View History

[project]
2024-08-11 16:40:20 +00:00
name = "gscstd"
version = "0.1.0"
2024-08-11 16:40:20 +00:00
description = "glibc build of the gemstone standard library"
license = "GPL-2.0"
authors = [ "Sven Vogel <sven.vogel123@web.de>" ]
2024-08-11 16:40:20 +00:00
[target.gscstd]
import-paths = [ "glibc" ]
root = "glibc/std.gsc"
mode = "library"
output = "bin"
archive = "archive"