[BACK]Return to ox-win.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/ox-win.sm1 between version 1.13 and 1.14

version 1.13, 2002/01/09 11:32:01 version 1.14, 2002/01/13 06:55:30
Line 1 
Line 1 
 %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.12 2001/12/28 08:18:23 takayama Exp $  %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.13 2002/01/09 11:32:01 takayama Exp $
   
 /ox-win.sm1.loaded 1 def  /ox-win.sm1.loaded 1 def
 (ox.sm1.loaded) boundp {  (ox.sm1.loaded) boundp {
Line 34  OpenXM_HOME_WIN tag 0 eq { 
Line 34  OpenXM_HOME_WIN tag 0 eq { 
 %%%%%%%%%%%%%%% end configuration  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %%%%%%%%%%%%%%% end configuration  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% Set constants for windows.  %% Set constants for windows.
 [(getenv) (OSTYPE)] extension tag 0 eq {  [(getenv) (OSTYPE)] extension tag 0 eq {
   /oxpath.ostype (native-windows) def    /ox.ostype (native-windows) def
 }{  }{
   [(getenv) (OSTYPE)] extension /oxpath.ostype set    [(getenv) (OSTYPE)] extension /ox.ostype set
 } ifelse  } ifelse
   
 oxpath.ostype (cygwin) eq {  ox.ostype (cygwin) eq {
  /oxpath.ox (bin/ox.exe) def   /oxpath.ox (bin/ox.exe) def
  /oxpath.oxsm1 (bin/ox_sm1.exe) def   /oxpath.oxsm1 (bin/ox_sm1.exe) def
  /oxpath.oxlog (bin/oxlog.exe) def   /oxpath.oxlog (bin/oxlog.exe) def
Line 48  oxpath.ostype (cygwin) eq { 
Line 48  oxpath.ostype (cygwin) eq { 
  /oxpath.null00  ( >& /dev/null ) def  %%cf. oxNoX   /oxpath.null00  ( >& /dev/null ) def  %%cf. oxNoX
  /oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case   /oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case
 }{  }{
    /oxpath.ox    /oxpath.ox
   [ OpenXM_HOME_WIN    [ OpenXM_HOME_WIN
     (\bin\ox.exe)      (\bin\ox.exe)
   ] cat    ] cat
Line 100  oxpath.ostype (cygwin) eq { 
Line 100  oxpath.ostype (cygwin) eq { 
  /control peer 3 get toString def   /control peer 3 get toString def
  peer message   peer message
  [(forkExec) [   [(forkExec) [
     (c:/windows/command/start)      %%(c:/windows/command/start)
     [OpenXM_HOME_WIN  (\bin\ox)] cat      (start)
       %%[OpenXM_HOME_WIN  (\bin\ox)] cat
       oxpath.ox
     (-reverse)      (-reverse)
     (-ox)      (-ox)
     [OpenXM_HOME_WIN (\bin\ox_sm1.exe)] cat      [OpenXM_HOME_WIN (\bin\ox_sm1.exe)] cat

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>