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

version 1.3, 2000/09/13 20:49:02 version 1.4, 2000/09/14 17:39:55
Line 19  WriteMakefile( Line 19  WriteMakefile(
      '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',
      'OBJECT' => 'caparesponse.o capaFunctions/*.o'    # Object files       'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o'    # Object files
 );       );     

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


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