]> matita.cs.unibo.it Git - helm.git/commitdiff
- added src_root build time configuration value
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 23 Feb 2006 21:31:23 +0000 (21:31 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 23 Feb 2006 21:31:23 +0000 (21:31 +0000)
- added the disclaimer "ComponentsConf should not be here"

components/extlib/componentsConf.ml.in
components/extlib/componentsConf.mli

index 528e90a1c740252d1b4df7b82362cdd363e5d3a3..c24b74e580ad6725b03cb4e5223710669b4ed5a5 100644 (file)
@@ -25,4 +25,5 @@
 
 let debug = @DEBUG@
 let profiling = debug
+let src_root = "@SRCROOT@"
 
index 79462bbf476e3de4cbc659a984fb7605fd99e43a..3d8548cf7a730f00b8b70c35c12d144d9f118c52 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+(** {2 Compile time components configuration}
+ *
+ * This module does not really belong to the extlib (where it is actually
+ * located) it is here just because it's the first in the component dependencies
+ * graph *)
+
 val debug: bool
 val profiling: bool
 
+  (** absolute path of the helm/software directory, only for development use *)
+val src_root: string
+