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

version 1.11, 2002/05/04 17:29:52 version 1.12, 2018/06/11 13:09:38
Line 44  use ExtUtils::MakeMaker; Line 44  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' => ["-lfl"], # Custom libraries (if any)
      'DEFINE' => '-g -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.11  
changed lines
  Added in v.1.12


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