Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-21 18:57:52 -0700 (Wed, 21 Jul 2004)
Revision: 456
Log message:
Added the --show-dependencies <file> option. This differs only
slightly from --print-dependencies, because <file> is not
treated as a target. The dependencies are printed if the
<file> happens to get built.
Changes | Path |
+1 -0 | omake/src/build/omake_build.ml |
+1 -0 | omake/src/ir/omake_options_type.ml |
+5 -1 | omake/src/ir/omake_state.ml |
+3 -0 | omake/src/util/ocaml_patch_win32.ml |