Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-10-23 12:23:27 -0700 (Thu, 23 Oct 2003)
Revision: 240
Log message:

      Addressed compilation problems for bug #101.
      
      1. omake already had a -D option to force a project rescan.
         Renamed this to --depend to make it more intuitive.
      2. Update Makefile.nt; I haven't checked this.  Will do in a sec.
      
      Just a note here: this problem came up because omake_gen_magic now needs
      lm_string_util.ml.  Its unfortunate, but a command like this:
      
         ocamlc -o omake_gen_magic lm_debug.ml lm_string_util.ml omake_gen_magic.ml
      
      also generates files lm_string_util.cmi lm_string_util.cmo, etc.
      Fixed this by building omake_gen_magic the normal way.
      

Changes  Path
+5 -7 omake/Makefile.nt
+0 -0 omake/src/build/omake_build.ml
+1 -1 omake/src/ir/omake_state.ml