files for the Bakefile generator for Makefiles from Francesco Montorsi

* bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
  files for the Bakefile generator for Makefiles from Francesco
  Montorsi
* win32/configure.js: fixes for Windows compilation with non-default
  flags by Joel Reed
Daniel
diff --git a/bakefile/Bakefiles.bkgen b/bakefile/Bakefiles.bkgen
new file mode 100644
index 0000000..8342de3
--- /dev/null
+++ b/bakefile/Bakefiles.bkgen
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>

+<!-- $Id$ -->

+

+<bakefile-gen>

+    

+    <disable-formats>gnu,dmars,cbx_unix,cbuilderx</disable-formats>

+    <input>libxml2.bkl</input>

+

+    <!-- List of output formats to generate: -->

+    <add-formats>

+        borland,dmars,mingw,msvc,msvc6prj,watcom,cbuilderx,cbx_unix,gnu

+    </add-formats>

+

+

+</bakefile-gen>
\ No newline at end of file