From f8ac67c943244aa57e5f848ca6b1f66eca32e138 Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 26 Mar 2023 10:21:47 -0600 Subject: Add support for building on Windows This makes it possible to compile cfws with Visual Studio. Since winsock and POSIX use very similar APIs, porting is mostly just a matter of placing ifdefs around #includes and functions with slightly different names. However, CGI scripts and command line arguments are not available in this port yet, since they used the Unix-exclusive getopt.h and popen. --- cfws.vcxproj.user | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cfws.vcxproj.user (limited to 'cfws.vcxproj.user') diff --git a/cfws.vcxproj.user b/cfws.vcxproj.user new file mode 100644 index 0000000..dc63f8a --- /dev/null +++ b/cfws.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file -- cgit v1.2.3