home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume30
/
netvote
/
part01
/
single
/
makeme
< prev
next >
Wrap
Text File
|
1992-06-19
|
214b
|
12 lines
#!/bin/csh
if ("$1" == "static") then
./perl -u cfv_handler
undump cfv_handler perl core
chmod 4755 cfv_handler
else
setenv PWD `pwd`
cc -o cfv_handler perlsu.c -DPWD=\"$PWD/\"
chmod 4755 cfv_handler
endif