in reply to Re^2: dmake and bash on Win?
in thread let Makefile.PL to do the Readme file for me -- new target?

But I'm still curios what the canonical approach may be

The win32/makefile.mk (written for dmake) in the perl source contains:
# # 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
I guess therefore that, in your makefile, you might want something like:
SHELL *= C:\path\to\your_shell.exe
Cheers,
Rob

Replies are listed 'Best First'.
Re^4: dmake and bash on Win?
by LanX (Saint) on Jan 21, 2021 at 01:01 UTC