Diff for /loncom/homework/caparesponse/Makefile.PL between versions 1.10 and 1.11

version 1.10, 2001/12/04 15:17:57 version 1.11, 2002/05/04 17:29:52
Line 45  WriteMakefile( Line 45  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 -DPERL_POLLUTE',       'DEFINE' => '-g -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.10  
changed lines
  Added in v.1.11


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