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

version 1.1, 2000/09/11 21:20:06 version 1.2, 2000/09/11 21:30:16
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/albertel/CAPA";
   
 use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
 WriteMakefile(  WriteMakefile(
      'NAME' => 'caparesponse',            # Name of your module       'NAME' => 'caparesponse',            # Name of your module
        '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',
      'OBJECT' => 'caparesponse.o capaFunctions/*.o'    # Object files       'OBJECT' => 'caparesponse.o capaFunctions/*.o'    # Object files

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


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