From 0d191af061595e17a341edfb887f1679a8cbd893 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Oct 2019 13:58:55 +0300 Subject: Adapt for building with Clang on Windows --- build/.gitignore | 3 +++ build/root.build | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 build/.gitignore (limited to 'build') diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..4a730a3 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,3 @@ +config.build +root/ +bootstrap/ diff --git a/build/root.build b/build/root.build index 0cdf286..653ded7 100644 --- a/build/root.build +++ b/build/root.build @@ -11,8 +11,8 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -if ($cxx.class == 'msvc') -{ +if ($cxx.target.system == 'win32-msvc') cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS + +if ($cxx.class == 'msvc') cxx.coptions += /wd4251 /wd4275 /wd4800 -} -- cgit v1.1