From: Richard Jones Date: Sat, 11 Sep 2010 08:25:12 +0000 (+0100) Subject: Split generator into separate source files. X-Git-Tag: 1.5.12~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=04d8209077d2227eb1d42695ba71147f78987050;hp=04d8209077d2227eb1d42695ba71147f78987050 Split generator into separate source files. 'src/generator.ml' is no more. Instead the generator is logically split up over many different source files. Read generator/README for help and tips. We compile the generator down to bytecode, not native code. This means it will run more slowly, but is done for maximum portability. ---