]> matita.cs.unibo.it Git - helm.git/commitdiff
patched
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 13 Feb 2004 15:39:53 +0000 (15:39 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 13 Feb 2004 15:39:53 +0000 (15:39 +0000)
helm/mathql_test/Makefile
helm/mathql_test/mqgtop.ml

index 04fea5185fd64a9b1b0c3d6989b309fbc19b402f..086fadc283298011da95a103cd149f69de80abdd 100644 (file)
@@ -2,7 +2,7 @@ BIN_DIR = /usr/local/bin
 REQUIRES = unix helm-cic_textual_parser \
           helm-mathql helm-mathql_interpreter helm-mathql_generator
 PREDICATES =
-OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
+OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread
 OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
 OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS)
 OCAMLDEP = ocamldep
index b65c805579b0be6541db255084c2604eb67aa0d0..0b809b0282b25a2609da1c2ab234c48b5dfadd8e 100644 (file)
@@ -325,9 +325,11 @@ let rec parse = function
 
 let _ =
    let t = U.start_time () in
+(*
    CicLogger.log_callback :=
       (CicLogger.log_to_html 
        ~print_and_flush:(fun s -> print_string s; flush stdout)) ; 
+*)
    parse (List.tl (Array.to_list Sys.argv)); 
    prerr_endline ("mqgtop: done in " ^ (U.stop_time t));
    exit 0