Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-05-22 21:17:00 -0700 (Sun, 22 May 2005)
Revision: 7315
Log message:

      I had this on win32:
      ------
      build editor\ml .test-metaprl-startup
      + echo | ./mpopt.bat -batch
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      *** omake: 4086/4185 targets are up to date
      *** omake: failed (12.8 sec, 0/888 scans, 1/1982 rules, 1/5523 digests)
      *** omake: targets were not rebuilt because of errors:
         editor\ml\.test-metaprl-startup
            depends on: editor\ml\mpconfig
            depends on: editor\ml\mpopt.bat
      --------
      
      Apprently it does not like "./", so I use ".\" for win32
      

Changes  Path
+6 -2 metaprl/editor/ml/OMakefile