summaryrefslogtreecommitdiff
path: root/test/hai.c
AgeCommit message (Collapse)Author
2022-08-07cook: add a basic C modules systemAlejandro Sior
2022-08-06cook: add preliminary MSVC C toolchain supportAlejandro Sior
It cannot properly create and link against .DLLs yet, the current implementation of it is a hack (using mkextra). Static libraries, executables as well as cc work in a respectable manner.