hehe  set ACTIVEPERL_CONFIG_DISABLE=1 && D:\perl\zips\ActivePerl-5.16.3\bin\perl.exe  -V:cc -V:ccname -V:ccflags -V:cccdlflags -V:libpth -V:libs -V:_a -V:_o -V:ar -V:cpp -V:cppminus -V:cpprun -V:cppstdin -V:d_attribut -V:d_casti32 -V:i64type -V:ld -V:lddlflags -V:ldflags -V:lib_ext -V:libc -V:libperl -V:longdblsize -V:lseektype -V:make -V:nm -V:obj_ext -V:optimize -V:perlpath -V:perllibs -V:quadtype -V:u64type -V:uquadtype         > ExtUtils-FakeConfig-0.12/spec/ap_cl_5160.txt

Then you do something like

s{(".+?\Q\lib\CORE"\E){(PERL)\lib\CORE}g; s{perlpath='.+?\Q\bin\perl.exe';\E}{perlpath='(PERL)\bin\perl.exe';}g;

So then with ActivePerl-5.16.3 you have

cc='cl'; ccname='cl'; ccflags='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ +STRICT -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CO +NTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T'; cccdlflags=' '; libpth='\lib'; libs='oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib com +dlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.l +ib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbc +cp32.lib comctl32.lib msvcrt.lib'; _a='.lib'; _o='.obj'; ar='lib'; cpp='cl -nologo -E'; cppminus=''; cpprun='cl -nologo -E'; cppstdin='cppstdin'; d_attribut='UNKNOWN'; d_casti32='undef'; i64type='__int64'; ld='link'; lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"( +PERL)\lib\CORE" -machine:x86'; ldflags='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"(PERL)\l +ib\CORE" -machine:x86'; lib_ext='.lib'; libc='msvcrt.lib'; libperl='perl516.lib'; longdblsize='8'; lseektype='__int64'; make='nmake'; nm=''; obj_ext='.obj'; optimize='-MD -Zi -DNDEBUG -O1'; perlpath='(PERL)\bin\perl.exe'; perllibs='oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib + comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi +32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib +odbccp32.lib comctl32.lib msvcrt.lib'; quadtype='__int64'; u64type='unsigned __int64'; uquadtype='unsigned __int64';

And then something something ExtUtils-FakeConfig-0.12/Makefile.PL :)


In reply to Re^3: Change make/compiler by Anonymous Monk
in thread Activestate Perl 5.20, Change make/compiler by d.ra.ke

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.