Help for this page

Select Code to Download


  1. or download this
    lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf  -libpath:"C
    +:\Perl\lib\CORE"  -machine:x86'
    
  2. or download this
            _override("lddlflags", "-mdll");
    
  3. or download this
            _override("lddlflags", join " ", "-mdll",
              map "-L$_", map /^-libpath:(.+)/,
              _orig_conf("lddlflags") =~ /(?=\S)(?>[^"\s]+|"[^"]*")+/g);