mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
Add thirdparty libs
This commit is contained in:
9
thirdparty/openssl/crypto/threads/pthread.sh
vendored
Normal file
9
thirdparty/openssl/crypto/threads/pthread.sh
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# build using pthreads
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user