meson: add windows compiler checks and libraries
authorDylan Baker <dylan@pnwbakers.com>
Wed, 18 Apr 2018 20:19:54 +0000 (13:19 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
commit3aee462781abc0bfcce207fb64f9199b43a57542
treee216d75164c567972c89efdbf85fbd5ab786bc95
parent16bc3073cbf9760f8999fe740750e8489b9876d4
meson: add windows compiler checks and libraries

v4: - Fix typo in warning code (4246 -> 4267)
    - Copy comments from scons for what MSVC warnings codes do
    - Merge linker argument changes into this commit
v5: - Add /GR- on windows if LLVM is build without rtti (equivalent to
      GCc's -fno-rtti')
    - Add /wd4291, which is catching the same hting that
    -Wno-non-virtual-dtor is on GCC/Clang

Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
meson.build