Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 120 for trunk/lingosource


Ignore:
Timestamp:
02/04/08 20:18:35 (4 years ago)
Author:
alex
Message:

I didn't even know, that on windows we do not have shell_cmd_list... now I changed that to branch for mac or for windows. I don't really know, if that is not like that in older version of the shell xtra for windows, as I thought, that I had tested the shell commnd son windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r93 r120  
    23232323    else 
    23242324      if returnList = 1 then 
    2325         return shell_cmd_list(cmd) 
     2325         
     2326        if the platform contains "mac" then 
     2327          return shell_cmd_list(cmd) 
     2328        else 
     2329          return shell_cmd(cmd, void, 0, 1, void, void, void) 
     2330        end if 
     2331         
    23262332      else 
    23272333        return shell_cmd(cmd) 
Note: See TracChangeset for help on using the changeset viewer.