Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        H                 => [ glob 'src/*.h' ],
        OBJECT            => q/$(O_FILES)/,
    );
    
  2. or download this
    $ perl Makefile.PL CC="cl -TP"
    
    $ nmake
    
  3. or download this
    $ copy *.obj src
    
    $ nmake
    
  4. or download this
    $ copy Detect.pm blib\lib\Encode
    
    $ nmake test