From 0f92f7352d1964a9859868439e8ded2c4de2111e Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Sat, 19 Nov 2022 11:11:26 +0000 Subject: Full native win32 support 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 --- getopt/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 getopt/.gitignore (limited to 'getopt/.gitignore') diff --git a/getopt/.gitignore b/getopt/.gitignore new file mode 100644 index 0000000..975acee --- /dev/null +++ b/getopt/.gitignore @@ -0,0 +1,4 @@ +Win32/ +x64/ +.vs/ +*.user \ No newline at end of file -- cgit 1.4.1-2-gfad0 lue='master'>master Community notes board for shared UNIX systemsgbmor <ben@gbmor.dev>
summary refs log tree commit diff stats
blob: f87fbe510d3570132b114a27ca3e3eb809d309c9 (plain) (blame)
1
2
3
4
5
6
7
8