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 --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9651efe..2029cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /rf *.o -*.1 -*.5 \ No newline at end of file +*.exe +*.obj +*.lib +*.exp \ No newline at end of file -- cgit 1.4.1-2-gfad0