summaryrefslogtreecommitdiffstats
path: root/eclipse/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/wscript')
-rw-r--r--eclipse/wscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclipse/wscript b/eclipse/wscript
new file mode 100644
index 0000000..4a5f474
--- /dev/null
+++ b/eclipse/wscript
@@ -0,0 +1,6 @@
+from sys import path
+from os.path import abspath
+path.append(abspath('../common/'))
+
+from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
+