summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/add_objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/add_objects.py')
-rw-r--r--third_party/waf/waflib/extras/add_objects.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/add_objects.py b/third_party/waf/waflib/extras/add_objects.py
new file mode 100644
index 00000000000..5606fd661e8
--- /dev/null
+++ b/third_party/waf/waflib/extras/add_objects.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+# encoding: utf-8
+# Thomas Nagy, 2011 (ita)
+
+from waflib import Logs
+Logs.warn('This tool has been merged to the main library, remove the references to "add_objects"')