Revision 033d858cc22eaca6ee6a6414e378be359ab112ca authored by Ben Laurie on 29 May 1999, 14:14:56 UTC, committed by Ben Laurie on 29 May 1999, 14:14:56 UTC
1 parent 31fab3e
Raw File
purify.sh
#!/bin/sh
/bin/rm -f mttest
purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread  -lssl -lcrypto -lnsl -lsocket

back to top