bulk88 has asked for the wisdom of the Perl Monks concerning the following question:

win32/Makefile in perl.git is this makefile used only for Visual C Perls and not Cygwin or Mingw Perls?

Replies are listed 'Best First'.
Re: ./win32/Makefile VC only?
by syphilis (Archbishop) on Jul 22, 2012 at 01:32 UTC
    Yes. MinGW uses the makefile.mk (which is to be found in the same folder), and Cygwin uses configure (which writes the makefile for Cygwin to use).

    Documentation regarding these different windows builds can be found in README.win32 and README.cygwin - both of which are located in the top level perl source folder.

    Cheers,
    Rob