Diff for /loncom/homework/caparesponse/Makefile.PL between versions 1.2 and 1.3

version 1.2, 2000/09/11 21:30:16 version 1.3, 2000/09/13 20:49:02
Line 15  $capadir = "/home/albertel/CAPA"; Line 15  $capadir = "/home/albertel/CAPA";
   
 use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
 WriteMakefile(  WriteMakefile(
      'NAME' => 'caparesponse',            # 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',

Removed from v.1.2  
changed lines
  Added in v.1.3


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