Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-12-20 11:09:50 -0800 (Tue, 20 Dec 2005)
Revision: 8330
Log message:

      - Added a "DEFAULT_UI" variable to the mk/config file, with possible values:
        "browser" (default) and "cli".
        
      - Also added a "-browser" command-line option. Of course, -browser/-cli
        command line options (which are exclusive) have higher precedence thatn
        DEFAULT_UI. The DEFAULT_UI is only consulted when neither of the two
        command-line options are given.
      
      - Simplified some of the WrapC/PrlC/procomp setup, adding value dependencies
        to make it more precise.
      
      - Added pa_macro to MetaPRL filter. Now we can use structured IFDEFs in the
        MetaPRL files.
      

Changes  Path
+8 -8 metaprl/OMakefile
+1 -1 metaprl/editor/ml/mpxterm
+2 -0 metaprl/filter/OMakefile
+1 -0 metaprl/mk/defaults
+10 -0 metaprl/mk/make_config
+10 -2 metaprl/mk/prlcomp
+4 -0 metaprl/support/shell/OMakefile
+15 -2 metaprl/support/shell/shell_state.ml
+0 -6 metaprl/util/OMakefile