smalltalk.bat
branchjv
changeset 1483 87e6026f8982
parent 1450 58a390b93aa3
child 1508 b2b32caf589e
equal deleted inserted replaced
1482:cd9667ab2acd 1483:87e6026f8982
    14 : change the line below, if
    14 : change the line below, if
    15 : the support stuff is not found in the
    15 : the support stuff is not found in the
    16 : directory where stx.com / stx.exe resides ...
    16 : directory where stx.com / stx.exe resides ...
    17 : STX_LIB_DIR=<path_to_support_files>
    17 : STX_LIB_DIR=<path_to_support_files>
    18 set STX_BIN_DIR=%~dp0
    18 set STX_BIN_DIR=%~dp0
    19 if exist %STX_BIN_DIR%\stx-bin.com (
    19 set VERSION=6.2.6
    20 	set VERSION=6.2.6
    20 if exist %STX_BIN_DIR%\stx-bin.com (	
    21 	set STX_HOME=%STX_BIN_DIR%\..
    21 	set "STX_HOME=%STX_BIN_DIR%.."	
    22 	set STX_TOPDIR=%STX_HOME%\lib\smalltalkx\%VERSION%
    22 	set "STX_TOPDIR=%STX_BIN_DIR%..\lib\smalltalkx\%VERSION%"
    23 	set STX_LIBDIR=%STX_TOPDIR%\lib
    23 	set "STX_LIBDIR=%STX_BIN_DIR%..\lib\smalltalkx\%VERSION%\lib"
    24 	set STX_EXE=%STX_BIN_DIR%\stx-bin.com
    24 	set "STX_EXE=%STX_BIN_DIR%stx-bin.com"	
    25 ) else (
    25 ) else (
    26 	set STX_EXE=%STX_BIN_DIR%\stx.com
    26 	set "STX_EXE=%STX_BIN_DIR%\stx.com"
    27 )
    27 )
       
    28 
    28 
    29 
    29 
    30 
    30 %STX_EXE% %1 %2 %3 %4 %5 %6 %7 %8 %9 %10
    31 %STX_EXE% %1 %2 %3 %4 %5 %6 %7 %8 %9 %10
    31 goto end
    32 goto end
    32 
    33