version 1.12, 2001/12/28 08:18:23 |
version 1.13, 2002/01/09 11:32:01 |
|
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.11 2001/12/28 08:09:38 takayama Exp $
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.12 2001/12/28 08:18:23 takayama Exp $
|
|
|
/ox-win.sm1.loaded 1 def
|
/ox-win.sm1.loaded 1 def
|
(ox.sm1.loaded) boundp {
|
(ox.sm1.loaded) boundp {
|
|
|
[(parse) (ox.sm1) pushfile] extension pop
|
[(parse) (ox.sm1) pushfile] extension pop
|
} ifelse
|
} ifelse
|
|
|
$ox-win.sm1, ---OpenXM protocol module for Microsoft Windows 08/22, 2001 (C) N.Takayama.$ message-quiet
|
$ox-win.sm1, ---OpenXM protocol module for Microsoft Windows 1/9, 2002 (C) N.Takayama.$ message-quiet
|
|
|
%%%%%%%%%%%% Configuration: Specify your server path
|
%%%%%%%%%%%% Configuration: Specify your server path
|
%%%%% ox, ox_sm1, oxlog are contained in kxx.tgz
|
%%%%% ox, ox_sm1, oxlog are contained in kxx.tgz
|
Line 21 OpenXM_HOME_WIN tag 0 eq { |
|
Line 21 OpenXM_HOME_WIN tag 0 eq { |
|
[(getenv) (OpenXM_HOME)] extension
|
[(getenv) (OpenXM_HOME)] extension
|
/OpenXM_HOME_WIN set
|
/OpenXM_HOME_WIN set
|
} { } ifelse
|
} { } ifelse
|
|
OpenXM_HOME_WIN tag 0 eq {
|
|
%% Hard encoding:
|
|
/OpenXM_HOME_WIN
|
|
(\OpenXM-win)
|
|
% (\cygwin\home\nobuki\OpenXM\misc\packages\Windows\OpenXM-win)
|
|
def
|
|
} { } ifelse
|
|
|
%% This is used in asirconnectr_win
|
%% This is used in asirconnectr_win
|
/OX_LAUNCH (c:\home\asir\bin\ox_launch.exe) def
|
/OX_LAUNCH (c:\home\asir\bin\ox_launch.exe) def
|
%%%%%%%%%%%%%%% end configuration %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%% end configuration %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
/oxpath.ox (bin/ox.exe) def
|
%% Set constants for windows.
|
/oxpath.oxsm1 (bin/ox_sm1.exe) def
|
[(getenv) (OSTYPE)] extension tag 0 eq {
|
/oxpath.oxlog (bin/oxlog.exe) def
|
/oxpath.ostype (native-windows) def
|
/oxpath.xterm (start ) def
|
}{
|
/oxpath.null ( ) def
|
[(getenv) (OSTYPE)] extension /oxpath.ostype set
|
/oxpath.null00 ( >& /dev/null ) def %%cf. oxNoX
|
} ifelse
|
/oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case
|
|
|
oxpath.ostype (cygwin) eq {
|
|
/oxpath.ox (bin/ox.exe) def
|
|
/oxpath.oxsm1 (bin/ox_sm1.exe) def
|
|
/oxpath.oxlog (bin/oxlog.exe) def
|
|
/oxpath.xterm (start ) def
|
|
/oxpath.null ( ) def
|
|
/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.ox
|
|
[ OpenXM_HOME_WIN
|
|
(\bin\ox.exe)
|
|
] cat
|
|
def
|
|
} ifelse
|
|
|
/sm1connectr {
|
/sm1connectr {
|
[(getenv) (OSTYPE)] extension tag 0 eq {
|
[(getenv) (OSTYPE)] extension tag 0 eq {
|