summaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/root.build b/build/root.build
deleted file mode 100644
index 5146e5c..0000000
--- a/build/root.build
+++ /dev/null
@@ -1,13 +0,0 @@
-# file : build/root.build
-# copyright : not copyrighted - public domain
-
-using c
-
-h{*}: extension = h
-c{*}: extension = c
-
-if ($c.class == 'msvc')
-{
- c.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS
- c.coptions += /wd4251 /wd4275 /wd4800
-}