Diff for /loncom/homework/caparesponse/Makefile.PL between versions 1.5 and 1.9

version 1.5, 2000/09/26 19:29:07 version 1.9, 2001/03/01 21:01:11
Line 11 Line 11
 # See "Programming Perl", 2nd. Ed, for more gory details than  # See "Programming Perl", 2nd. Ed, for more gory details than
 # you ever wanted to know.  # you ever wanted to know.
     
 $capadir = "/home/harris41/LON-CAPA-topdir_for_build/SOURCES/CAPA";  $capadir = "../../../CAPA";
   
 use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
 WriteMakefile(  WriteMakefile(
      'NAME' => 'capa',            # Name of your module       'NAME' => 'capa',            # Name of your module
      'INC' => "-I$capadir/pProj",       'INC' => "-I$capadir/pProj",
      'LIBS' => [''],                 # Custom libraries (if any)       'LIBS' => [''],                 # Custom libraries (if any)
      'DEFINE' => '-g -Wall -O0 -D_GNU_SOURCE',       'DEFINE' => '-g -Wall -O0 -D_GNU_SOURCE -DPERL_POLLUTE',
      'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o'    # Object files       'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o'    # Object files
 );       );     

Removed from v.1.5  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>