| *win32|cygwin) |
*win32|cygwin) |
| DIRSEP="\\\\" |
DIRSEP="\\\\" |
| PATHSEP=";" |
PATHSEP=";" |
| #we want the builtins of command.com and its handling of .com files |
#we want the builtins of command.com/cmd.exe and its |
| #on some Windows versions "cmd.exe /c " is an alternative |
# handling of .com files. |
| DEFAULTSYSTEMPREFIX="command.com /c " |
#$COMSPEC contains the name of the Windows shell; |
| |
# the ./ is there, because the bash does not recognize |
| |
# absolute DOS filenames |
| |
DEFAULTSYSTEMPREFIX="./$COMSPEC /c " |
| ;; |
;; |
| *darwin*) |
*darwin*) |
| #Darwin uses some funny preprocessor by default; eliminate it: |
#Darwin uses some funny preprocessor by default; eliminate it: |