home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume30 / netvote / part01 / single / makeme < prev    next >
Text File  |  1992-06-19  |  214b  |  12 lines

  1. #!/bin/csh 
  2. if ("$1" == "static") then
  3.     ./perl -u cfv_handler
  4.     undump cfv_handler perl core
  5.     chmod 4755 cfv_handler
  6. else
  7.     setenv PWD `pwd`
  8.     cc -o cfv_handler perlsu.c -DPWD=\"$PWD/\"
  9.     chmod 4755 cfv_handler
  10. endif
  11.  
  12.