Initial checkin of klib support.
The libraries exist in two incarnations:
packed foo.klib and unpacked foo/ .
The compiler when given '-library foo' expects to find either
a foo.klib file and unpack it, or an already unpacked foo/ directory.
The stdlib is always unpacked in dist/klib .
The semantics of -o has changed slightly.
It now accepts '-o foo' and the compiler
either produces foo.kexe or foo.klib .
This commit is contained in:
committed by
alexander-gorshenev
parent
77e093354f
commit
3b5ce031f8
@@ -43,6 +43,8 @@ targetList.each { targetName ->
|
||||
}
|
||||
}
|
||||
|
||||
task hostRuntime(dependsOn: "${rootProject.ext.host}Runtime")
|
||||
|
||||
task clean << {
|
||||
delete buildDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user