Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-05-15 09:28:25 -0700 (Tue, 15 May 2007)
Revision: 10759
Log message:

      Reverting back to case-insensitive case-preserving implementation and adding a
     special function for searching for OCaml targets. This is a merge off the
     0.9.8.x branch (revs 10749:10753).

Changes  Path
+2 -8 omake-branches/0.9.8.2/lib/build/OCaml.om
+3 -7 omake-branches/0.9.8.2/src/Makefile
+3 -7 omake-branches/0.9.8.2/src/Makefile.nt
+49 -66 omake-branches/0.9.8.2/src/builtin/omake_builtin_file.ml
+0 -1 omake-branches/0.9.8.2/src/ir/OMakefile
+26 -31 omake-branches/0.9.8.2/src/ir/omake_cache.ml
+0 -2 omake-branches/0.9.8.2/src/ir/omake_cache.mli
Deleted omake-branches/0.9.8.2/src/ir/omake_cache_stat.ml
Deleted omake-branches/0.9.8.2/src/ir/omake_cache_stat.mli
+521 -249 omake-branches/0.9.8.2/src/ir/omake_node.ml
+0 -15 omake-branches/0.9.8.2/src/ir/omake_node_sig.ml
+1 -5 omake-branches/0.9.8.2/src/main/omake_main.ml