Adjust all the old scripts to deal with the new location.
This commit is contained in:
parent
dc8c8cda4d
commit
9da65c3280
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
/bin/rm -f mttest
|
||||
cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
del mttest.exe
|
||||
|
||||
purify cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssl32.lib ..\out\crypt32.lib
|
||||
purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib
|
||||
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
# http://www.mit.edu:8001/people/proven/pthreads.html
|
||||
#
|
||||
/bin/rm -f mttest
|
||||
pgcc -DPTHREADS -I../include -g mttest.c -o mttest -L.. -lssl -lcrypto
|
||||
pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
/bin/rm -f mttest
|
||||
purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
/bin/rm -f mttest
|
||||
cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
del mttest.exe
|
||||
|
||||
cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssleay32.lib ..\out\libeay32.lib
|
||||
cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssleay32.lib ..\..\out\libeay32.lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue