Add support for building tinc with MSVC
authorKirill Isakov <bootctl@gmail.com>
Fri, 25 Mar 2022 14:09:36 +0000 (20:09 +0600)
committerKirill Isakov <bootctl@gmail.com>
Mon, 28 Mar 2022 15:38:29 +0000 (21:38 +0600)
commitcfc9fee931c70554353ce6c4acc3407baac08745
treefb0a728fe1df080fb118672f1ab523329114a632
parent08f1e0cd33812f9d972dd7c59021443a8d02d0e0
Add support for building tinc with MSVC

Tests are not supported because of their strong dependence on running
under Unix-like environment.
28 files changed:
meson.build
src/dropin.c
src/dropin.h
src/ed25519/fixedint.h
src/ethernet.h
src/fsck.c
src/git_tag.sh [deleted file]
src/have.h
src/include/meson.build
src/invitation.c
src/ipv4.h
src/ipv6.h
src/logger.h
src/meson.build
src/mingw/meson.build
src/net.c
src/net_packet.c
src/nolegacy/prf.c
src/openssl/digest.c
src/openssl/prf.c
src/protocol.c
src/protocol_auth.c
src/protocol_key.c
src/script.c
src/sptps.c
src/tincctl.c
src/upnp.c
test/meson.build