diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 4929cc0..0656ab5 100644 --- a/build/root.build +++ b/build/root.build @@ -13,6 +13,10 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx +# Note that we bundle some C headers (see the LICENSE file for details). +# +h{*}: extension = h + if ($cxx.target.system == 'win32-msvc') cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS |