windows: Add some tooling information to native windows file

This commit is contained in:
Felipe Magno de Almeida 2020-05-02 23:10:19 -03:00
parent afe812acdb
commit b92dfa461c
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
[binaries]
c = 'clang-cl'
cpp = 'clang-cl'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
[properties]
c_args = ['-D_WIN32_WINNT=0x0601', '-march=x86-64']
cpp_args = ['-D_WIN32_WINNT=0x0601', '-march=x86-64']