summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-01-06 23:39:21 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2022-01-06 23:39:21 +0000
commit4ed68f73dae9e7621d7d7512b5feb686e9440bb2 (patch)
tree9646293b25a5a49b517d776baccce7ddff52a293 /TODO
parentc3ecdf5caf17825b047e4d8b5d979986cbe380b0 (diff)
Tidy up stubs, make vstdlib a stub, build on Linux
Important note: it doesn't WORK on Linux, and there's tons of warnings and stuff, but it's easier to work on when all the compiler output and whatnot is there.
Diffstat (limited to 'TODO')
-rw-r--r--TODO/linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO/linux b/TODO/linux
index d89baca..d664626 100644
--- a/TODO/linux
+++ b/TODO/linux
@@ -4,3 +4,6 @@ Early prototype code was written with both Linux and Windows in mind, but since
then most of the development happens to have happened on Windows, which has left
some gaps. We want to eventually add back support for Linux once all the
important Windows stuff is out of the way.
+
+As of writing the code does sort of compile on Linux, but decidedly does not
+actually work.