about summary refs log tree commit diff stats
path: root/getopt/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Full native win32 supportRory Bradford2022-11-191-0/+9
This will now compile with MSVC using the make.bat batch file. It does however bring in some additional third party dependencies: ports of dirent and getopt (something I'd ideally like to work on in the future). Signed-off-by: Rory Bradford <roryrjb@gmail.com>