in reply to Re^2: dmake and bash on Win?
in thread let Makefile.PL to do the Readme file for me -- new target?
I guess therefore that, in your makefile, you might want something like:# # set this to point to cmd.exe (only needed if you use some # alternate shell that doesn't grok cmd.exe style commands) # #SHELL *= g:\winnt\system32\cmd.exe
Cheers,SHELL *= C:\path\to\your_shell.exe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: dmake and bash on Win?
by LanX (Saint) on Jan 21, 2021 at 01:01 UTC | |
by syphilis (Archbishop) on Jan 21, 2021 at 03:10 UTC |