Update TODO

This commit is contained in:
Martin Lund 2024-07-15 20:05:28 +02:00
parent e1fe232254
commit 14963032c3

12
TODO
View file

@ -1,5 +1,15 @@
* Add support for nested configuration files
Add "include" directive to make it possible to include a configuration file
from another. For example:
[include work/config]
The feature should support including files that include other files etc.
(multi level nesting).
* Porting layer to support native win32 builds. * Porting layer to support native win32 builds.
Some of the work that needs to be done: Some of the work that needs to be done:
All posix functions need to be platform independent, go though file by file: All posix functions need to be platform independent, go though file by file: