Help for this page

Select Code to Download


  1. or download this
    'make' => q[C:\\_32\\make\\bin\\make.EXE],
    
  2. or download this
    'make' => $Config{make},
    
  3. or download this
    if($^O =~ /MSWin32/) {
     # one list of settings
    ...
    else {
     # another list of settings
    }