RE: Build macro not to search for sh.exe or bash.exe

2004-06-10 Thread David Baird
I've made some simple modifications to main.c to resolve the issue I found. Platform: Windows 32-bit compiled with Visual C++ Problem: Setting SHELL to cmd.exe has no positive effect on running make commands. Solution: Changes to main.c to recognize that SHELL=cmd.exe setting in make file should

Build macro not to search for sh.exe or bash.exe

2004-06-10 Thread David Baird
I wrote: Please consider a build macro (perhaps NO_UNIXY_SHELL) which will return(0) from find_and_set_default_shell() in main.c. This will allow bulding GNU Make on Windows which will not use a sh.exe even if one exists in the PATH. This is useful for makefiles which use Windows command lines, and