This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add MSVC support to win32/GNUmakefile
authorDaniel Dragan <bulk88@hotmail.com>
Wed, 20 Jan 2016 17:03:32 +0000 (12:03 -0500)
committerTony Cook <tony@develop-help.com>
Mon, 25 Jan 2016 00:13:27 +0000 (11:13 +1100)
commitb6e5775f0da3084ca60523dbf4f5682c750b359e
tree28db2f6fafe5e225abb2a73db4138106fa23f621
parentbf543eaf90d3f047e826c6b7e7f18f56be439d34
add MSVC support to win32/GNUmakefile

-copy things from makefile.mk to GNUmakefile
-rework CFG_VARS to escape "s. Previously on gmake GCC builds, all "s
 inside the CFG_VARS vars were dropped from Config_heavy.pl due to
 command line parsing (dmake uses --cfgsh-option-file and a temp file,
 nmake escapes). Due to gmake's very poor temp file handling, keep it as
 a cmd line and dont convert it to a temp file. What vars to escape was
 modeled on the nmake makefile.
README.win32
win32/GNUmakefile