summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-02-26 21:56:09 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-02-26 21:56:09 +0000
commitc8ff937827f1321052c9b4e843fae9a3e0776916 (patch)
tree88a207ed25052d47b70670ea3101a25fc063b02a /generator
parent5e00037f5c7309a316275e44ba1e58c2630d0438 (diff)
downloadhivex-c8ff937827f1321052c9b4e843fae9a3e0776916.tar.gz
hivex-c8ff937827f1321052c9b4e843fae9a3e0776916.tar.xz
hivex-c8ff937827f1321052c9b4e843fae9a3e0776916.zip
NO Python bindings - ran out of time.
This commit disables parts of the build related to Python and notes in the README that we didn't have time to finish Python bindings.
Diffstat (limited to 'generator')
-rwxr-xr-xgenerator/generator.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/generator/generator.ml b/generator/generator.ml
index 830597b..1131f54 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -2507,8 +2507,11 @@ Run it from the top source directory using the command
output_to "perl/lib/Win/Hivex.pm" generate_perl_pm;
output_to "perl/Hivex.xs" generate_perl_xs;
+(*
+ We ran out of time before we could write the Python bindings.
output_to "python/hivex.py" generate_python_py;
output_to "python/hivex-py.c" generate_python_c;
+*)
(* Always generate this file last, and unconditionally. It's used
* by the Makefile to know when we must re-run the generator.